From: Arthur Axel 'fREW' Schmidt Date: Mon, 30 Jul 2012 01:01:01 +0000 (-0500) Subject: Switch to Sub::Exporter::Progressive X-Git-Tag: Devel-GlobalDestruction-0.08~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=aaccce0cce545c596f87441f0bec81b31639150c;p=p5sagit%2FDevel-GlobalDestruction.git Switch to Sub::Exporter::Progressive --- diff --git a/Changes b/Changes index ae05f3f..e95f19e 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ + * Switch to Sub::Exporter::Progressive + 0.07 Wed, 25 Jul 2012 * Actually detect errors in pure-perl test * Add prototype to pure-perl pre-5.14 version diff --git a/Makefile.PL b/Makefile.PL index bf935f0..efc983e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -25,7 +25,7 @@ my $mymeta = $mymeta_works || eval { ExtUtils::MakeMaker->VERSION('6.5702'); 1 } my %META_BITS = ( ); my %RUN_DEPS = ( - 'Sub::Exporter' => 0, + 'Sub::Exporter::Progressive' => 0.001002, ); my %WriteMakefileArgs = ( diff --git a/lib/Devel/GlobalDestruction.pm b/lib/Devel/GlobalDestruction.pm index 5507824..1afa72a 100644 --- a/lib/Devel/GlobalDestruction.pm +++ b/lib/Devel/GlobalDestruction.pm @@ -5,7 +5,7 @@ use warnings; our $VERSION = '0.07'; -use Sub::Exporter -setup => { +use Sub::Exporter::Progressive -setup => { exports => [ qw(in_global_destruction) ], groups => { default => [ -all ] }, }; @@ -119,7 +119,8 @@ destruction is in effect. =head1 EXPORTS -This module uses L so the exports may be renamed, aliased, etc. +This module uses L so the exports may be renamed, +aliased, etc. if L is present. =over 4 @@ -141,6 +142,8 @@ Jesse Luehrs Edoy@tozt.netE Peter Rabbitson Eribasushi@cpan.orgE +Arthur Axel 'fREW' Schmidt Efrioux@gmail.comE + =head1 COPYRIGHT Copyright (c) 2008 Yuval Kogman. All rights reserved