summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>2011-02-20 19:02:01 +0000
committerLeon Brocard <acme@astray.com>2011-06-08 09:10:16 +0100
commitaede92b329f38a9f26c0cfc405732b9b335402c3 (patch)
tree2652eb8d5d2f671ba86940975134da096e3d2f5b
parent49a55e9e0a9ee675061f8d3e61cb3a1ff9715935 (diff)
downloadperl-aede92b329f38a9f26c0cfc405732b9b335402c3.tar.gz
Module::CoreList: bump from 2.44_01 to 2.45
I bumped this from 2.44 to 2.44_01 for 5.13.10 because that's what Jesse did for 5.13.9, but that was an exceptional case: <Bingos> it was a special case for v5.13.9 because of the v5.12.3 release being in the same week. (cherry picked from commit 892528fd9702f80bc08486939e0831142045d6d9)
-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 1e783c5e9d..1809ace194 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,4 +1,4 @@
-2.44_01 Sun Feb 20 2011
+2.45 Sun Feb 20 2011
- Bumped the version number and data for the 5.13.10 release
2.44 Sat Jan 22 2011
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index b79499a8b6..505f0f5229 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.44_01';
+$VERSION = '2.45';
=head1 NAME
@@ -22780,7 +22780,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Module::Build::PodParser'=> '0.37_05',
'Module::Build::Version'=> '0.87',
'Module::Build::YAML' => '1.41',
- 'Module::CoreList' => '2.44_01',
+ 'Module::CoreList' => '2.45',
'Module::Load' => '0.18',
'Module::Load::Conditional'=> '0.44',
'Module::Loaded' => '0.06',