In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/7e4c21aaad0cc18d004f5e2f89535e35778178a8?hp=20f4d7ae85c3461515344c79c1e87c18ab9ecbcd>

- Log -----------------------------------------------------------------
commit 7e4c21aaad0cc18d004f5e2f89535e35778178a8
Author: Steffen Mueller <[email protected]>
Date:   Mon Sep 21 15:52:47 2009 +0200

    Upgrade to AutoLoader 5.70 for CPAN synchronization (no non-trivial changes)

M       ext/AutoLoader/lib/AutoLoader.pm

commit 0ad7a7b093c123310ae966bb8f641308aaffa0b8
Author: Steffen Mueller <[email protected]>
Date:   Mon Sep 21 15:51:35 2009 +0200

    Compare AutoLoader in core to AutoLoader 5.70 from CPAN

M       Porting/Maintainers.pl
-----------------------------------------------------------------------

Summary of changes:
 Porting/Maintainers.pl           |    2 +-
 ext/AutoLoader/lib/AutoLoader.pm |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 3b7263c..11eee6e 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -235,7 +235,7 @@ use File::Glob qw(:case);
     'AutoLoader' =>
        {
        'MAINTAINER'    => 'smueller',
-       'DISTRIBUTION'  => 'SMUELLER/AutoLoader-5.69.tar.gz',
+       'DISTRIBUTION'  => 'SMUELLER/AutoLoader-5.70.tar.gz',
        'FILES'         => q[ext/AutoLoader],
        'EXCLUDED'      => [ qw( t/00pod.t ) ],
        'CPAN'          => 1,
diff --git a/ext/AutoLoader/lib/AutoLoader.pm b/ext/AutoLoader/lib/AutoLoader.pm
index 4ec7a3d..06f986b 100644
--- a/ext/AutoLoader/lib/AutoLoader.pm
+++ b/ext/AutoLoader/lib/AutoLoader.pm
@@ -15,7 +15,7 @@ BEGIN {
     $is_epoc = $^O eq 'epoc';
     $is_vms = $^O eq 'VMS';
     $is_macos = $^O eq 'MacOS';
-    $VERSION = '5.69';
+    $VERSION = '5.70';
 }
 
 AUTOLOAD {

--
Perl5 Master Repository

Reply via email to