diff options
author | David Golden <dagolden@cpan.org> | 2009-12-20 22:53:57 -0500 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2009-12-20 22:53:57 -0500 |
commit | 49ded548b5747348820850adf5839687c668469e (patch) | |
tree | 042d06add34499efb7803e8012913435ed5bd51b /cpan | |
parent | 1e97cd45e15d3893ac1b3cf1da02eff114bd4e97 (diff) | |
download | perl-49ded548b5747348820850adf5839687c668469e.tar.gz |
local version number bumps for CPAN.pm hotfixes
Diffstat (limited to 'cpan')
-rw-r--r-- | cpan/CPAN/lib/App/Cpan.pm | 2 | ||||
-rw-r--r-- | cpan/CPAN/lib/CPAN.pm | 2 | ||||
-rw-r--r-- | cpan/CPAN/lib/CPAN/FirstTime.pm | 2 | ||||
-rw-r--r-- | cpan/CPAN/lib/CPAN/Mirrors.pm | 2 |
4 files changed, 4 insertions, 4 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; |