summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-04-20 20:31:25 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2015-08-19 14:10:14 +0100
commit90510434fb5a4a293fc3fe642e7fa2028715426c (patch)
treebb01955652831d9dde71bc28cf80ef7952ec6211
parentf05685006b8a09b855b9ef390a5855767ff2e91a (diff)
downloadperl-90510434fb5a4a293fc3fe642e7fa2028715426c.tar.gz
Update Module::CoreList for 5.21.11
(cherry picked from commit 6432c40a7dadf4b8482241ba4160a9fb3a352d2e)
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm36
1 files changed, 34 insertions, 2 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index c4c418ca34..c88a7829fb 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -274,7 +274,7 @@ sub changes_between {
5.020002 => '2015-02-14',
5.021009 => '2015-02-21',
5.021010 => '2015-03-20',
- 5.021011 => '????-??-??',
+ 5.021011 => '2015-04-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -11353,13 +11353,45 @@ for my $version ( sort { $a <=> $b } keys %released ) {
}
},
5.021011 => {
- delta_from => 5.02101,
+ delta_from => 5.021010,
changed => {
+ 'B' => '1.58',
+ 'B::Deparse' => '1.35',
'B::Op_private' => '5.021011',
+ 'CPAN' => '2.11',
'Config' => '5.021011',
+ 'Config::Perl::V' => '0.24',
+ 'Cwd' => '3.56',
+ 'ExtUtils::Miniperl' => '1.05',
+ 'ExtUtils::ParseXS' => '3.28',
+ 'ExtUtils::ParseXS::Constants'=> '3.28',
+ 'ExtUtils::ParseXS::CountLines'=> '3.28',
+ 'ExtUtils::ParseXS::Eval'=> '3.28',
+ 'ExtUtils::ParseXS::Utilities'=> '3.28',
+ 'ExtUtils::Typemaps' => '3.28',
+ 'ExtUtils::Typemaps::Cmd'=> '3.28',
+ 'ExtUtils::Typemaps::InputMap'=> '3.28',
+ 'ExtUtils::Typemaps::OutputMap'=> '3.28',
+ 'ExtUtils::Typemaps::Type'=> '3.28',
+ 'File::Spec' => '3.56',
+ 'File::Spec::Cygwin' => '3.56',
+ 'File::Spec::Epoc' => '3.56',
+ 'File::Spec::Functions' => '3.56',
+ 'File::Spec::Mac' => '3.56',
+ 'File::Spec::OS2' => '3.56',
+ 'File::Spec::Unix' => '3.56',
+ 'File::Spec::VMS' => '3.56',
+ 'File::Spec::Win32' => '3.56',
+ 'IO::Socket::IP' => '0.37',
'Module::CoreList' => '5.20150420',
'Module::CoreList::TieHashDelta'=> '5.20150420',
'Module::CoreList::Utils'=> '5.20150420',
+ 'PerlIO::mmap' => '0.014',
+ 'XS::APItest' => '0.72',
+ 'attributes' => '0.27',
+ 'if' => '0.0604',
+ 'utf8' => '1.16',
+ 'warnings' => '1.32',
},
removed => {
}