summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2013-03-07 15:30:21 +0000
committerDavid Mitchell <davem@iabyn.com>2013-03-07 15:30:21 +0000
commite0f008015d0445a286c2ce3e05dec1b0d63ada2d (patch)
tree0f968265507b010ec9ca4282e55be86b1d6ec8df
parent7acb5d86d06c0b4bfa650e6347d3515bc49e7b27 (diff)
downloadperl-e0f008015d0445a286c2ce3e05dec1b0d63ada2d.tar.gz
bump Module::Corelist versionv5.14.4-RC2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm4
-rw-r--r--pod/perldelta.pod2
2 files changed, 3 insertions, 3 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index e3d86bc28a..dea12bf40e 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.49_05';
+$VERSION = '2.49_06';
=head1 NAME
@@ -26710,7 +26710,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.49_05',
+ 'Module::CoreList' => '2.49_06',
'Module::Load' => '0.18',
'Module::Load::Conditional'=> '0.44',
'Module::Loaded' => '0.06',
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 2e2eca3b59..b4b14f6801 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -110,7 +110,7 @@ L</Security> (version numbers have not changed):
L<Encode> has been upgraded from version 2.42_01 to version 2.42_02.
-L<Module::CoreList> has been updated to version 2.49_05 to add data for
+L<Module::CoreList> has been updated to version 2.49_06 to add data for
this release.
=head2 Removed Modules and Pragmata