The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes 012
META.json 22
META.yml 22
lib/Module/CoreList/TieHashDelta.pm 11
lib/Module/CoreList/Utils.pm 136
lib/Module/CoreList.pm 7399
lib/Module/CoreList.pod 116
7 files changed (This is a version diff) 24458
@@ -1,3 +1,15 @@
+5.20141020
+  - Prepared for v5.21.5
+
+5.20141002
+  - Updated for v5.18.3 and v5.18.4
+
+5.20140920
+  - Updated for v5.21.4
+
+5.20140914
+  - Updated for v5.20.1
+
 5.021003
   - Prepared for v5.21.3
 
@@ -4,7 +4,7 @@
       "unknown"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142060",
+   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142690",
    "license" : [
       "perl_5"
    ],
@@ -48,5 +48,5 @@
          "url" : "git://perl5.git.perl.org/perl.git"
       }
    },
-   "version" : "5.021003"
+   "version" : "5.20141020"
 }
@@ -7,7 +7,7 @@ build_requires:
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142060'
+generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142690'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -25,4 +25,4 @@ resources:
   bugtracker: https://rt.perl.org/rt3/
   homepage: http://dev.perl.org/
   repository: git://perl5.git.perl.org/perl.git
-version: '5.021003'
+version: '5.20141020'
@@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = '5.021003';
+$VERSION = '5.20141020';
 
 sub TIEHASH {
     my ($class, $changed, $removed, $parent) = @_;
@@ -6,7 +6,7 @@ use vars qw[$VERSION %utilities];
 use Module::CoreList;
 use Module::CoreList::TieHashDelta;
 
-$VERSION = '5.021003';
+$VERSION = '5.20141020';
 
 sub utilities {
     my $perl = shift;
@@ -822,6 +822,20 @@ my %delta = (
         removed => {
         }
     },
+    5.018003 => {
+        delta_from => 5.018000,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.018004 => {
+        delta_from => 5.018000,
+        changed => {
+        },
+        removed => {
+        }
+    },
     5.019000 => {
         delta_from => 5.018000,
         changed => {
@@ -950,6 +964,27 @@ my %delta = (
         removed => {
         }
     },
+    5.020001 => {
+        delta_from => 5.02,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.021004 => {
+        delta_from => 5.021003,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.021005 => {
+        delta_from => 5.021004,
+        changed => {
+        },
+        removed => {
+        }
+    },
 );
 
 for my $version (sort { $a <=> $b } keys %delta) {
@@ -4,7 +4,7 @@ use vars qw/$VERSION %released %version %families %upstream
 	    %bug_tracker %deprecated %delta/;
 use Module::CoreList::TieHashDelta;
 use version;
-$VERSION = '5.021003';
+$VERSION = '5.20141020';
 
 my $dumpinc = 0;
 sub import {
@@ -244,6 +244,8 @@ sub changes_between {
     5.019006 => '2013-11-20',
     5.019007 => '2013-12-20',
     5.018002 => '2014-01-06',
+    5.018003 => '2014-10-01',
+    5.018004 => '2014-10-01',
     5.019008 => '2014-01-20',
     5.019009 => '2014-02-20',
     5.01901  => '2014-03-20',
@@ -253,6 +255,9 @@ sub changes_between {
     5.021001 => '2014-06-20',
     5.021002 => '2014-07-20',
     5.021003 => '2014-08-20',
+    5.020001 => '2014-09-14',
+    5.021004 => '2014-09-20',
+    5.021005 => '2014-10-20',
   );
 
 for my $version ( sort { $a <=> $b } keys %released ) {
@@ -8078,6 +8083,22 @@ for my $version ( sort { $a <=> $b } keys %released ) {
             'Module::CoreList::Utils'=> '3.03',
         },
     },
+    5.018003 => {
+        delta_from => 5.018002,
+        changed => {
+            'Module::CoreList'      => '3.12',
+            'Module::CoreList::TieHashDelta'=> '3.12',
+            'Module::CoreList::Utils'=> '3.12',
+        },
+    },
+    5.018004 => {
+        delta_from => 5.018003,
+        changed => {
+            'Module::CoreList'      => '3.13',
+            'Module::CoreList::TieHashDelta'=> '3.13',
+            'Module::CoreList::Utils'=> '3.13',
+        },
+    },
     5.019000 => {
         delta_from => 5.018000,
         changed => {
@@ -10130,6 +10151,340 @@ for my $version ( sort { $a <=> $b } keys %released ) {
         removed => {
         }
     },
+    5.020001 => {
+        delta_from => 5.020000,
+        changed => {
+            'Config'                => '5.020001',
+            'Config::Perl::V'       => '0.22',
+            'Cwd'                   => '3.48',
+            'Exporter'              => '5.71',
+            'Exporter::Heavy'       => '5.71',
+            'ExtUtils::CBuilder'    => '0.280217',
+            'ExtUtils::CBuilder::Base'=> '0.280217',
+            'ExtUtils::CBuilder::Platform::Unix'=> '0.280217',
+            'ExtUtils::CBuilder::Platform::VMS'=> '0.280217',
+            'ExtUtils::CBuilder::Platform::Windows'=> '0.280217',
+            'ExtUtils::CBuilder::Platform::Windows::BCC'=> '0.280217',
+            'ExtUtils::CBuilder::Platform::Windows::GCC'=> '0.280217',
+            'ExtUtils::CBuilder::Platform::Windows::MSVC'=> '0.280217',
+            'ExtUtils::CBuilder::Platform::aix'=> '0.280217',
+            'ExtUtils::CBuilder::Platform::android'=> '0.280217',
+            'ExtUtils::CBuilder::Platform::cygwin'=> '0.280217',
+            'ExtUtils::CBuilder::Platform::darwin'=> '0.280217',
+            'ExtUtils::CBuilder::Platform::dec_osf'=> '0.280217',
+            'ExtUtils::CBuilder::Platform::os2'=> '0.280217',
+            'File::Copy'            => '2.30',
+            'File::Spec'            => '3.48',
+            'File::Spec::Cygwin'    => '3.48',
+            'File::Spec::Epoc'      => '3.48',
+            'File::Spec::Functions' => '3.48',
+            'File::Spec::Mac'       => '3.48',
+            'File::Spec::OS2'       => '3.48',
+            'File::Spec::Unix'      => '3.48',
+            'File::Spec::VMS'       => '3.48',
+            'File::Spec::Win32'     => '3.48',
+            'Module::CoreList'      => '5.020001',
+            'Module::CoreList::TieHashDelta'=> '5.020001',
+            'Module::CoreList::Utils'=> '5.020001',
+            'PerlIO::via'           => '0.15',
+            'Unicode::UCD'          => '0.58',
+            'XS::APItest'           => '0.60_01',
+            'utf8'                  => '1.13_01',
+            'version'               => '0.9909',
+            'version::regex'        => '0.9909',
+            'version::vpp'          => '0.9909',
+        },
+        removed => {
+        }
+    },
+    5.021004 => {
+        delta_from => 5.021003,
+        changed => {
+            'App::Prove'            => '3.33',
+            'App::Prove::State'     => '3.33',
+            'App::Prove::State::Result'=> '3.33',
+            'App::Prove::State::Result::Test'=> '3.33',
+            'Archive::Tar'          => '2.02',
+            'Archive::Tar::Constant'=> '2.02',
+            'Archive::Tar::File'    => '2.02',
+            'Attribute::Handlers'   => '0.97',
+            'B'                     => '1.51',
+            'B::Concise'            => '0.993',
+            'B::Deparse'            => '1.28',
+            'B::Op_private'         => '5.021004',
+            'CPAN::Meta::Requirements'=> '2.128',
+            'Config'                => '5.021004',
+            'Cwd'                   => '3.50',
+            'Data::Dumper'          => '2.154',
+            'ExtUtils::CBuilder'    => '0.280219',
+            'ExtUtils::CBuilder::Base'=> '0.280219',
+            'ExtUtils::CBuilder::Platform::Unix'=> '0.280219',
+            'ExtUtils::CBuilder::Platform::VMS'=> '0.280219',
+            'ExtUtils::CBuilder::Platform::Windows'=> '0.280219',
+            'ExtUtils::CBuilder::Platform::Windows::BCC'=> '0.280219',
+            'ExtUtils::CBuilder::Platform::Windows::GCC'=> '0.280219',
+            'ExtUtils::CBuilder::Platform::Windows::MSVC'=> '0.280219',
+            'ExtUtils::CBuilder::Platform::aix'=> '0.280219',
+            'ExtUtils::CBuilder::Platform::android'=> '0.280219',
+            'ExtUtils::CBuilder::Platform::cygwin'=> '0.280219',
+            'ExtUtils::CBuilder::Platform::darwin'=> '0.280219',
+            'ExtUtils::CBuilder::Platform::dec_osf'=> '0.280219',
+            'ExtUtils::CBuilder::Platform::os2'=> '0.280219',
+            'ExtUtils::Install'     => '2.04',
+            'ExtUtils::Installed'   => '2.04',
+            'ExtUtils::Liblist::Kid'=> '6.98_01',
+            'ExtUtils::Manifest'    => '1.68',
+            'ExtUtils::Packlist'    => '2.04',
+            'File::Find'            => '1.28',
+            'File::Spec'            => '3.50',
+            'File::Spec::Cygwin'    => '3.50',
+            'File::Spec::Epoc'      => '3.50',
+            'File::Spec::Functions' => '3.50',
+            'File::Spec::Mac'       => '3.50',
+            'File::Spec::OS2'       => '3.50',
+            'File::Spec::Unix'      => '3.50',
+            'File::Spec::VMS'       => '3.50',
+            'File::Spec::Win32'     => '3.50',
+            'Getopt::Std'           => '1.11',
+            'HTTP::Tiny'            => '0.049',
+            'IO'                    => '1.34',
+            'IO::Socket::IP'        => '0.32',
+            'List::Util'            => '1.41',
+            'List::Util::XS'        => '1.41',
+            'Locale::Codes'         => '3.32',
+            'Locale::Codes::Constants'=> '3.32',
+            'Locale::Codes::Country'=> '3.32',
+            'Locale::Codes::Country_Codes'=> '3.32',
+            'Locale::Codes::Country_Retired'=> '3.32',
+            'Locale::Codes::Currency'=> '3.32',
+            'Locale::Codes::Currency_Codes'=> '3.32',
+            'Locale::Codes::Currency_Retired'=> '3.32',
+            'Locale::Codes::LangExt'=> '3.32',
+            'Locale::Codes::LangExt_Codes'=> '3.32',
+            'Locale::Codes::LangExt_Retired'=> '3.32',
+            'Locale::Codes::LangFam'=> '3.32',
+            'Locale::Codes::LangFam_Codes'=> '3.32',
+            'Locale::Codes::LangFam_Retired'=> '3.32',
+            'Locale::Codes::LangVar'=> '3.32',
+            'Locale::Codes::LangVar_Codes'=> '3.32',
+            'Locale::Codes::LangVar_Retired'=> '3.32',
+            'Locale::Codes::Language'=> '3.32',
+            'Locale::Codes::Language_Codes'=> '3.32',
+            'Locale::Codes::Language_Retired'=> '3.32',
+            'Locale::Codes::Script' => '3.32',
+            'Locale::Codes::Script_Codes'=> '3.32',
+            'Locale::Codes::Script_Retired'=> '3.32',
+            'Locale::Country'       => '3.32',
+            'Locale::Currency'      => '3.32',
+            'Locale::Language'      => '3.32',
+            'Locale::Script'        => '3.32',
+            'Math::BigFloat'        => '1.9997',
+            'Math::BigInt'          => '1.9997',
+            'Math::BigInt::Calc'    => '1.9997',
+            'Math::BigInt::CalcEmu' => '1.9997',
+            'Module::CoreList'      => '5.20140920',
+            'Module::CoreList::TieHashDelta'=> '5.20140920',
+            'Module::CoreList::Utils'=> '5.20140920',
+            'POSIX'                 => '1.43',
+            'Pod::Perldoc'          => '3.24',
+            'Pod::Perldoc::BaseTo'  => '3.24',
+            'Pod::Perldoc::GetOptsOO'=> '3.24',
+            'Pod::Perldoc::ToANSI'  => '3.24',
+            'Pod::Perldoc::ToChecker'=> '3.24',
+            'Pod::Perldoc::ToMan'   => '3.24',
+            'Pod::Perldoc::ToNroff' => '3.24',
+            'Pod::Perldoc::ToPod'   => '3.24',
+            'Pod::Perldoc::ToRtf'   => '3.24',
+            'Pod::Perldoc::ToTerm'  => '3.24',
+            'Pod::Perldoc::ToText'  => '3.24',
+            'Pod::Perldoc::ToTk'    => '3.24',
+            'Pod::Perldoc::ToXml'   => '3.24',
+            'Scalar::Util'          => '1.41',
+            'Sub::Util'             => '1.41',
+            'TAP::Base'             => '3.33',
+            'TAP::Formatter::Base'  => '3.33',
+            'TAP::Formatter::Color' => '3.33',
+            'TAP::Formatter::Console'=> '3.33',
+            'TAP::Formatter::Console::ParallelSession'=> '3.33',
+            'TAP::Formatter::Console::Session'=> '3.33',
+            'TAP::Formatter::File'  => '3.33',
+            'TAP::Formatter::File::Session'=> '3.33',
+            'TAP::Formatter::Session'=> '3.33',
+            'TAP::Harness'          => '3.33',
+            'TAP::Harness::Env'     => '3.33',
+            'TAP::Object'           => '3.33',
+            'TAP::Parser'           => '3.33',
+            'TAP::Parser::Aggregator'=> '3.33',
+            'TAP::Parser::Grammar'  => '3.33',
+            'TAP::Parser::Iterator' => '3.33',
+            'TAP::Parser::Iterator::Array'=> '3.33',
+            'TAP::Parser::Iterator::Process'=> '3.33',
+            'TAP::Parser::Iterator::Stream'=> '3.33',
+            'TAP::Parser::IteratorFactory'=> '3.33',
+            'TAP::Parser::Multiplexer'=> '3.33',
+            'TAP::Parser::Result'   => '3.33',
+            'TAP::Parser::Result::Bailout'=> '3.33',
+            'TAP::Parser::Result::Comment'=> '3.33',
+            'TAP::Parser::Result::Plan'=> '3.33',
+            'TAP::Parser::Result::Pragma'=> '3.33',
+            'TAP::Parser::Result::Test'=> '3.33',
+            'TAP::Parser::Result::Unknown'=> '3.33',
+            'TAP::Parser::Result::Version'=> '3.33',
+            'TAP::Parser::Result::YAML'=> '3.33',
+            'TAP::Parser::ResultFactory'=> '3.33',
+            'TAP::Parser::Scheduler'=> '3.33',
+            'TAP::Parser::Scheduler::Job'=> '3.33',
+            'TAP::Parser::Scheduler::Spinner'=> '3.33',
+            'TAP::Parser::Source'   => '3.33',
+            'TAP::Parser::SourceHandler'=> '3.33',
+            'TAP::Parser::SourceHandler::Executable'=> '3.33',
+            'TAP::Parser::SourceHandler::File'=> '3.33',
+            'TAP::Parser::SourceHandler::Handle'=> '3.33',
+            'TAP::Parser::SourceHandler::Perl'=> '3.33',
+            'TAP::Parser::SourceHandler::RawTAP'=> '3.33',
+            'TAP::Parser::YAMLish::Reader'=> '3.33',
+            'TAP::Parser::YAMLish::Writer'=> '3.33',
+            'Term::ReadLine'        => '1.15',
+            'Test::Builder'         => '1.001006',
+            'Test::Builder::Module' => '1.001006',
+            'Test::Builder::Tester' => '1.24',
+            'Test::Builder::Tester::Color'=> '1.24',
+            'Test::Harness'         => '3.33',
+            'Test::More'            => '1.001006',
+            'Test::Simple'          => '1.001006',
+            'Time::Piece'           => '1.29',
+            'Time::Seconds'         => '1.29',
+            'XS::APItest'           => '0.64',
+            '_charnames'            => '1.42',
+            'attributes'            => '0.23',
+            'bigint'                => '0.37',
+            'bignum'                => '0.38',
+            'bigrat'                => '0.37',
+            'constant'              => '1.32',
+            'experimental'          => '0.010',
+            'overload'              => '1.23',
+            'threads'               => '1.96',
+            'version'               => '0.9909',
+            'version::regex'        => '0.9909',
+            'version::vpp'          => '0.9909',
+        },
+        removed => {
+        }
+    },
+    5.021005 => {
+        delta_from => 5.021004,
+        changed => {
+            'B'                     => '1.52',
+            'B::Concise'            => '0.994',
+            'B::Debug'              => '1.22',
+            'B::Deparse'            => '1.29',
+            'B::Op_private'         => '5.021005',
+            'CPAN::Meta'            => '2.142690',
+            'CPAN::Meta::Converter' => '2.142690',
+            'CPAN::Meta::Feature'   => '2.142690',
+            'CPAN::Meta::History'   => '2.142690',
+            'CPAN::Meta::Merge'     => '2.142690',
+            'CPAN::Meta::Prereqs'   => '2.142690',
+            'CPAN::Meta::Spec'      => '2.142690',
+            'CPAN::Meta::Validator' => '2.142690',
+            'Compress::Raw::Bzip2'  => '2.066',
+            'Compress::Raw::Zlib'   => '2.066',
+            'Compress::Zlib'        => '2.066',
+            'Config'                => '5.021005',
+            'Cwd'                   => '3.51',
+            'DynaLoader'            => '1.27',
+            'Errno'                 => '1.21',
+            'ExtUtils::CBuilder'    => '0.280220',
+            'ExtUtils::CBuilder::Base'=> '0.280220',
+            'ExtUtils::CBuilder::Platform::Unix'=> '0.280220',
+            'ExtUtils::CBuilder::Platform::VMS'=> '0.280220',
+            'ExtUtils::CBuilder::Platform::Windows'=> '0.280220',
+            'ExtUtils::CBuilder::Platform::Windows::BCC'=> '0.280220',
+            'ExtUtils::CBuilder::Platform::Windows::GCC'=> '0.280220',
+            'ExtUtils::CBuilder::Platform::Windows::MSVC'=> '0.280220',
+            'ExtUtils::CBuilder::Platform::aix'=> '0.280220',
+            'ExtUtils::CBuilder::Platform::android'=> '0.280220',
+            'ExtUtils::CBuilder::Platform::cygwin'=> '0.280220',
+            'ExtUtils::CBuilder::Platform::darwin'=> '0.280220',
+            'ExtUtils::CBuilder::Platform::dec_osf'=> '0.280220',
+            'ExtUtils::CBuilder::Platform::os2'=> '0.280220',
+            'ExtUtils::Miniperl'    => '1.03',
+            'Fcntl'                 => '1.13',
+            'File::Find'            => '1.29',
+            'File::Spec'            => '3.51',
+            'File::Spec::Cygwin'    => '3.51',
+            'File::Spec::Epoc'      => '3.51',
+            'File::Spec::Functions' => '3.51',
+            'File::Spec::Mac'       => '3.51',
+            'File::Spec::OS2'       => '3.51',
+            'File::Spec::Unix'      => '3.51',
+            'File::Spec::VMS'       => '3.51',
+            'File::Spec::Win32'     => '3.51',
+            'HTTP::Tiny'            => '0.050',
+            'IO::Compress::Adapter::Bzip2'=> '2.066',
+            'IO::Compress::Adapter::Deflate'=> '2.066',
+            'IO::Compress::Adapter::Identity'=> '2.066',
+            'IO::Compress::Base'    => '2.066',
+            'IO::Compress::Base::Common'=> '2.066',
+            'IO::Compress::Bzip2'   => '2.066',
+            'IO::Compress::Deflate' => '2.066',
+            'IO::Compress::Gzip'    => '2.066',
+            'IO::Compress::Gzip::Constants'=> '2.066',
+            'IO::Compress::RawDeflate'=> '2.066',
+            'IO::Compress::Zip'     => '2.066',
+            'IO::Compress::Zip::Constants'=> '2.066',
+            'IO::Compress::Zlib::Constants'=> '2.066',
+            'IO::Compress::Zlib::Extra'=> '2.066',
+            'IO::Uncompress::Adapter::Bunzip2'=> '2.066',
+            'IO::Uncompress::Adapter::Identity'=> '2.066',
+            'IO::Uncompress::Adapter::Inflate'=> '2.066',
+            'IO::Uncompress::AnyInflate'=> '2.066',
+            'IO::Uncompress::AnyUncompress'=> '2.066',
+            'IO::Uncompress::Base'  => '2.066',
+            'IO::Uncompress::Bunzip2'=> '2.066',
+            'IO::Uncompress::Gunzip'=> '2.066',
+            'IO::Uncompress::Inflate'=> '2.066',
+            'IO::Uncompress::RawInflate'=> '2.066',
+            'IO::Uncompress::Unzip' => '2.066',
+            'JSON::PP'              => '2.27300',
+            'Module::CoreList'      => '5.20141020',
+            'Module::CoreList::TieHashDelta'=> '5.20141020',
+            'Module::CoreList::Utils'=> '5.20141020',
+            'Net::Cmd'              => '3.02',
+            'Net::Config'           => '3.02',
+            'Net::Domain'           => '3.02',
+            'Net::FTP'              => '3.02',
+            'Net::FTP::A'           => '3.02',
+            'Net::FTP::E'           => '3.02',
+            'Net::FTP::I'           => '3.02',
+            'Net::FTP::L'           => '3.02',
+            'Net::FTP::dataconn'    => '3.02',
+            'Net::NNTP'             => '3.02',
+            'Net::Netrc'            => '3.02',
+            'Net::POP3'             => '3.02',
+            'Net::SMTP'             => '3.02',
+            'Net::Time'             => '3.02',
+            'Opcode'                => '1.29',
+            'POSIX'                 => '1.45',
+            'Socket'                => '2.016',
+            'Test::Builder'         => '1.001008',
+            'Test::Builder::Module' => '1.001008',
+            'Test::More'            => '1.001008',
+            'Test::Simple'          => '1.001008',
+            'XS::APItest'           => '0.65',
+            'XSLoader'              => '0.18',
+            'attributes'            => '0.24',
+            'experimental'          => '0.012',
+            'feature'               => '1.38',
+            'perlfaq'               => '5.0150046',
+            're'                    => '0.27',
+            'threads::shared'       => '1.47',
+            'warnings'              => '1.28',
+            'warnings::register'    => '1.04',
+        },
+        removed => {
+        }
+    },
 );
 
 sub is_core
@@ -10349,6 +10704,20 @@ for my $version (sort { $a <=> $b } keys %delta) {
         removed => {
         }
     },
+    5.018003 => {
+        delta_from => 5.018,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.018004 => {
+        delta_from => 5.018,
+        changed => {
+        },
+        removed => {
+        }
+    },
 
     5.019    => {
         delta_from => 5.018,
@@ -10559,6 +10928,27 @@ for my $version (sort { $a <=> $b } keys %delta) {
         removed => {
         }
     },
+    5.020001 => {
+        delta_from => 5.020000,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.021004 => {
+        delta_from => 5.021003,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.021005 => {
+        delta_from => 5.021004,
+        changed => {
+        },
+        removed => {
+        }
+    },
 );
 
 for my $version (sort { $a <=> $b } keys %deprecated) {
@@ -10863,6 +11253,7 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'Pod::Usage'            => 'cpan',
     'Scalar::Util'          => 'cpan',
     'Socket'                => 'cpan',
+    'Sub::Util'             => 'cpan',
     'Sys::Syslog'           => 'cpan',
     'Sys::Syslog::Win32'    => 'cpan',
     'TAP::Base'             => 'cpan',
@@ -11053,8 +11444,8 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'ExtUtils::Constant::ProxySubs'=> undef,
     'ExtUtils::Constant::Utils'=> undef,
     'ExtUtils::Constant::XS'=> undef,
-    'ExtUtils::Install'     => 'http://rt.perl.org/rt3/',
-    'ExtUtils::Installed'   => 'http://rt.perl.org/rt3/',
+    'ExtUtils::Install'     => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-Install',
+    'ExtUtils::Installed'   => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-Install',
     'ExtUtils::Liblist'     => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
     'ExtUtils::Liblist::Kid'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
     'ExtUtils::MM'          => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
@@ -11077,10 +11468,10 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'ExtUtils::MY'          => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
     'ExtUtils::MakeMaker'   => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
     'ExtUtils::MakeMaker::Config'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
-    'ExtUtils::Manifest'    => 'http://rt.perl.org/rt3/',
+    'ExtUtils::Manifest'    => 'http://github.com/Perl-Toolchain-Gang/ExtUtils-Manifest/issues',
     'ExtUtils::Mkbootstrap' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
     'ExtUtils::Mksymlists'  => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
-    'ExtUtils::Packlist'    => 'http://rt.perl.org/rt3/',
+    'ExtUtils::Packlist'    => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-Install',
     'ExtUtils::testlib'     => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
     'Fatal'                 => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie',
     'File::Fetch'           => undef,
@@ -11250,6 +11641,7 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'Pod::Usage'            => undef,
     'Scalar::Util'          => undef,
     'Socket'                => undef,
+    'Sub::Util'             => undef,
     'Sys::Syslog'           => undef,
     'Sys::Syslog::Win32'    => undef,
     'TAP::Base'             => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness',
@@ -11300,8 +11692,8 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'Test'                  => undef,
     '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::Builder::Tester' => 'http://github.com/Test-More/test-more/issues/',
+    'Test::Builder::Tester::Color'=> 'http://github.com/Test-More/test-more/issues/',
     'Test::Harness'         => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness',
     'Test::More'            => 'http://github.com/Test-More/test-more/issues/',
     'Test::Simple'          => 'http://github.com/Test-More/test-more/issues/',
@@ -220,17 +220,12 @@ http://rt.cpan.org/Public/Dist/Display.html?Name=$ModuleName
 =head1 CAVEATS
 
 Module::CoreList currently covers the 5.000, 5.001, 5.002, 5.003_07,
-5.004, 5.004_05, 5.005, 5.005_03, 5.005_04, 5.6.0, 5.6.1, 5.6.2, 5.7.3,
-5.8.0, 5.8.1, 5.8.2, 5.8.3, 5.8.4, 5.8.5, 5.8.6, 5.8.7, 5.8.8, 5.8.9,
-5.9.0, 5.9.1, 5.9.2, 5.9.3, 5.9.4, 5.9.5, 5.10.0, 5.10.1, 5.11.0, 5.11.1,
-5.11.2, 5.11.3, 5.11.4, 5.11.5, 5.12.0, 5.12.1, 5.12.2, 5.12.3, 5.12.4,
-5.12.5, 5.13.0, 5.13.1, 5.13.2, 5.13.3, 5.13.4, 5.13.5, 5.13.6, 5.13.7,
-5.13.8, 5.13.9, 5.13.10, 5.13.11, 5.14.0, 5.14.1, 5.14.2 5.14.3, 5.14.4,
-5.15.0, 5.15.1, 5.15.2, 5.15.3, 5.15.4, 5.15.5, 5.15.6, 5.15.7, 5.15.8,
-5.15.9, 5.16.0, 5.16.1, 5.16.2, 5.16.3, 5.17.0, 5.17.1, 5.17.2, 5.17.3,
-5.17.4, 5.17.5, 5.17.6, 5.17.7, 5.17.8, 5.17.9, 5.17.10, 5.17.11, 5.18.0,
-5.19.0, 5.19.1, 5.19.2, 5.19.3, 5.19.4, 5.19.5, 5.19.6, 5.19.7, 5.19.8,
-5.19.9, 5.19.10, 5.19.11, 5.20.0, 5.21.0, 5.21.1, 5.21.2 and 5.21.3 releases of perl.
+5.004, 5.004_05, 5.005, 5.005_03, 5.005_04 and 5.7.3 releases of perl.
+
+All stable releases of perl since 5.6.0 are covered.
+
+All development releases of perl since 5.9.0 are covered.
+
 
 =head1 HISTORY