summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2011-05-11 09:26:58 -0400
committerJesse Vincent <jesse@bestpractical.com>2011-05-11 09:26:58 -0400
commitee2a35bad5a5ebcb37410d5f0510bf4d13daf466 (patch)
tree90192a0899c433779d583bdec28df94d739ffba5 /dist
parent19bfff0f437aaac271c0658c51d56954ab685688 (diff)
downloadperl-ee2a35bad5a5ebcb37410d5f0510bf4d13daf466.tar.gz
RC3 bump
Diffstat (limited to 'dist')
-rw-r--r--dist/Module-CoreList/Changes2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm6
2 files changed, 4 insertions, 4 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',