Module::CoreList: bump from 2.44_01 to 2.45
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>
Sun, 20 Feb 2011 19:02:01 +0000 (19:02 +0000)
committerÆvar Arnfjörð Bjarmason <avar@cpan.org>
Sun, 20 Feb 2011 19:02:01 +0000 (19:02 +0000)
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.

dist/Module-CoreList/Changes
dist/Module-CoreList/lib/Module/CoreList.pm

index 1e783c5..1809ace 100644 (file)
@@ -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
index b79499a..505f0f5 100644 (file)
@@ -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',