X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FGlobalDestruction.pm;h=1afa72aa2c0360791080d8ac19706985ec86dfe8;hb=aaccce0cce545c596f87441f0bec81b31639150c;hp=5507824ecd22f263e48cdab629aca9b45c07f952;hpb=78be2b4a5f7971e996f688e20ae18d3e7e4931db;p=p5sagit%2FDevel-GlobalDestruction.git 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