summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2009-12-20 22:53:57 -0500
committerDavid Golden <dagolden@cpan.org>2009-12-20 22:53:57 -0500
commit49ded548b5747348820850adf5839687c668469e (patch)
tree042d06add34499efb7803e8012913435ed5bd51b
parent1e97cd45e15d3893ac1b3cf1da02eff114bd4e97 (diff)
downloadperl-49ded548b5747348820850adf5839687c668469e.tar.gz
local version number bumps for CPAN.pm hotfixes
-rw-r--r--cpan/CPAN/lib/App/Cpan.pm2
-rw-r--r--cpan/CPAN/lib/CPAN.pm2
-rw-r--r--cpan/CPAN/lib/CPAN/FirstTime.pm2
-rw-r--r--cpan/CPAN/lib/CPAN/Mirrors.pm2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm8
-rw-r--r--pod/perl5113delta.pod3
6 files changed, 10 insertions, 9 deletions
diff --git a/cpan/CPAN/lib/App/Cpan.pm b/cpan/CPAN/lib/App/Cpan.pm
index f290cc8bf0..e0c6c6cee5 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 b6ecac7fa5..c5a63e4102 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 d1db0cdaf2..ff5b1f8e36 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 1a3402e8de..e42680a212 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 fda452da89..03a0f189fd 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 a523f345ba..5b85e62ff3 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