From: Chris Williams Date: Fri, 23 Oct 2009 21:00:37 +0000 (+0100) Subject: Updated Module::Load::Conditional to cpan version 0.32 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=09a3950ca54c536fb488a12c7d11f935e18e02d0;p=p5sagit%2Fp5-mst-13.2.git Updated Module::Load::Conditional to cpan version 0.32 --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 96a0a30..6a6d8b9 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1033,7 +1033,7 @@ use File::Glob qw(:case); 'Module::Load::Conditional' => { 'MAINTAINER' => 'kane', - 'DISTRIBUTION' => 'BINGOS/Module-Load-Conditional-0.31_01.tar.gz', + 'DISTRIBUTION' => 'BINGOS/Module-Load-Conditional-0.32.tar.gz', 'FILES' => q[cpan/Module-Load-Conditional], 'CPAN' => 1, 'UPSTREAM' => 'cpan', diff --git a/cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm b/cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm index 4754011..4affe86 100644 --- a/cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm +++ b/cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm @@ -18,7 +18,7 @@ BEGIN { $FIND_VERSION $ERROR $CHECK_INC_HASH]; use Exporter; @ISA = qw[Exporter]; - $VERSION = '0.31_01'; + $VERSION = '0.32'; $VERBOSE = 0; $DEPRECATED = 0; $FIND_VERSION = 1;