1config BR2_PACKAGE_PERL_DEVEL_GLOBALDESTRUCTION 2 bool "perl-devel-globaldestruction" 3 select BR2_PACKAGE_PERL_SUB_EXPORTER_PROGRESSIVE # runtime 4 help 5 Provides function returning the equivalent of 6 ${^GLOBAL_PHASE} eq 'DESTRUCT' for older perls. 7 8 https://metacpan.org/release/Devel-GlobalDestruction 9