summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2011-09-07 17:33:09 +0200
committerFlorian Ragwitz <rafl@debian.org>2011-09-07 17:33:09 +0200
commit7e200dbb049ea10ef6b5b24ea9bb14f867246405 (patch)
tree029bccb5e42e25b4419914465f52d865c45a83c2
parent419c2a0f6c7664e017e4c5848efc54a6d381c691 (diff)
downloadperl-7e200dbb049ea10ef6b5b24ea9bb14f867246405.tar.gz
Bump CPAN{,::Distribution}::VERSION after MYMETA/configure_requires fixes
-rw-r--r--cpan/CPAN/lib/CPAN.pm2
-rw-r--r--cpan/CPAN/lib/CPAN/Distribution.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpan/CPAN/lib/CPAN.pm b/cpan/CPAN/lib/CPAN.pm
index e36cf09e31..f83e2985e0 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.9600';
+$CPAN::VERSION = '1.9600_01';
$CPAN::VERSION =~ s/_//;
# we need to run chdir all over and we would get at wrong libraries
diff --git a/cpan/CPAN/lib/CPAN/Distribution.pm b/cpan/CPAN/lib/CPAN/Distribution.pm
index 33607c795b..637ab277d9 100644
--- a/cpan/CPAN/lib/CPAN/Distribution.pm
+++ b/cpan/CPAN/lib/CPAN/Distribution.pm
@@ -8,7 +8,7 @@ use CPAN::InfoObj;
use File::Path ();
@CPAN::Distribution::ISA = qw(CPAN::InfoObj);
use vars qw($VERSION);
-$VERSION = "1.9602";
+$VERSION = "1.9602_01";
# Accessors
sub cpan_comment {