summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2011-05-11 09:26:58 -0400
committerLeon Brocard <acme@astray.com>2011-06-08 09:18:04 +0100
commita48fb6e8d1f52c737cb61992f20dded07c662c51 (patch)
tree3fab12c60df9fafe63eb4e346cdd4fbf0d6b3167
parentc03f90d373bc1b130e52aa1df8aada326af67a31 (diff)
downloadperl-a48fb6e8d1f52c737cb61992f20dded07c662c51.tar.gz
RC3 bump
(Removed the change to patchlevel.h - Leon)
-rw-r--r--dist/Module-CoreList/Changes2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm6
-rw-r--r--pod/perlhist.pod3
3 files changed, 6 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/pod/perlhist.pod b/pod/perlhist.pod
index 705714005a..3264c9eed3 100644
--- a/pod/perlhist.pod
+++ b/pod/perlhist.pod
@@ -439,8 +439,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