summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2011-05-03 17:20:16 -0400
committerLeon Brocard <acme@astray.com>2011-06-08 09:16:14 +0100
commitd459380d4f9c9b23c02efae2ed43ffb90a3424aa (patch)
tree3d1a61aebd19aae300e339482c838196d168fec8
parent792d28bdc9187c8303d2df68fdac08e3480f06e3 (diff)
downloadperl-d459380d4f9c9b23c02efae2ed43ffb90a3424aa.tar.gz
Bump Module::CoreList because the content changed since RC1 and we have
nice, zealous porting tests (cherry picked from commit 69930b1860ecb5c4bddc59bb2ee41e5cea977545)
-rw-r--r--dist/Module-CoreList/Changes2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm4
2 files changed, 3 insertions, 3 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 03ab7394b9..8ddb7e4b26 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,4 +1,4 @@
-2.47
+2.48
- 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 f77740b5df..2983988542 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.47';
+$VERSION = '2.48';
=head1 NAME
@@ -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.47',
+ 'Module::CoreList' => '2.48',
'Module::Load' => '0.18',
'Module::Load::Conditional'=> '0.44',
'Module::Loaded' => '0.06',