From: Chris Williams Date: Thu, 29 Oct 2009 09:30:42 +0000 (+0000) Subject: Update Module::Load::Conditional to cpan version 0.34 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=482aa6ffeb230a1cea9d05e9eb425b3d7fc09217;p=p5sagit%2Fp5-mst-13.2.git Update Module::Load::Conditional to cpan version 0.34 Changes for 0.34 Thu Oct 29 09:22:48 GMT 2009 ================================================= * Remove DOS line endings from test files RT#50926 reported by Steve Hay --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 12d816a..6472b23 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.32.tar.gz', + 'DISTRIBUTION' => 'BINGOS/Module-Load-Conditional-0.34.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 4affe86..850a7b6 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.32'; + $VERSION = '0.34'; $VERBOSE = 0; $DEPRECATED = 0; $FIND_VERSION = 1; diff --git a/cpan/Module-Load-Conditional/t/to_load/Commented.pm b/cpan/Module-Load-Conditional/t/to_load/Commented.pm index 1e3e057..2ee302e 100644 --- a/cpan/Module-Load-Conditional/t/to_load/Commented.pm +++ b/cpan/Module-Load-Conditional/t/to_load/Commented.pm @@ -1,4 +1,4 @@ -# $VERSION = 1; -$VERSION = 2; - -1; +# $VERSION = 1; +$VERSION = 2; + +1; diff --git a/cpan/Module-Load-Conditional/t/to_load/LoadIt.pm b/cpan/Module-Load-Conditional/t/to_load/LoadIt.pm index b97123d..87025e8 100644 --- a/cpan/Module-Load-Conditional/t/to_load/LoadIt.pm +++ b/cpan/Module-Load-Conditional/t/to_load/LoadIt.pm @@ -1,3 +1,3 @@ -$VERSION = 1; - -1; \ No newline at end of file +$VERSION = 1; + +1; diff --git a/cpan/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm b/cpan/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm index e1af010..e6423f3 100644 --- a/cpan/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm +++ b/cpan/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm @@ -1,3 +1,3 @@ -$VERSION = 0.01; - -1; \ No newline at end of file +$VERSION = 0.01; + +1;