In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/49ded548b5747348820850adf5839687c668469e?hp=1e97cd45e15d3893ac1b3cf1da02eff114bd4e97>

- Log -----------------------------------------------------------------
commit 49ded548b5747348820850adf5839687c668469e
Author: David Golden <dagol...@cpan.org>
Date:   Sun Dec 20 22:53:57 2009 -0500

    local version number bumps for CPAN.pm hotfixes
-----------------------------------------------------------------------

Summary of changes:
 cpan/CPAN/lib/App/Cpan.pm                   |    2 +-
 cpan/CPAN/lib/CPAN.pm                       |    2 +-
 cpan/CPAN/lib/CPAN/FirstTime.pm             |    2 +-
 cpan/CPAN/lib/CPAN/Mirrors.pm               |    2 +-
 dist/Module-CoreList/lib/Module/CoreList.pm |    8 ++++----
 pod/perl5113delta.pod                       |    3 ++-
 6 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/cpan/CPAN/lib/App/Cpan.pm b/cpan/CPAN/lib/App/Cpan.pm
index f290cc8..e0c6c6c 100644
--- a/cpan/CPAN/lib/App/Cpan.pm
+++ b/cpan/CPAN/lib/App/Cpan.pm
@@ -3,7 +3,7 @@ use strict;
 use warnings;
 use vars qw($VERSION);
 
-$VERSION = '1.57';
+$VERSION = '1.570001'; # 1.57 + local patches for bleadperl
 
 =head1 NAME
 
diff --git a/cpan/CPAN/lib/CPAN.pm b/cpan/CPAN/lib/CPAN.pm
index b6ecac7..c5a63e4 100644
--- a/cpan/CPAN/lib/CPAN.pm
+++ b/cpan/CPAN/lib/CPAN.pm
@@ -2,7 +2,7 @@
 # vim: ts=4 sts=4 sw=4:
 use strict;
 package CPAN;
-$CPAN::VERSION = '1.94_53';
+$CPAN::VERSION = '1.94_5301'; # 1.94_53 + local patches for bleadperl
 $CPAN::VERSION =~ s/_//;
 
 # we need to run chdir all over and we would get at wrong libraries
diff --git a/cpan/CPAN/lib/CPAN/FirstTime.pm b/cpan/CPAN/lib/CPAN/FirstTime.pm
index d1db0cd..ff5b1f8 100644
--- a/cpan/CPAN/lib/CPAN/FirstTime.pm
+++ b/cpan/CPAN/lib/CPAN/FirstTime.pm
@@ -9,7 +9,7 @@ use File::Path ();
 use File::Spec ();
 use CPAN::Mirrors ();
 use vars qw($VERSION $silent);
-$VERSION = "5.53";
+$VERSION = "5.530001"; # 5.53 + local patches for bleadperl
 
 =head1 NAME
 
diff --git a/cpan/CPAN/lib/CPAN/Mirrors.pm b/cpan/CPAN/lib/CPAN/Mirrors.pm
index 1a3402e..e42680a 100644
--- a/cpan/CPAN/lib/CPAN/Mirrors.pm
+++ b/cpan/CPAN/lib/CPAN/Mirrors.pm
@@ -3,7 +3,7 @@
 package CPAN::Mirrors;
 use strict;
 use vars qw($VERSION $urllist $silent);
-$VERSION = "1.77";
+$VERSION = "1.770001"; # 1.77 + local patches for bleadperl
 
 use Carp;
 use FileHandle;
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm 
b/dist/Module-CoreList/lib/Module/CoreList.pm
index fda452d..03a0f18 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -11533,7 +11533,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
     },
     5.011003 => {
        'AnyDBM_File'           => '1.00',
-       'App::Cpan'             => '1.57',
+       'App::Cpan'             => '1.570001',
        'App::Prove'            => '3.17',
        'App::Prove::State'     => '3.17',
        'App::Prove::State::Result'=> '3.17',
@@ -11564,7 +11564,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
        'CGI::Push'             => '1.04',
        'CGI::Switch'           => '1.01',
        'CGI::Util'             => '3.48',
-       'CPAN'                  => '1.94_53',
+       'CPAN'                  => '1.94_5301',
        'CPAN::Author'          => '5.5',
        'CPAN::Bundle'          => '5.5',
        'CPAN::CacheMgr'        => '5.5',
@@ -11579,13 +11579,13 @@ for my $version ( sort { $a <=> $b } keys %released ) 
{
        'CPAN::Exception::yaml_not_installed'=> '5.5',
        'CPAN::FTP'             => '5.5004',
        'CPAN::FTP::netrc'      => '1.00',
-       'CPAN::FirstTime'       => '5.53',
+       'CPAN::FirstTime'       => '5.530001',
        'CPAN::HandleConfig'    => '5.5',
        'CPAN::Index'           => '1.94',
        'CPAN::InfoObj'         => '5.5',
        'CPAN::Kwalify'         => '5.50',
        'CPAN::LWP::UserAgent'  => '1.94',
-       'CPAN::Mirrors'         => '1.77',
+       'CPAN::Mirrors'         => '1.770001',
        'CPAN::Module'          => '5.5',
        'CPAN::Nox'             => '5.50',
        'CPAN::Prompt'          => '5.5',
diff --git a/pod/perl5113delta.pod b/pod/perl5113delta.pod
index a523f34..5b85e62 100644
--- a/pod/perl5113delta.pod
+++ b/pod/perl5113delta.pod
@@ -213,7 +213,8 @@ Upgraded from version 0.34 to 0.36.
 
 =item C<CPAN>
 
-Upgraded from version 1.94_51 to 1.94_53, plus some local fixes.
+Upgraded from version 1.94_51 to 1.94_5301, which is 1.94_53 on CPAN 
+plus some local fixes for bleadperl.
 
 Includes better bzip2 support, improved FirstTime experience with
 auto-selection of CPAN mirrors, proper handling of modules removed from the

--
Perl5 Master Repository

Reply via email to