Switch to Sub::Exporter::Progressive
Arthur Axel 'fREW' Schmidt [Mon, 30 Jul 2012 01:01:01 +0000 (20:01 -0500)]
Changes
Makefile.PL
lib/Devel/GlobalDestruction.pm

diff --git a/Changes b/Changes
index ae05f3f..e95f19e 100644 (file)
--- 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
index bf935f0..efc983e 100644 (file)
@@ -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 = (
index 5507824..1afa72a 100644 (file)
@@ -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<Sub::Exporter> so the exports may be renamed, aliased, etc.
+This module uses L<Sub::Exporter::Progressive> so the exports may be renamed,
+aliased, etc. if L<Sub::Exporter> is present.
 
 =over 4
 
@@ -141,6 +142,8 @@ Jesse Luehrs E<lt>doy@tozt.netE<gt>
 
 Peter Rabbitson E<lt>ribasushi@cpan.orgE<gt>
 
+Arthur Axel 'fREW' Schmidt E<lt>frioux@gmail.comE<gt>
+
 =head1 COPYRIGHT
 
     Copyright (c) 2008 Yuval Kogman. All rights reserved