You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
308 B
8 lines
308 B
config BR2_PACKAGE_PERL_DEVEL_GLOBALDESTRUCTION
|
|
bool "perl-devel-globaldestruction"
|
|
select BR2_PACKAGE_PERL_SUB_EXPORTER_PROGRESSIVE # runtime
|
|
help
|
|
Provides function returning the equivalent of
|
|
${^GLOBAL_PHASE} eq 'DESTRUCT' for older perls.
|
|
|
|
https://metacpan.org/release/Devel-GlobalDestruction
|
|
|