diff options
author | Abigail <abigail@abigail.be> | 2014-07-20 03:05:59 +0200 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2014-07-20 03:05:59 +0200 |
commit | 6488e103c9fabe91662d9508930e2eb26e2f718b (patch) | |
tree | 904c663b0853c6cc18176a87ef329eb43c35eaa0 | |
parent | 41a81de646c4a1f911f6906df66a4e77760e30d2 (diff) | |
download | perl-6488e103c9fabe91662d9508930e2eb26e2f718b.tar.gz |
Update Module::CoreList for 5.21.2
-rw-r--r-- | dist/Module-CoreList/Changes | 1 | ||||
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList.pm | 32 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index 6b1b894091..fcd153ec5a 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,4 +1,5 @@ 5.021002 + - Prepared for v5.21.2 5.021001_01 - Prepared for v5.21.1 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index e69b970115..7ed0ea29e2 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -251,7 +251,7 @@ sub changes_between { 5.020000 => '2014-05-27', 5.021000 => '2014-05-27', 5.021001 => '2014-06-20', - 5.021002 => '????-??-??', + 5.021002 => '2014-07-20', ); for my $version ( sort { $a <=> $b } keys %released ) { @@ -10044,10 +10044,40 @@ for my $version ( sort { $a <=> $b } keys %released ) { 5.021002 => { delta_from => 5.021001, changed => { + 'B' => '1.50', 'Config' => '5.021002', + 'Cwd' => '3.49', + 'Devel::Peek' => '1.18', + 'ExtUtils::Manifest' => '1.64', + 'File::Copy' => '2.30', + 'File::Spec' => '3.49', + 'File::Spec::Cygwin' => '3.49', + 'File::Spec::Epoc' => '3.49', + 'File::Spec::Functions' => '3.49', + 'File::Spec::Mac' => '3.49', + 'File::Spec::OS2' => '3.49', + 'File::Spec::Unix' => '3.49', + 'File::Spec::VMS' => '3.49', + 'File::Spec::Win32' => '3.49', + 'Filter::Simple' => '0.92', + 'Hash::Util' => '0.18', + 'IO' => '1.33', + 'IO::Socket::IP' => '0.31', + 'IPC::Open3' => '1.17', + 'Math::BigFloat' => '1.9996', + 'Math::BigInt' => '1.9996', + 'Math::BigInt::Calc' => '1.9996', + 'Math::BigInt::CalcEmu' => '1.9996', 'Module::CoreList' => '5.021002', 'Module::CoreList::TieHashDelta'=> '5.021002', 'Module::CoreList::Utils'=> '5.021002', + 'POSIX' => '1.41', + 'Pod::Usage' => '1.64', + 'XS::APItest' => '0.62', + 'arybase' => '0.08', + 'experimental' => '0.008', + 'threads' => '1.95', + 'warnings' => '1.26', }, removed => { } |