summaryrefslogtreecommitdiff
path: root/cpan
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-04-14 00:34:44 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-04-14 00:34:44 +0100
commitffc8163459b527fe692284958365016d02c16c86 (patch)
treef014d055b2dd310eea76b852b62652181ac977ad /cpan
parent51b1bca10c16ef14af0a0e9cb91a2879f6826041 (diff)
downloadperl-ffc8163459b527fe692284958365016d02c16c86.tar.gz
Update CPAN to CPAN version 2.00
[DELTA] 2013-04-12 Andreas Koenig <k@UX31A> * release 2.00 (at Lancester #QA2013) * Removed the trial status for the release in the Makefile.PL * Merge with App::Cpan 0.61 (just a version number change)
Diffstat (limited to 'cpan')
-rw-r--r--cpan/CPAN/Changes8
-rw-r--r--cpan/CPAN/lib/App/Cpan.pm2
-rw-r--r--cpan/CPAN/scripts/cpan2
3 files changed, 10 insertions, 2 deletions
diff --git a/cpan/CPAN/Changes b/cpan/CPAN/Changes
index 73a1b7ea4a..8e6d6e2f8f 100644
--- a/cpan/CPAN/Changes
+++ b/cpan/CPAN/Changes
@@ -1,3 +1,11 @@
+2013-04-12 Andreas Koenig <k@UX31A>
+
+ * release 2.00 (at Lancester #QA2013)
+
+ * Removed the trial status for the release in the Makefile.PL
+
+ * Merge with App::Cpan 0.61 (just a version number change)
+
2013-02-06 k <k@k83.linux.bogus>
* release 2.00-TRIAL
diff --git a/cpan/CPAN/lib/App/Cpan.pm b/cpan/CPAN/lib/App/Cpan.pm
index ecf5ef701b..6dc24922a7 100644
--- a/cpan/CPAN/lib/App/Cpan.pm
+++ b/cpan/CPAN/lib/App/Cpan.pm
@@ -5,7 +5,7 @@ use strict;
use warnings;
use vars qw($VERSION);
-$VERSION = '1.60_02';
+$VERSION = '1.61';
=head1 NAME
diff --git a/cpan/CPAN/scripts/cpan b/cpan/CPAN/scripts/cpan
index 9b78be4869..70dd9421d9 100644
--- a/cpan/CPAN/scripts/cpan
+++ b/cpan/CPAN/scripts/cpan
@@ -4,7 +4,7 @@ use strict;
use vars qw($VERSION);
use App::Cpan '1.60_02';
-$VERSION = '1.60_02';
+$VERSION = '1.61';
my $rc = App::Cpan->run( @ARGV );