summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>2011-02-20 19:02:01 +0000
committerÆvar Arnfjörð Bjarmason <avar@cpan.org>2011-02-20 19:02:01 +0000
commit892528fd9702f80bc08486939e0831142045d6d9 (patch)
treee6cc47b2b26ebac708ed7086fa3631f57a0852a4
parentf1e17f6f20c4d9052dc695eed0a2bd8698dbda02 (diff)
downloadperl-5.13.10.tar.gz
Module::CoreList: bump from 2.44_01 to 2.45v5.13.10
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.
-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',