diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-04-14 00:34:44 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-04-14 00:34:44 +0100 |
commit | ffc8163459b527fe692284958365016d02c16c86 (patch) | |
tree | f014d055b2dd310eea76b852b62652181ac977ad /cpan/CPAN | |
parent | 51b1bca10c16ef14af0a0e9cb91a2879f6826041 (diff) | |
download | perl-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/CPAN')
-rw-r--r-- | cpan/CPAN/Changes | 8 | ||||
-rw-r--r-- | cpan/CPAN/lib/App/Cpan.pm | 2 | ||||
-rw-r--r-- | cpan/CPAN/scripts/cpan | 2 |
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 ); |