In perl.git, the branch maint-5.12 has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/06248e0ed5593cdb2546fa1cf58bfe8901781c5c?hp=fc24db063509c291aad650784b85a7706ba74411>

- Log -----------------------------------------------------------------
commit 06248e0ed5593cdb2546fa1cf58bfe8901781c5c
Author: Jesse Vincent <je...@bestpractical.com>
Date:   Mon Aug 30 21:43:01 2010 -0400

    Module::CoreList updates for 5.12.2
-----------------------------------------------------------------------

Summary of changes:
 dist/Module-CoreList/lib/Module/CoreList.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm 
b/dist/Module-CoreList/lib/Module/CoreList.pm
index f4af584..095887e 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -335,7 +335,7 @@ sub removed_raw {
     5.013002 => '2010-06-22',
     5.013003 => '2010-07-20',
     5.013004 => '2010-08-20',
-    5.012002 => '2010-09-01',
+    5.012002 => '2010-09-06',
   );
 
 for my $version ( sort { $a <=> $b } keys %released ) {
@@ -18314,7 +18314,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
        'Module::Build::PodParser'=> '0.3603',
        'Module::Build::Version'=> '0.77',
        'Module::Build::YAML'   => '1.40',
-       'Module::CoreList'      => '2.37',
+       'Module::CoreList'      => '2.38',
        'Module::Load'          => '0.16',
        'Module::Load::Conditional'=> '0.38',
        'Module::Loaded'        => '0.06',

--
Perl5 Master Repository

Reply via email to