perl-devel-globaldestruction: new package

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Francois Perrad 2018-10-10 10:18:28 +02:00 committed by Thomas Petazzoni
parent 649c19e0af
commit bc1d5fe199
4 changed files with 28 additions and 0 deletions

View File

@ -687,6 +687,7 @@ menu "Perl libraries/modules"
source "package/perl-datetime-tiny/Config.in"
source "package/perl-dbd-mysql/Config.in"
source "package/perl-dbi/Config.in"
source "package/perl-devel-globaldestruction/Config.in"
source "package/perl-devel-stacktrace/Config.in"
source "package/perl-devel-stacktrace-ashtml/Config.in"
source "package/perl-device-serialport/Config.in"

View File

@ -0,0 +1,8 @@
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

View File

@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 24221ba322cf2dc46a1fc99b53e2380b Devel-GlobalDestruction-0.14.tar.gz
sha256 34b8a5f29991311468fe6913cadaba75fd5d2b0b3ee3bb41fe5b53efab9154ab Devel-GlobalDestruction-0.14.tar.gz
# computed by scancpan
sha256 f7adbd1db623233e220f9157521a620dbae4918ae7088845aa61e87b7f62bb23 README

View File

@ -0,0 +1,13 @@
################################################################################
#
# perl-devel-globaldestruction
#
################################################################################
PERL_DEVEL_GLOBALDESTRUCTION_VERSION = 0.14
PERL_DEVEL_GLOBALDESTRUCTION_SOURCE = Devel-GlobalDestruction-$(PERL_DEVEL_GLOBALDESTRUCTION_VERSION).tar.gz
PERL_DEVEL_GLOBALDESTRUCTION_SITE = $(BR2_CPAN_MIRROR)/authors/id/H/HA/HAARG
PERL_DEVEL_GLOBALDESTRUCTION_LICENSE = Artistic or GPL-1.0+
PERL_DEVEL_GLOBALDESTRUCTION_LICENSE_FILES = README
$(eval $(perl-package))