diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2011-05-11 09:26:58 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-05-11 09:26:58 -0400 |
commit | ee2a35bad5a5ebcb37410d5f0510bf4d13daf466 (patch) | |
tree | 90192a0899c433779d583bdec28df94d739ffba5 | |
parent | 19bfff0f437aaac271c0658c51d56954ab685688 (diff) | |
download | perl-ee2a35bad5a5ebcb37410d5f0510bf4d13daf466.tar.gz |
RC3 bump
-rw-r--r-- | dist/Module-CoreList/Changes | 2 | ||||
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList.pm | 6 | ||||
-rw-r--r-- | patchlevel.h | 1 | ||||
-rw-r--r-- | pod/perlhist.pod | 3 |
4 files changed, 7 insertions, 5 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index 8ddb7e4b26..a2fbd0ba6c 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,4 +1,4 @@ -2.48 +2.49 - Updated for v5.14.0 2.46 Sun Mar 20 2011 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index aee3b996ba..16793cfce6 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -2,7 +2,7 @@ package Module::CoreList; use strict; use vars qw/$VERSION %released %version %families %upstream %bug_tracker %deprecated/; -$VERSION = '2.48'; +$VERSION = '2.49'; =head1 NAME @@ -347,7 +347,7 @@ sub removed_raw { 5.013009 => '2011-01-20', 5.013010 => '2011-02-20', 5.013011 => '2011-03-20', - 5.014000 => '2011-05-11', + 5.014000 => '2011-05-14', ); for my $version ( sort { $a <=> $b } keys %released ) { @@ -24090,7 +24090,7 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'Module::Build::PodParser'=> '0.3800', 'Module::Build::Version'=> '0.87', 'Module::Build::YAML' => '1.41', - 'Module::CoreList' => '2.48', + 'Module::CoreList' => '2.49', 'Module::Load' => '0.18', 'Module::Load::Conditional'=> '0.44', 'Module::Loaded' => '0.06', diff --git a/patchlevel.h b/patchlevel.h index 9c0646b7d0..dc7527b04b 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -133,6 +133,7 @@ hunk. # endif static const char * const local_patches[] = { NULL + ,"RC3" #ifdef PERL_GIT_UNCOMMITTED_CHANGES ,"uncommitted-changes" #endif diff --git a/pod/perlhist.pod b/pod/perlhist.pod index e782738c7b..88ad510167 100644 --- a/pod/perlhist.pod +++ b/pod/perlhist.pod @@ -453,8 +453,9 @@ the strings?). Florian 5.13.11 2011-Mar-20 Jesse 5.14.0RC1 2011-Apr-20 Jesse 5.14.0RC2 2011-May-04 + Jesse 5.14.0RC3 2011-May-11 - Jesse 5.14.0 2011-May-11 + Jesse 5.14.0 2011-May-14 =head2 SELECTED RELEASE SIZES |