In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/ffc8163459b527fe692284958365016d02c16c86?hp=51b1bca10c16ef14af0a0e9cb91a2879f6826041>
- Log ----------------------------------------------------------------- commit ffc8163459b527fe692284958365016d02c16c86 Author: Chris 'BinGOs' Williams <[email protected]> Date: Sun Apr 14 00:34:44 2013 +0100 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) ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 2 +- cpan/CPAN/Changes | 8 ++++++++ cpan/CPAN/lib/App/Cpan.pm | 2 +- cpan/CPAN/scripts/cpan | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index bedc6ef..7038413 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -412,7 +412,7 @@ use File::Glob qw(:case); 'CPAN' => { 'MAINTAINER' => 'andk', - 'DISTRIBUTION' => 'ANDK/CPAN-2.00-TRIAL.tar.gz', + 'DISTRIBUTION' => 'ANDK/CPAN-2.00.tar.gz', 'FILES' => q[cpan/CPAN], 'EXCLUDED' => [ qr{^distroprefs/}, diff --git a/cpan/CPAN/Changes b/cpan/CPAN/Changes index 73a1b7e..8e6d6e2 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 <[email protected]> * release 2.00-TRIAL diff --git a/cpan/CPAN/lib/App/Cpan.pm b/cpan/CPAN/lib/App/Cpan.pm index ecf5ef7..6dc2492 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 9b78be4..70dd942 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 ); -- Perl5 Master Repository
