This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Module::Load::Conditional to cpan version 0.34
authorChris Williams <chris@bingosnet.co.uk>
Thu, 29 Oct 2009 09:30:42 +0000 (09:30 +0000)
committerChris Williams <chris@bingosnet.co.uk>
Thu, 29 Oct 2009 09:30:42 +0000 (09:30 +0000)
  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

Porting/Maintainers.pl
cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm
cpan/Module-Load-Conditional/t/to_load/Commented.pm
cpan/Module-Load-Conditional/t/to_load/LoadIt.pm
cpan/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm

index 12d816a..6472b23 100755 (executable)
@@ -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',
index 4affe86..850a7b6 100644 (file)
@@ -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;