diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2010-08-30 21:43:01 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-08-30 21:43:01 -0400 |
commit | cf6d0998321abc20e390ddc097b692eee6345f29 (patch) | |
tree | 748d1c3d4a3dc4972e438189f0b19dea30d4c33b | |
parent | 37bb7629a18d7cb6c4b7296491831c35197edbde (diff) | |
download | perl-cf6d0998321abc20e390ddc097b692eee6345f29.tar.gz |
Module::CoreList updates for 5.12.2
-rw-r--r-- | 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 f4af584614..095887e4ec 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', |