summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-04-20 10:50:07 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-04-20 10:50:07 +0100
commit70152776dcc773c59b9f42336a74fc81b5f3481b (patch)
treedf7534d86aed3df0e0f219755c88489f1dfa43aa
parent68f96b51266ed0782b9b4b192cd30387cf85a4d4 (diff)
downloadperl-70152776dcc773c59b9f42336a74fc81b5f3481b.tar.gz
Update Module::CoreList for 5.19.11
-rw-r--r--dist/Module-CoreList/Changes2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm55
2 files changed, 48 insertions, 9 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 0d20e61a87..20a2b18a71 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,5 +1,5 @@
3.10
- - Prepared for v5.19.11
+ - Updated for v5.19.11
3.09
- updated for v5.19.10
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 095259403c..61aa394c9d 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -247,7 +247,7 @@ sub changes_between {
5.019008 => '2014-01-20',
5.019009 => '2014-02-20',
5.01901 => '2014-03-20',
- 5.019011 => '????-??-??',
+ 5.019011 => '2014-04-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -9712,15 +9712,52 @@ for my $version ( sort { $a <=> $b } keys %released ) {
}
},
5.019011 => {
- delta_from => 5.019010,
+ delta_from => 5.01901,
changed => {
+ 'CPAN' => '2.05',
+ 'CPAN::Distribution' => '2.02',
+ 'CPAN::FirstTime' => '5.5306',
+ 'CPAN::Shell' => '5.5004',
+ 'Carp' => '1.3301',
+ 'Carp::Heavy' => '1.3301',
'Config' => '5.019011',
+ 'ExtUtils::Command::MM' => '6.94',
+ 'ExtUtils::Install' => '1.67',
+ 'ExtUtils::Liblist' => '6.94',
+ 'ExtUtils::Liblist::Kid'=> '6.94',
+ 'ExtUtils::MM' => '6.94',
+ 'ExtUtils::MM_AIX' => '6.94',
+ 'ExtUtils::MM_Any' => '6.94',
+ 'ExtUtils::MM_BeOS' => '6.94',
+ 'ExtUtils::MM_Cygwin' => '6.94',
+ 'ExtUtils::MM_DOS' => '6.94',
+ 'ExtUtils::MM_Darwin' => '6.94',
+ 'ExtUtils::MM_MacOS' => '6.94',
+ 'ExtUtils::MM_NW5' => '6.94',
+ 'ExtUtils::MM_OS2' => '6.94',
+ 'ExtUtils::MM_QNX' => '6.94',
+ 'ExtUtils::MM_UWIN' => '6.94',
+ 'ExtUtils::MM_Unix' => '6.94',
+ 'ExtUtils::MM_VMS' => '6.94',
+ 'ExtUtils::MM_VOS' => '6.94',
+ 'ExtUtils::MM_Win32' => '6.94',
+ 'ExtUtils::MM_Win95' => '6.94',
+ 'ExtUtils::MY' => '6.94',
+ 'ExtUtils::MakeMaker' => '6.94',
+ 'ExtUtils::MakeMaker::Config'=> '6.94',
+ 'ExtUtils::Mkbootstrap' => '6.94',
+ 'ExtUtils::Mksymlists' => '6.94',
+ 'ExtUtils::testlib' => '6.94',
'Module::CoreList' => '3.10',
'Module::CoreList::TieHashDelta'=> '3.10',
'Module::CoreList::Utils'=> '3.10',
+ 'PerlIO' => '1.09',
+ 'Storable' => '2.49',
+ 'Win32' => '0.49',
+ 'experimental' => '0.007',
},
removed => {
- },
+ }
},
);
@@ -10528,6 +10565,7 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
'autodie::skip' => 'cpan',
'encoding' => 'cpan',
'encoding::warnings' => 'cpan',
+ 'experimental' => 'cpan',
'inc::latest' => 'cpan',
'parent' => 'cpan',
'perlfaq' => 'cpan',
@@ -10897,16 +10935,16 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
'TAP::Parser::SourceHandler::RawTAP'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness',
'TAP::Parser::YAMLish::Reader'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness',
'TAP::Parser::YAMLish::Writer'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness',
- 'Term::ANSIColor' => undef,
+ 'Term::ANSIColor' => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Term-ANSIColor',
'Term::Cap' => undef,
'Test' => undef,
- 'Test::Builder' => 'http://github.com/schwern/test-more/issues/',
- 'Test::Builder::Module' => 'http://github.com/schwern/test-more/issues/',
+ 'Test::Builder' => 'http://github.com/Test-More/test-more/issues/',
+ 'Test::Builder::Module' => 'http://github.com/Test-More/test-more/issues/',
'Test::Builder::Tester' => 'http://github.com/schwern/test-more/issues',
'Test::Builder::Tester::Color'=> 'http://github.com/schwern/test-more/issues',
'Test::Harness' => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness',
- 'Test::More' => 'http://github.com/schwern/test-more/issues/',
- 'Test::Simple' => 'http://github.com/schwern/test-more/issues/',
+ 'Test::More' => 'http://github.com/Test-More/test-more/issues/',
+ 'Test::Simple' => 'http://github.com/Test-More/test-more/issues/',
'Text::Balanced' => undef,
'Text::ParseWords' => undef,
'Text::Tabs' => undef,
@@ -10936,6 +10974,7 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
'autodie::skip' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie',
'encoding' => undef,
'encoding::warnings' => undef,
+ 'experimental' => 'http://rt.cpan.org/Public/Dist/Display.html?Name=experimental',
'inc::latest' => undef,
'parent' => undef,
'perlfaq' => 'https://github.com/perl-doc-cats/perlfaq/issues',