This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
One $VERSION bump missed by 2f553ae1e1
[perl5.git] / dist / Module-CoreList / lib / Module / CoreList.pm
index e986865..0a53cc7 100644 (file)
@@ -4,7 +4,7 @@ use vars qw/$VERSION %released %version %families %upstream
            %bug_tracker %deprecated %delta/;
 use Module::CoreList::TieHashDelta;
 use version;
-$VERSION = '3.06';
+$VERSION = '5.20150320';
 
 my $dumpinc = 0;
 sub import {
@@ -28,7 +28,7 @@ sub first_release_raw {
     my $version = shift;
 
     my @perls = $version
-        ? grep { exists $version{$_}{ $module } &&
+        ? grep { defined $version{$_}{ $module } &&
                         $version{$_}{ $module } ge $version } keys %version
         : grep { exists $version{$_}{ $module }             } keys %version;
 
@@ -244,8 +244,26 @@ 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',
+    5.019011 => '2014-04-20',
+    5.020000 => '2014-05-27',
+    5.021000 => '2014-05-27',
+    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',
+    5.021006 => '2014-11-20',
+    5.021007 => '2014-12-20',
+    5.021008 => '2015-01-20',
+    5.020002 => '2015-02-14',
+    5.021009 => '2015-02-21',
+    5.021010 => '????-??-??',
   );
 
 for my $version ( sort { $a <=> $b } keys %released ) {
@@ -1706,6 +1724,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
             'Time::HiRes'           => '1.59',
             'Unicode'               => '4.0.1',
             'Unicode::UCD'          => '0.22',
+            'Win32'                 => '0.23',
             'base'                  => '2.05',
             'bigint'                => '0.05',
             'bignum'                => '0.15',
@@ -1929,11 +1948,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
             'JPL::AutoLoader'       => 1,
             'JPL::Class'            => 1,
             'JPL::Compile'          => 1,
-            'OS2::DLL'              => 1,
-            'OS2::ExtAttr'          => 1,
-            'OS2::PrfDB'            => 1,
-            'OS2::Process'          => 1,
-            'OS2::REXX'             => 1,
         }
     },
     5.008008 => {
@@ -2026,6 +2040,9 @@ for my $version ( sort { $a <=> $b } keys %released ) {
             'Math::Trig'            => '1.03',
             'NDBM_File'             => '1.06',
             'ODBM_File'             => '1.06',
+            'OS2::PrfDB'            => '0.04',
+            'OS2::Process'          => '1.02',
+            'OS2::REXX'             => '1.03',
             'Opcode'                => '1.06',
             'POSIX'                 => '1.09',
             'PerlIO'                => '1.04',
@@ -2277,6 +2294,8 @@ for my $version ( sort { $a <=> $b } keys %released ) {
             'Net::SMTP'             => '2.31',
             'O'                     => '1.01',
             'ODBM_File'             => '1.07',
+            'OS2::DLL'              => '1.03',
+            'OS2::Process'          => '1.03',
             'Opcode'                => '1.0601',
             'POSIX'                 => '1.15',
             'PerlIO'                => '1.05',
@@ -3076,6 +3095,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
             'Net::POP3'             => '2.29',
             'Net::SMTP'             => '2.31',
             'ODBM_File'             => '1.07',
+            'OS2::DLL'              => '1.03',
             'Object::Accessor'      => '0.32',
             'Opcode'                => '1.09',
             'POSIX'                 => '1.13',
@@ -3630,6 +3650,8 @@ for my $version ( sort { $a <=> $b } keys %released ) {
             'NEXT'                  => '0.64',
             'Net::Ping'             => '2.36',
             'O'                     => '1.01',
+            'OS2::Process'          => '1.03',
+            'OS2::REXX'             => '1.04',
             'Object::Accessor'      => '0.34',
             'POSIX'                 => '1.17',
             'Package::Constants'    => '0.02',
@@ -3936,6 +3958,8 @@ for my $version ( sort { $a <=> $b } keys %released ) {
             'File::Path'            => '2.08',
             'IO'                    => '1.25_02',
             'Module::CoreList'      => '2.21',
+            'OS2::DLL'              => '1.04',
+            'OS2::Process'          => '1.04',
             'Object::Accessor'      => '0.36',
             'Opcode'                => '1.15',
             'POSIX'                 => '1.18',
@@ -5246,6 +5270,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
             'Module::Load::Conditional'=> '0.40',
             'Module::Metadata'      => '1.000003',
             'Net::Ping'             => '2.38',
+            'OS2::Process'          => '1.05',
             'Object::Accessor'      => '0.38',
             'POSIX'                 => '1.24',
             'Params::Check'         => '0.28',
@@ -5356,6 +5381,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
             'Module::CoreList'      => '2.45',
             'Module::Load::Conditional'=> '0.44',
             'Module::Metadata'      => '1.000004',
+            'OS2::Process'          => '1.06',
             'Parse::CPAN::Meta'     => '1.4401',
             'Pod::Html'             => '1.1',
             'Socket'                => '1.94',
@@ -5612,7 +5638,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
             'Module::CoreList'      => '2.49_02',
             'PerlIO::scalar'        => '0.11_01',
             'Time::Piece::Seconds'  => undef,
-            'XSLoader::XSLoader'    => '0.13',
         },
         removed => {
         }
@@ -5851,6 +5876,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
             'Math::Complex'         => '1.58',
             'Math::Trig'            => '1.22',
             'Module::CoreList'      => '2.54',
+            'OS2::Process'          => '1.07',
             'Pod::Perldoc'          => '3.15_06',
             'Pod::Simple'           => '3.18',
             'Pod::Simple::BlackBox' => '3.18',
@@ -6592,7 +6618,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
             'Pod::Checker'          => '1.51',
             'Pod::Find'             => '1.51',
             'Pod::Functions'        => '1.05',
-            'Pod::Functions::Functions'=> '1.05',
             'Pod::Html'             => '1.14',
             'Pod::InputObjects'     => '1.51',
             'Pod::ParseUtils'       => '1.51',
@@ -6815,7 +6840,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
             'IO::Socket'            => '1.34',
             'Module::CoreList'      => '2.67',
             'Pod::Functions'        => '1.06',
-            'Pod::Functions::Functions'=> '1.06',
             'Storable'              => '2.35',
             'XS::APItest'           => '0.39',
             'diagnostics'           => '1.29',
@@ -7736,6 +7760,9 @@ for my $version ( sort { $a <=> $b } keys %released ) {
             'Module::Load'          => '0.24',
             'Module::Pluggable'     => '4.6',
             'Module::Pluggable::Object'=> '4.6',
+            'OS2::DLL'              => '1.05',
+            'OS2::ExtAttr'          => '0.03',
+            'OS2::Process'          => '1.08',
             'Object::Accessor'      => '0.46',
             'PerlIO::scalar'        => '0.16',
             'Pod::Checker'          => '1.60',
@@ -8062,6 +8089,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 => {
@@ -8310,6 +8353,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
             'Module::CoreList::Utils'=> '2.92',
             'Module::Metadata'      => '1.000014',
             'Net::Ping'             => '2.42',
+            'OS2::Process'          => '1.09',
             'POSIX'                 => '1.33',
             'Pod::Find'             => '1.61',
             'Pod::Html'             => '1.19',
@@ -8464,7 +8508,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
             'Params::Check'         => '0.38',
             'Parse::CPAN::Meta'     => '1.4405',
             'Pod::Functions'        => '1.07',
-            'Pod::Functions::Functions'=> '1.07',
             'Pod::Html'             => '1.2',
             'Safe'                  => '2.37',
             'Socket'                => '2.010',
@@ -8630,7 +8673,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
             'Net::SMTP'             => '2.32',
             'PerlIO'                => '1.08',
             'Pod::Functions'        => '1.08',
-            'Pod::Functions::Functions'=> '1.08',
             'Scalar::Util'          => '1.31',
             'Socket'                => '2.011',
             'Storable'              => '2.46',
@@ -9251,7 +9293,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
             'Module::CoreList::TieHashDelta'=> '3.02',
             'Module::CoreList::Utils'=> '3.02',
             'POSIX'                 => '1.37',
-            'PathTools::Cwd'        => '3.45',
             'PerlIO::encoding'      => '0.17',
             'PerlIO::via'           => '0.14',
             'SDBM_File'             => '1.11',
@@ -9546,7 +9587,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
             'Net::SMTP'             => '2.33',
             'POSIX'                 => '1.38_02',
             'Parse::CPAN::Meta'     => '1.4413',
-            'PathTools::Cwd'        => '3.47',
             'Pod::Escapes'          => '1.06',
             'Pod::Find'             => '1.62',
             'Pod::InputObjects'     => '1.62',
@@ -9573,6 +9613,1587 @@ for my $version ( sort { $a <=> $b } keys %released ) {
         removed => {
         }
     },
+    5.01901 => {
+        delta_from => 5.019009,
+        changed => {
+            'App::Cpan'             => '1.62',
+            'Attribute::Handlers'   => '0.96',
+            'B::Deparse'            => '1.26',
+            'CPAN'                  => '2.04',
+            'CPAN::Bundle'          => '5.5001',
+            'CPAN::Complete'        => '5.5001',
+            'CPAN::Distribution'    => '2.01',
+            'CPAN::Distroprefs'     => '6.0001',
+            'CPAN::FirstTime'       => '5.5305',
+            'CPAN::Meta'            => '2.140640',
+            'CPAN::Meta::Converter' => '2.140640',
+            'CPAN::Meta::Feature'   => '2.140640',
+            'CPAN::Meta::History'   => '2.140640',
+            'CPAN::Meta::Prereqs'   => '2.140640',
+            'CPAN::Meta::Spec'      => '2.140640',
+            'CPAN::Meta::Validator' => '2.140640',
+            'CPAN::Meta::YAML'      => '0.012',
+            'CPAN::Queue'           => '5.5002',
+            'CPAN::Shell'           => '5.5003',
+            'CPAN::Tarzip'          => '5.5012',
+            'CPAN::Version'         => '5.5003',
+            'Carp'                  => '1.33',
+            'Carp::Heavy'           => '1.33',
+            'Config'                => '5.019010',
+            'Data::Dumper'          => '2.151',
+            'Devel::PPPort'         => '3.22',
+            'Digest::SHA'           => '5.88',
+            'ExtUtils::Command::MM' => '6.92',
+            'ExtUtils::Install'     => '1.63',
+            'ExtUtils::Installed'   => '1.999005',
+            'ExtUtils::Liblist'     => '6.92',
+            'ExtUtils::Liblist::Kid'=> '6.92',
+            'ExtUtils::MM'          => '6.92',
+            'ExtUtils::MM_AIX'      => '6.92',
+            'ExtUtils::MM_Any'      => '6.92',
+            'ExtUtils::MM_BeOS'     => '6.92',
+            'ExtUtils::MM_Cygwin'   => '6.92',
+            'ExtUtils::MM_DOS'      => '6.92',
+            'ExtUtils::MM_Darwin'   => '6.92',
+            'ExtUtils::MM_MacOS'    => '6.92',
+            'ExtUtils::MM_NW5'      => '6.92',
+            'ExtUtils::MM_OS2'      => '6.92',
+            'ExtUtils::MM_QNX'      => '6.92',
+            'ExtUtils::MM_UWIN'     => '6.92',
+            'ExtUtils::MM_Unix'     => '6.92',
+            'ExtUtils::MM_VMS'      => '6.92',
+            'ExtUtils::MM_VOS'      => '6.92',
+            'ExtUtils::MM_Win32'    => '6.92',
+            'ExtUtils::MM_Win95'    => '6.92',
+            'ExtUtils::MY'          => '6.92',
+            'ExtUtils::MakeMaker'   => '6.92',
+            'ExtUtils::MakeMaker::Config'=> '6.92',
+            'ExtUtils::Mkbootstrap' => '6.92',
+            'ExtUtils::Mksymlists'  => '6.92',
+            'ExtUtils::Packlist'    => '1.48',
+            'ExtUtils::ParseXS'     => '3.24',
+            'ExtUtils::ParseXS::Constants'=> '3.24',
+            'ExtUtils::ParseXS::CountLines'=> '3.24',
+            'ExtUtils::ParseXS::Eval'=> '3.24',
+            'ExtUtils::ParseXS::Utilities'=> '3.24',
+            'ExtUtils::Typemaps'    => '3.24',
+            'ExtUtils::Typemaps::Cmd'=> '3.24',
+            'ExtUtils::Typemaps::InputMap'=> '3.24',
+            'ExtUtils::Typemaps::OutputMap'=> '3.24',
+            'ExtUtils::Typemaps::Type'=> '3.24',
+            'ExtUtils::testlib'     => '6.92',
+            'File::Find'            => '1.27',
+            'Filter::Simple'        => '0.91',
+            'HTTP::Tiny'            => '0.043',
+            'Hash::Util::FieldHash' => '1.15',
+            'IO'                    => '1.31',
+            'IO::Socket::IP'        => '0.29',
+            'Locale::Codes'         => '3.30',
+            'Locale::Codes::Constants'=> '3.30',
+            'Locale::Codes::Country'=> '3.30',
+            'Locale::Codes::Country_Codes'=> '3.30',
+            'Locale::Codes::Country_Retired'=> '3.30',
+            'Locale::Codes::Currency'=> '3.30',
+            'Locale::Codes::Currency_Codes'=> '3.30',
+            'Locale::Codes::Currency_Retired'=> '3.30',
+            'Locale::Codes::LangExt'=> '3.30',
+            'Locale::Codes::LangExt_Codes'=> '3.30',
+            'Locale::Codes::LangExt_Retired'=> '3.30',
+            'Locale::Codes::LangFam'=> '3.30',
+            'Locale::Codes::LangFam_Codes'=> '3.30',
+            'Locale::Codes::LangFam_Retired'=> '3.30',
+            'Locale::Codes::LangVar'=> '3.30',
+            'Locale::Codes::LangVar_Codes'=> '3.30',
+            'Locale::Codes::LangVar_Retired'=> '3.30',
+            'Locale::Codes::Language'=> '3.30',
+            'Locale::Codes::Language_Codes'=> '3.30',
+            'Locale::Codes::Language_Retired'=> '3.30',
+            'Locale::Codes::Script' => '3.30',
+            'Locale::Codes::Script_Codes'=> '3.30',
+            'Locale::Codes::Script_Retired'=> '3.30',
+            'Locale::Country'       => '3.30',
+            'Locale::Currency'      => '3.30',
+            'Locale::Language'      => '3.30',
+            'Locale::Script'        => '3.30',
+            'Module::CoreList'      => '3.09',
+            'Module::CoreList::TieHashDelta'=> '3.09',
+            'Module::CoreList::Utils'=> '3.09',
+            'Module::Load'          => '0.32',
+            'POSIX'                 => '1.38_03',
+            'Parse::CPAN::Meta'     => '1.4414',
+            'Pod::Perldoc'          => '3.23',
+            'Pod::Perldoc::BaseTo'  => '3.23',
+            'Pod::Perldoc::GetOptsOO'=> '3.23',
+            'Pod::Perldoc::ToANSI'  => '3.23',
+            'Pod::Perldoc::ToChecker'=> '3.23',
+            'Pod::Perldoc::ToMan'   => '3.23',
+            'Pod::Perldoc::ToNroff' => '3.23',
+            'Pod::Perldoc::ToPod'   => '3.23',
+            'Pod::Perldoc::ToRtf'   => '3.23',
+            'Pod::Perldoc::ToTerm'  => '3.23',
+            'Pod::Perldoc::ToText'  => '3.23',
+            'Pod::Perldoc::ToTk'    => '3.23',
+            'Pod::Perldoc::ToXml'   => '3.23',
+            'Thread::Queue'         => '3.05',
+            'XS::APItest'           => '0.60',
+            'XS::Typemap'           => '0.13',
+            'autouse'               => '1.08',
+            'base'                  => '2.22',
+            'charnames'             => '1.40',
+            'feature'               => '1.36',
+            'mro'                   => '1.16',
+            'threads'               => '1.93',
+            'warnings'              => '1.23',
+            'warnings::register'    => '1.03',
+        },
+        removed => {
+        }
+    },
+    5.019011 => {
+        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 => {
+        }
+    },
+    5.020000 => {
+        delta_from => 5.019011,
+        changed => {
+            'Config'                => '5.02',
+            'Devel::PPPort'         => '3.21',
+            'Encode'                => '2.60',
+            'Errno'                 => '1.20_03',
+            'ExtUtils::Command::MM' => '6.98',
+            'ExtUtils::Liblist'     => '6.98',
+            'ExtUtils::Liblist::Kid'=> '6.98',
+            'ExtUtils::MM'          => '6.98',
+            'ExtUtils::MM_AIX'      => '6.98',
+            'ExtUtils::MM_Any'      => '6.98',
+            'ExtUtils::MM_BeOS'     => '6.98',
+            'ExtUtils::MM_Cygwin'   => '6.98',
+            'ExtUtils::MM_DOS'      => '6.98',
+            'ExtUtils::MM_Darwin'   => '6.98',
+            'ExtUtils::MM_MacOS'    => '6.98',
+            'ExtUtils::MM_NW5'      => '6.98',
+            'ExtUtils::MM_OS2'      => '6.98',
+            'ExtUtils::MM_QNX'      => '6.98',
+            'ExtUtils::MM_UWIN'     => '6.98',
+            'ExtUtils::MM_Unix'     => '6.98',
+            'ExtUtils::MM_VMS'      => '6.98',
+            'ExtUtils::MM_VOS'      => '6.98',
+            'ExtUtils::MM_Win32'    => '6.98',
+            'ExtUtils::MM_Win95'    => '6.98',
+            'ExtUtils::MY'          => '6.98',
+            'ExtUtils::MakeMaker'   => '6.98',
+            'ExtUtils::MakeMaker::Config'=> '6.98',
+            'ExtUtils::Miniperl'    => '1.01',
+            'ExtUtils::Mkbootstrap' => '6.98',
+            'ExtUtils::Mksymlists'  => '6.98',
+            'ExtUtils::testlib'     => '6.98',
+            'Pod::Functions::Functions'=> '1.08',
+        },
+        removed => {
+        }
+    },
+    5.021000 => {
+        delta_from => 5.020000,
+        changed => {
+            'Module::CoreList'      => '5.021001',
+            'Module::CoreList::TieHashDelta'=> '5.021001',
+            'Module::CoreList::Utils'=> '5.021001',
+            'feature'               => '1.37',
+        },
+        removed => {
+            'CGI'                   => 1,
+            'CGI::Apache'           => 1,
+            'CGI::Carp'             => 1,
+            'CGI::Cookie'           => 1,
+            'CGI::Fast'             => 1,
+            'CGI::Pretty'           => 1,
+            'CGI::Push'             => 1,
+            'CGI::Switch'           => 1,
+            'CGI::Util'             => 1,
+            'Module::Build'         => 1,
+            'Module::Build::Base'   => 1,
+            'Module::Build::Compat' => 1,
+            'Module::Build::Config' => 1,
+            'Module::Build::ConfigData'=> 1,
+            'Module::Build::Cookbook'=> 1,
+            'Module::Build::Dumper' => 1,
+            'Module::Build::ModuleInfo'=> 1,
+            'Module::Build::Notes'  => 1,
+            'Module::Build::PPMMaker'=> 1,
+            'Module::Build::Platform::Default'=> 1,
+            'Module::Build::Platform::MacOS'=> 1,
+            'Module::Build::Platform::Unix'=> 1,
+            'Module::Build::Platform::VMS'=> 1,
+            'Module::Build::Platform::VOS'=> 1,
+            'Module::Build::Platform::Windows'=> 1,
+            'Module::Build::Platform::aix'=> 1,
+            'Module::Build::Platform::cygwin'=> 1,
+            'Module::Build::Platform::darwin'=> 1,
+            'Module::Build::Platform::os2'=> 1,
+            'Module::Build::PodParser'=> 1,
+            'Module::Build::Version'=> 1,
+            'Module::Build::YAML'   => 1,
+            'Package::Constants'    => 1,
+            'Simple'                => 1,
+            'inc::latest'           => 1,
+        }
+    },
+    5.021001 => {
+        delta_from => 5.021000,
+        changed => {
+            'App::Prove'            => '3.32',
+            'App::Prove::State'     => '3.32',
+            'App::Prove::State::Result'=> '3.32',
+            'App::Prove::State::Result::Test'=> '3.32',
+            'Archive::Tar'          => '2.00',
+            'Archive::Tar::Constant'=> '2.00',
+            'Archive::Tar::File'    => '2.00',
+            'B'                     => '1.49',
+            'B::Deparse'            => '1.27',
+            'Benchmark'             => '1.19',
+            'CPAN::Meta'            => '2.141520',
+            'CPAN::Meta::Converter' => '2.141520',
+            'CPAN::Meta::Feature'   => '2.141520',
+            'CPAN::Meta::History'   => '2.141520',
+            'CPAN::Meta::Prereqs'   => '2.141520',
+            'CPAN::Meta::Spec'      => '2.141520',
+            'CPAN::Meta::Validator' => '2.141520',
+            'Carp'                  => '1.34',
+            'Carp::Heavy'           => '1.34',
+            'Config'                => '5.021001',
+            'Cwd'                   => '3.48',
+            'Data::Dumper'          => '2.152',
+            'Devel::PPPort'         => '3.24',
+            'Devel::Peek'           => '1.17',
+            'Digest::SHA'           => '5.92',
+            'DynaLoader'            => '1.26',
+            'Encode'                => '2.62',
+            'Errno'                 => '1.20_04',
+            'Exporter'              => '5.71',
+            'Exporter::Heavy'       => '5.71',
+            'ExtUtils::Install'     => '1.68',
+            'ExtUtils::Miniperl'    => '1.02',
+            'ExtUtils::ParseXS'     => '3.25',
+            'ExtUtils::ParseXS::Constants'=> '3.25',
+            'ExtUtils::ParseXS::CountLines'=> '3.25',
+            'ExtUtils::ParseXS::Eval'=> '3.25',
+            'ExtUtils::ParseXS::Utilities'=> '3.25',
+            'ExtUtils::Typemaps'    => '3.25',
+            'ExtUtils::Typemaps::Cmd'=> '3.25',
+            'ExtUtils::Typemaps::InputMap'=> '3.25',
+            'ExtUtils::Typemaps::OutputMap'=> '3.25',
+            'ExtUtils::Typemaps::Type'=> '3.25',
+            'Fatal'                 => '2.25',
+            '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',
+            'Hash::Util'            => '0.17',
+            'IO'                    => '1.32',
+            'List::Util'            => '1.39',
+            'List::Util::XS'        => '1.39',
+            'Locale::Codes'         => '3.31',
+            'Locale::Codes::Constants'=> '3.31',
+            'Locale::Codes::Country'=> '3.31',
+            'Locale::Codes::Country_Codes'=> '3.31',
+            'Locale::Codes::Country_Retired'=> '3.31',
+            'Locale::Codes::Currency'=> '3.31',
+            'Locale::Codes::Currency_Codes'=> '3.31',
+            'Locale::Codes::Currency_Retired'=> '3.31',
+            'Locale::Codes::LangExt'=> '3.31',
+            'Locale::Codes::LangExt_Codes'=> '3.31',
+            'Locale::Codes::LangExt_Retired'=> '3.31',
+            'Locale::Codes::LangFam'=> '3.31',
+            'Locale::Codes::LangFam_Codes'=> '3.31',
+            'Locale::Codes::LangFam_Retired'=> '3.31',
+            'Locale::Codes::LangVar'=> '3.31',
+            'Locale::Codes::LangVar_Codes'=> '3.31',
+            'Locale::Codes::LangVar_Retired'=> '3.31',
+            'Locale::Codes::Language'=> '3.31',
+            'Locale::Codes::Language_Codes'=> '3.31',
+            'Locale::Codes::Language_Retired'=> '3.31',
+            'Locale::Codes::Script' => '3.31',
+            'Locale::Codes::Script_Codes'=> '3.31',
+            'Locale::Codes::Script_Retired'=> '3.31',
+            'Locale::Country'       => '3.31',
+            'Locale::Currency'      => '3.31',
+            'Locale::Language'      => '3.31',
+            'Locale::Script'        => '3.31',
+            'Math::BigFloat'        => '1.9994',
+            'Math::BigInt'          => '1.9995',
+            'Math::BigInt::Calc'    => '1.9994',
+            'Math::BigInt::CalcEmu' => '1.9994',
+            'Math::BigRat'          => '0.2608',
+            'Module::CoreList'      => '5.021001_01',
+            'Module::CoreList::TieHashDelta'=> '5.021001_01',
+            'Module::CoreList::Utils'=> '5.021001_01',
+            'Module::Metadata'      => '1.000024',
+            'Module::Metadata::corpus::BOMTest::UTF16BE'=> undef,
+            'Module::Metadata::corpus::BOMTest::UTF16LE'=> undef,
+            'Module::Metadata::corpus::BOMTest::UTF8'=> '1',
+            'NDBM_File'             => '1.13',
+            'Net::Config'           => '1.14',
+            'Net::SMTP'             => '2.34',
+            'Net::Time'             => '2.11',
+            'OS2::Process'          => '1.10',
+            'POSIX'                 => '1.40',
+            'PerlIO::encoding'      => '0.19',
+            'PerlIO::mmap'          => '0.013',
+            'PerlIO::scalar'        => '0.19',
+            'PerlIO::via'           => '0.15',
+            'Pod::Html'             => '1.22',
+            'Scalar::Util'          => '1.39',
+            'SelfLoader'            => '1.22',
+            'Socket'                => '2.014',
+            'Storable'              => '2.51',
+            'TAP::Base'             => '3.32',
+            'TAP::Formatter::Base'  => '3.32',
+            'TAP::Formatter::Color' => '3.32',
+            'TAP::Formatter::Console'=> '3.32',
+            'TAP::Formatter::Console::ParallelSession'=> '3.32',
+            'TAP::Formatter::Console::Session'=> '3.32',
+            'TAP::Formatter::File'  => '3.32',
+            'TAP::Formatter::File::Session'=> '3.32',
+            'TAP::Formatter::Session'=> '3.32',
+            'TAP::Harness'          => '3.32',
+            'TAP::Harness::Env'     => '3.32',
+            'TAP::Object'           => '3.32',
+            'TAP::Parser'           => '3.32',
+            'TAP::Parser::Aggregator'=> '3.32',
+            'TAP::Parser::Grammar'  => '3.32',
+            'TAP::Parser::Iterator' => '3.32',
+            'TAP::Parser::Iterator::Array'=> '3.32',
+            'TAP::Parser::Iterator::Process'=> '3.32',
+            'TAP::Parser::Iterator::Stream'=> '3.32',
+            'TAP::Parser::IteratorFactory'=> '3.32',
+            'TAP::Parser::Multiplexer'=> '3.32',
+            'TAP::Parser::Result'   => '3.32',
+            'TAP::Parser::Result::Bailout'=> '3.32',
+            'TAP::Parser::Result::Comment'=> '3.32',
+            'TAP::Parser::Result::Plan'=> '3.32',
+            'TAP::Parser::Result::Pragma'=> '3.32',
+            'TAP::Parser::Result::Test'=> '3.32',
+            'TAP::Parser::Result::Unknown'=> '3.32',
+            'TAP::Parser::Result::Version'=> '3.32',
+            'TAP::Parser::Result::YAML'=> '3.32',
+            'TAP::Parser::ResultFactory'=> '3.32',
+            'TAP::Parser::Scheduler'=> '3.32',
+            'TAP::Parser::Scheduler::Job'=> '3.32',
+            'TAP::Parser::Scheduler::Spinner'=> '3.32',
+            'TAP::Parser::Source'   => '3.32',
+            'TAP::Parser::SourceHandler'=> '3.32',
+            'TAP::Parser::SourceHandler::Executable'=> '3.32',
+            'TAP::Parser::SourceHandler::File'=> '3.32',
+            'TAP::Parser::SourceHandler::Handle'=> '3.32',
+            'TAP::Parser::SourceHandler::Perl'=> '3.32',
+            'TAP::Parser::SourceHandler::RawTAP'=> '3.32',
+            'TAP::Parser::YAMLish::Reader'=> '3.32',
+            'TAP::Parser::YAMLish::Writer'=> '3.32',
+            'Term::ANSIColor'       => '4.03',
+            'Test::Builder'         => '1.001003',
+            'Test::Builder::Module' => '1.001003',
+            'Test::Builder::Tester' => '1.23_003',
+            'Test::Harness'         => '3.32',
+            'Test::More'            => '1.001003',
+            'Test::Simple'          => '1.001003',
+            'Tie::File'             => '1.01',
+            'Unicode'               => '7.0.0',
+            'Unicode::Collate'      => '1.07',
+            'Unicode::Normalize'    => '1.18',
+            'Unicode::UCD'          => '0.58',
+            'XS::APItest'           => '0.61',
+            '_charnames'            => '1.41',
+            'autodie'               => '2.25',
+            'autodie::Scope::Guard' => '2.25',
+            'autodie::Scope::GuardStack'=> '2.25',
+            'autodie::ScopeUtil'    => '2.25',
+            'autodie::exception'    => '2.25',
+            'autodie::exception::system'=> '2.25',
+            'autodie::hints'        => '2.25',
+            'autodie::skip'         => '2.25',
+            'charnames'             => '1.41',
+            'locale'                => '1.04',
+            'threads'               => '1.94',
+            'utf8'                  => '1.14',
+            'warnings'              => '1.24',
+        },
+        removed => {
+        }
+    },
+    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 => {
+        }
+    },
+    5.021003 => {
+        delta_from => 5.021002,
+        changed => {
+            'B::Debug'              => '1.21',
+            'CPAN::Meta'            => '2.142060',
+            'CPAN::Meta::Converter' => '2.142060',
+            'CPAN::Meta::Feature'   => '2.142060',
+            'CPAN::Meta::History'   => '2.142060',
+            'CPAN::Meta::Merge'     => '2.142060',
+            'CPAN::Meta::Prereqs'   => '2.142060',
+            'CPAN::Meta::Requirements'=> '2.126',
+            'CPAN::Meta::Spec'      => '2.142060',
+            'CPAN::Meta::Validator' => '2.142060',
+            'Config'                => '5.021003',
+            'Config::Perl::V'       => '0.22',
+            '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',
+            'ExtUtils::Manifest'    => '1.65',
+            'HTTP::Tiny'            => '0.047',
+            'IPC::Open3'            => '1.18',
+            'Module::CoreList'      => '5.021003',
+            'Module::CoreList::TieHashDelta'=> '5.021003',
+            'Module::CoreList::Utils'=> '5.021003',
+            'Opcode'                => '1.28',
+            'POSIX'                 => '1.42',
+            'Safe'                  => '2.38',
+            'Socket'                => '2.015',
+            'Sys::Hostname'         => '1.19',
+            'UNIVERSAL'             => '1.12',
+            'XS::APItest'           => '0.63',
+            'perlfaq'               => '5.0150045',
+        },
+        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 => {
+        }
+    },
+    5.021006 => {
+        delta_from => 5.021005,
+        changed => {
+            'App::Prove'            => '3.34',
+            'App::Prove::State'     => '3.34',
+            'App::Prove::State::Result'=> '3.34',
+            'App::Prove::State::Result::Test'=> '3.34',
+            'B'                     => '1.53',
+            'B::Concise'            => '0.995',
+            'B::Deparse'            => '1.30',
+            'B::Op_private'         => '5.021006',
+            'CPAN::Meta'            => '2.143240',
+            'CPAN::Meta::Converter' => '2.143240',
+            'CPAN::Meta::Feature'   => '2.143240',
+            'CPAN::Meta::History'   => '2.143240',
+            'CPAN::Meta::Merge'     => '2.143240',
+            'CPAN::Meta::Prereqs'   => '2.143240',
+            'CPAN::Meta::Requirements'=> '2.130',
+            'CPAN::Meta::Spec'      => '2.143240',
+            'CPAN::Meta::Validator' => '2.143240',
+            'Config'                => '5.021006',
+            'Devel::Peek'           => '1.19',
+            'Digest::SHA'           => '5.93',
+            'DynaLoader'            => '1.28',
+            'Encode'                => '2.64',
+            'Exporter'              => '5.72',
+            'Exporter::Heavy'       => '5.72',
+            'ExtUtils::Command::MM' => '7.02',
+            'ExtUtils::Liblist'     => '7.02',
+            'ExtUtils::Liblist::Kid'=> '7.02',
+            'ExtUtils::MM'          => '7.02',
+            'ExtUtils::MM_AIX'      => '7.02',
+            'ExtUtils::MM_Any'      => '7.02',
+            'ExtUtils::MM_BeOS'     => '7.02',
+            'ExtUtils::MM_Cygwin'   => '7.02',
+            'ExtUtils::MM_DOS'      => '7.02',
+            'ExtUtils::MM_Darwin'   => '7.02',
+            'ExtUtils::MM_MacOS'    => '7.02',
+            'ExtUtils::MM_NW5'      => '7.02',
+            'ExtUtils::MM_OS2'      => '7.02',
+            'ExtUtils::MM_QNX'      => '7.02',
+            'ExtUtils::MM_UWIN'     => '7.02',
+            'ExtUtils::MM_Unix'     => '7.02',
+            'ExtUtils::MM_VMS'      => '7.02',
+            'ExtUtils::MM_VOS'      => '7.02',
+            'ExtUtils::MM_Win32'    => '7.02',
+            'ExtUtils::MM_Win95'    => '7.02',
+            'ExtUtils::MY'          => '7.02',
+            'ExtUtils::MakeMaker'   => '7.02',
+            'ExtUtils::MakeMaker::Config'=> '7.02',
+            'ExtUtils::MakeMaker::Locale'=> '7.02',
+            'ExtUtils::MakeMaker::version'=> '7.02',
+            'ExtUtils::MakeMaker::version::regex'=> '7.02',
+            'ExtUtils::MakeMaker::version::vpp'=> '7.02',
+            'ExtUtils::Manifest'    => '1.69',
+            'ExtUtils::Mkbootstrap' => '7.02',
+            'ExtUtils::Mksymlists'  => '7.02',
+            'ExtUtils::ParseXS'     => '3.26',
+            'ExtUtils::ParseXS::Constants'=> '3.26',
+            'ExtUtils::ParseXS::CountLines'=> '3.26',
+            'ExtUtils::ParseXS::Eval'=> '3.26',
+            'ExtUtils::ParseXS::Utilities'=> '3.26',
+            'ExtUtils::testlib'     => '7.02',
+            'File::Spec::VMS'       => '3.52',
+            'HTTP::Tiny'            => '0.051',
+            'I18N::Langinfo'        => '0.12',
+            'IO::Socket'            => '1.38',
+            'Module::CoreList'      => '5.20141120',
+            'Module::CoreList::TieHashDelta'=> '5.20141120',
+            'Module::CoreList::Utils'=> '5.20141120',
+            'POSIX'                 => '1.46',
+            'PerlIO::encoding'      => '0.20',
+            'PerlIO::scalar'        => '0.20',
+            'TAP::Base'             => '3.34',
+            'TAP::Formatter::Base'  => '3.34',
+            'TAP::Formatter::Color' => '3.34',
+            'TAP::Formatter::Console'=> '3.34',
+            'TAP::Formatter::Console::ParallelSession'=> '3.34',
+            'TAP::Formatter::Console::Session'=> '3.34',
+            'TAP::Formatter::File'  => '3.34',
+            'TAP::Formatter::File::Session'=> '3.34',
+            'TAP::Formatter::Session'=> '3.34',
+            'TAP::Harness'          => '3.34',
+            'TAP::Harness::Env'     => '3.34',
+            'TAP::Object'           => '3.34',
+            'TAP::Parser'           => '3.34',
+            'TAP::Parser::Aggregator'=> '3.34',
+            'TAP::Parser::Grammar'  => '3.34',
+            'TAP::Parser::Iterator' => '3.34',
+            'TAP::Parser::Iterator::Array'=> '3.34',
+            'TAP::Parser::Iterator::Process'=> '3.34',
+            'TAP::Parser::Iterator::Stream'=> '3.34',
+            'TAP::Parser::IteratorFactory'=> '3.34',
+            'TAP::Parser::Multiplexer'=> '3.34',
+            'TAP::Parser::Result'   => '3.34',
+            'TAP::Parser::Result::Bailout'=> '3.34',
+            'TAP::Parser::Result::Comment'=> '3.34',
+            'TAP::Parser::Result::Plan'=> '3.34',
+            'TAP::Parser::Result::Pragma'=> '3.34',
+            'TAP::Parser::Result::Test'=> '3.34',
+            'TAP::Parser::Result::Unknown'=> '3.34',
+            'TAP::Parser::Result::Version'=> '3.34',
+            'TAP::Parser::Result::YAML'=> '3.34',
+            'TAP::Parser::ResultFactory'=> '3.34',
+            'TAP::Parser::Scheduler'=> '3.34',
+            'TAP::Parser::Scheduler::Job'=> '3.34',
+            'TAP::Parser::Scheduler::Spinner'=> '3.34',
+            'TAP::Parser::Source'   => '3.34',
+            'TAP::Parser::SourceHandler'=> '3.34',
+            'TAP::Parser::SourceHandler::Executable'=> '3.34',
+            'TAP::Parser::SourceHandler::File'=> '3.34',
+            'TAP::Parser::SourceHandler::Handle'=> '3.34',
+            'TAP::Parser::SourceHandler::Perl'=> '3.34',
+            'TAP::Parser::SourceHandler::RawTAP'=> '3.34',
+            'TAP::Parser::YAMLish::Reader'=> '3.34',
+            'TAP::Parser::YAMLish::Writer'=> '3.34',
+            'Test::Builder'         => '1.301001_075',
+            'Test::Builder::Module' => '1.301001_075',
+            'Test::Builder::Tester' => '1.301001_075',
+            'Test::Builder::Tester::Color'=> '1.301001_075',
+            'Test::Harness'         => '3.34',
+            'Test::More'            => '1.301001_075',
+            'Test::More::DeepCheck' => undef,
+            'Test::More::DeepCheck::Strict'=> undef,
+            'Test::More::DeepCheck::Tolerant'=> undef,
+            'Test::More::Tools'     => undef,
+            'Test::MostlyLike'      => undef,
+            'Test::Simple'          => '1.301001_075',
+            'Test::Stream'          => '1.301001_075',
+            'Test::Stream::ArrayBase'=> undef,
+            'Test::Stream::ArrayBase::Meta'=> undef,
+            'Test::Stream::Carp'    => undef,
+            'Test::Stream::Context' => undef,
+            'Test::Stream::Event'   => undef,
+            'Test::Stream::Event::Bail'=> undef,
+            'Test::Stream::Event::Child'=> undef,
+            'Test::Stream::Event::Diag'=> undef,
+            'Test::Stream::Event::Finish'=> undef,
+            'Test::Stream::Event::Note'=> undef,
+            'Test::Stream::Event::Ok'=> undef,
+            'Test::Stream::Event::Plan'=> undef,
+            'Test::Stream::Event::Subtest'=> undef,
+            'Test::Stream::ExitMagic'=> undef,
+            'Test::Stream::ExitMagic::Context'=> undef,
+            'Test::Stream::Exporter'=> undef,
+            'Test::Stream::Exporter::Meta'=> undef,
+            'Test::Stream::IOSets'  => undef,
+            'Test::Stream::Meta'    => undef,
+            'Test::Stream::PackageUtil'=> undef,
+            'Test::Stream::Tester'  => undef,
+            'Test::Stream::Tester::Checks'=> undef,
+            'Test::Stream::Tester::Checks::Event'=> undef,
+            'Test::Stream::Tester::Events'=> undef,
+            'Test::Stream::Tester::Events::Event'=> undef,
+            'Test::Stream::Tester::Grab'=> undef,
+            'Test::Stream::Threads' => undef,
+            'Test::Stream::Toolset' => undef,
+            'Test::Stream::Util'    => undef,
+            'Test::Tester'          => '1.301001_075',
+            'Test::Tester::Capture' => undef,
+            'Test::use::ok'         => '1.301001_075',
+            'Unicode::UCD'          => '0.59',
+            'XS::APItest'           => '0.68',
+            'XSLoader'              => '0.19',
+            'experimental'          => '0.013',
+            'locale'                => '1.05',
+            'ok'                    => '1.301001_075',
+            'overload'              => '1.24',
+            're'                    => '0.28',
+            'warnings'              => '1.29',
+        },
+        removed => {
+        }
+    },
+    5.021007 => {
+        delta_from => 5.021006,
+        changed => {
+            'Archive::Tar'          => '2.04',
+            'Archive::Tar::Constant'=> '2.04',
+            'Archive::Tar::File'    => '2.04',
+            'B'                     => '1.54',
+            'B::Concise'            => '0.996',
+            'B::Deparse'            => '1.31',
+            'B::Op_private'         => '5.021007',
+            'B::Showlex'            => '1.05',
+            'Compress::Raw::Bzip2'  => '2.067',
+            'Compress::Raw::Zlib'   => '2.067',
+            'Compress::Zlib'        => '2.067',
+            'Config'                => '5.021007',
+            'Cwd'                   => '3.54',
+            'DB_File'               => '1.834',
+            'Data::Dumper'          => '2.155',
+            'Devel::PPPort'         => '3.25',
+            'Devel::Peek'           => '1.20',
+            'DynaLoader'            => '1.29',
+            'Encode'                => '2.67',
+            'Errno'                 => '1.22',
+            'ExtUtils::CBuilder'    => '0.280221',
+            'ExtUtils::CBuilder::Base'=> '0.280221',
+            'ExtUtils::CBuilder::Platform::Unix'=> '0.280221',
+            'ExtUtils::CBuilder::Platform::VMS'=> '0.280221',
+            'ExtUtils::CBuilder::Platform::Windows'=> '0.280221',
+            'ExtUtils::CBuilder::Platform::aix'=> '0.280221',
+            'ExtUtils::CBuilder::Platform::android'=> '0.280221',
+            'ExtUtils::CBuilder::Platform::cygwin'=> '0.280221',
+            'ExtUtils::CBuilder::Platform::darwin'=> '0.280221',
+            'ExtUtils::CBuilder::Platform::dec_osf'=> '0.280221',
+            'ExtUtils::CBuilder::Platform::os2'=> '0.280221',
+            'ExtUtils::Command::MM' => '7.04',
+            'ExtUtils::Liblist'     => '7.04',
+            'ExtUtils::Liblist::Kid'=> '7.04',
+            'ExtUtils::MM'          => '7.04',
+            'ExtUtils::MM_AIX'      => '7.04',
+            'ExtUtils::MM_Any'      => '7.04',
+            'ExtUtils::MM_BeOS'     => '7.04',
+            'ExtUtils::MM_Cygwin'   => '7.04',
+            'ExtUtils::MM_DOS'      => '7.04',
+            'ExtUtils::MM_Darwin'   => '7.04',
+            'ExtUtils::MM_MacOS'    => '7.04',
+            'ExtUtils::MM_NW5'      => '7.04',
+            'ExtUtils::MM_OS2'      => '7.04',
+            'ExtUtils::MM_QNX'      => '7.04',
+            'ExtUtils::MM_UWIN'     => '7.04',
+            'ExtUtils::MM_Unix'     => '7.04',
+            'ExtUtils::MM_VMS'      => '7.04',
+            'ExtUtils::MM_VOS'      => '7.04',
+            'ExtUtils::MM_Win32'    => '7.04',
+            'ExtUtils::MM_Win95'    => '7.04',
+            'ExtUtils::MY'          => '7.04',
+            'ExtUtils::MakeMaker'   => '7.04',
+            'ExtUtils::MakeMaker::Config'=> '7.04',
+            'ExtUtils::MakeMaker::Locale'=> '7.04',
+            'ExtUtils::MakeMaker::version'=> '7.04',
+            'ExtUtils::MakeMaker::version::regex'=> '7.04',
+            'ExtUtils::MakeMaker::version::vpp'=> '7.04',
+            'ExtUtils::Mkbootstrap' => '7.04',
+            'ExtUtils::Mksymlists'  => '7.04',
+            'ExtUtils::ParseXS'     => '3.27',
+            'ExtUtils::ParseXS::Constants'=> '3.27',
+            'ExtUtils::ParseXS::CountLines'=> '3.27',
+            'ExtUtils::ParseXS::Eval'=> '3.27',
+            'ExtUtils::ParseXS::Utilities'=> '3.27',
+            'ExtUtils::testlib'     => '7.04',
+            'File::Spec'            => '3.53',
+            'File::Spec::Cygwin'    => '3.54',
+            'File::Spec::Epoc'      => '3.54',
+            'File::Spec::Functions' => '3.54',
+            'File::Spec::Mac'       => '3.54',
+            'File::Spec::OS2'       => '3.54',
+            'File::Spec::Unix'      => '3.54',
+            'File::Spec::VMS'       => '3.54',
+            'File::Spec::Win32'     => '3.54',
+            'Filter::Util::Call'    => '1.51',
+            'HTTP::Tiny'            => '0.053',
+            'IO'                    => '1.35',
+            'IO::Compress::Adapter::Bzip2'=> '2.067',
+            'IO::Compress::Adapter::Deflate'=> '2.067',
+            'IO::Compress::Adapter::Identity'=> '2.067',
+            'IO::Compress::Base'    => '2.067',
+            'IO::Compress::Base::Common'=> '2.067',
+            'IO::Compress::Bzip2'   => '2.067',
+            'IO::Compress::Deflate' => '2.067',
+            'IO::Compress::Gzip'    => '2.067',
+            'IO::Compress::Gzip::Constants'=> '2.067',
+            'IO::Compress::RawDeflate'=> '2.067',
+            'IO::Compress::Zip'     => '2.067',
+            'IO::Compress::Zip::Constants'=> '2.067',
+            'IO::Compress::Zlib::Constants'=> '2.067',
+            'IO::Compress::Zlib::Extra'=> '2.067',
+            'IO::Socket::IP'        => '0.34',
+            'IO::Uncompress::Adapter::Bunzip2'=> '2.067',
+            'IO::Uncompress::Adapter::Identity'=> '2.067',
+            'IO::Uncompress::Adapter::Inflate'=> '2.067',
+            'IO::Uncompress::AnyInflate'=> '2.067',
+            'IO::Uncompress::AnyUncompress'=> '2.067',
+            'IO::Uncompress::Base'  => '2.067',
+            'IO::Uncompress::Bunzip2'=> '2.067',
+            'IO::Uncompress::Gunzip'=> '2.067',
+            'IO::Uncompress::Inflate'=> '2.067',
+            'IO::Uncompress::RawInflate'=> '2.067',
+            'IO::Uncompress::Unzip' => '2.067',
+            'Locale::Codes'         => '3.33',
+            'Locale::Codes::Constants'=> '3.33',
+            'Locale::Codes::Country'=> '3.33',
+            'Locale::Codes::Country_Codes'=> '3.33',
+            'Locale::Codes::Country_Retired'=> '3.33',
+            'Locale::Codes::Currency'=> '3.33',
+            'Locale::Codes::Currency_Codes'=> '3.33',
+            'Locale::Codes::Currency_Retired'=> '3.33',
+            'Locale::Codes::LangExt'=> '3.33',
+            'Locale::Codes::LangExt_Codes'=> '3.33',
+            'Locale::Codes::LangExt_Retired'=> '3.33',
+            'Locale::Codes::LangFam'=> '3.33',
+            'Locale::Codes::LangFam_Codes'=> '3.33',
+            'Locale::Codes::LangFam_Retired'=> '3.33',
+            'Locale::Codes::LangVar'=> '3.33',
+            'Locale::Codes::LangVar_Codes'=> '3.33',
+            'Locale::Codes::LangVar_Retired'=> '3.33',
+            'Locale::Codes::Language'=> '3.33',
+            'Locale::Codes::Language_Codes'=> '3.33',
+            'Locale::Codes::Language_Retired'=> '3.33',
+            'Locale::Codes::Script' => '3.33',
+            'Locale::Codes::Script_Codes'=> '3.33',
+            'Locale::Codes::Script_Retired'=> '3.33',
+            'Locale::Country'       => '3.33',
+            'Locale::Currency'      => '3.33',
+            'Locale::Language'      => '3.33',
+            'Locale::Maketext'      => '1.26',
+            'Locale::Script'        => '3.33',
+            'Module::CoreList'      => '5.20141220',
+            'Module::CoreList::TieHashDelta'=> '5.20141220',
+            'Module::CoreList::Utils'=> '5.20141220',
+            'NDBM_File'             => '1.14',
+            'Net::Cmd'              => '3.04',
+            'Net::Config'           => '3.04',
+            'Net::Domain'           => '3.04',
+            'Net::FTP'              => '3.04',
+            'Net::FTP::A'           => '3.04',
+            'Net::FTP::E'           => '3.04',
+            'Net::FTP::I'           => '3.04',
+            'Net::FTP::L'           => '3.04',
+            'Net::FTP::dataconn'    => '3.04',
+            'Net::NNTP'             => '3.04',
+            'Net::Netrc'            => '3.04',
+            'Net::POP3'             => '3.04',
+            'Net::SMTP'             => '3.04',
+            'Net::Time'             => '3.04',
+            'Opcode'                => '1.30',
+            'POSIX'                 => '1.48',
+            'PerlIO::scalar'        => '0.21',
+            'Pod::Escapes'          => '1.07',
+            'SDBM_File'             => '1.12',
+            'Storable'              => '2.52',
+            'Sys::Hostname'         => '1.20',
+            'Test::Builder'         => '1.301001_090',
+            'Test::Builder::Module' => '1.301001_090',
+            'Test::Builder::Tester' => '1.301001_090',
+            'Test::Builder::Tester::Color'=> '1.301001_090',
+            'Test::CanFork'         => undef,
+            'Test::CanThread'       => undef,
+            'Test::More'            => '1.301001_090',
+            'Test::Simple'          => '1.301001_090',
+            'Test::Stream'          => '1.301001_090',
+            'Test::Stream::API'     => undef,
+            'Test::Stream::ForceExit'=> undef,
+            'Test::Stream::Subtest' => undef,
+            'Test::Tester'          => '1.301001_090',
+            'Test::use::ok'         => '1.301001_090',
+            'Unicode::Collate'      => '1.09',
+            'Unicode::Collate::CJK::Big5'=> '1.09',
+            'Unicode::Collate::CJK::GB2312'=> '1.09',
+            'Unicode::Collate::CJK::JISX0208'=> '1.09',
+            'Unicode::Collate::CJK::Korean'=> '1.09',
+            'Unicode::Collate::CJK::Pinyin'=> '1.09',
+            'Unicode::Collate::CJK::Stroke'=> '1.09',
+            'Unicode::Collate::CJK::Zhuyin'=> '1.09',
+            'Unicode::Collate::Locale'=> '1.09',
+            'XS::APItest'           => '0.69',
+            'XSLoader'              => '0.20',
+            '_charnames'            => '1.43',
+            'arybase'               => '0.09',
+            'charnames'             => '1.43',
+            'feature'               => '1.39',
+            'mro'                   => '1.17',
+            'ok'                    => '1.301001_090',
+            'strict'                => '1.09',
+            'threads'               => '1.96_001',
+        },
+        removed => {
+        }
+    },
+    5.021008 => {
+        delta_from => 5.021007,
+        changed => {
+            'App::Prove'            => '3.35',
+            'App::Prove::State'     => '3.35',
+            'App::Prove::State::Result'=> '3.35',
+            'App::Prove::State::Result::Test'=> '3.35',
+            'B'                     => '1.55',
+            'B::Deparse'            => '1.32',
+            'B::Op_private'         => '5.021008',
+            'CPAN::Meta::Requirements'=> '2.131',
+            'Compress::Raw::Bzip2'  => '2.068',
+            'Compress::Raw::Zlib'   => '2.068',
+            'Compress::Zlib'        => '2.068',
+            'Config'                => '5.021008',
+            'DB_File'               => '1.835',
+            'Data::Dumper'          => '2.156',
+            'Devel::PPPort'         => '3.28',
+            'Devel::Peek'           => '1.21',
+            'Digest::MD5'           => '2.54',
+            'Digest::SHA'           => '5.95',
+            'DynaLoader'            => '1.30',
+            'ExtUtils::Command'     => '1.20',
+            'ExtUtils::Manifest'    => '1.70',
+            'Fatal'                 => '2.26',
+            'File::Glob'            => '1.24',
+            'Filter::Util::Call'    => '1.54',
+            'Getopt::Long'          => '2.43',
+            'IO::Compress::Adapter::Bzip2'=> '2.068',
+            'IO::Compress::Adapter::Deflate'=> '2.068',
+            'IO::Compress::Adapter::Identity'=> '2.068',
+            'IO::Compress::Base'    => '2.068',
+            'IO::Compress::Base::Common'=> '2.068',
+            'IO::Compress::Bzip2'   => '2.068',
+            'IO::Compress::Deflate' => '2.068',
+            'IO::Compress::Gzip'    => '2.068',
+            'IO::Compress::Gzip::Constants'=> '2.068',
+            'IO::Compress::RawDeflate'=> '2.068',
+            'IO::Compress::Zip'     => '2.068',
+            'IO::Compress::Zip::Constants'=> '2.068',
+            'IO::Compress::Zlib::Constants'=> '2.068',
+            'IO::Compress::Zlib::Extra'=> '2.068',
+            'IO::Socket::IP'        => '0.36',
+            'IO::Uncompress::Adapter::Bunzip2'=> '2.068',
+            'IO::Uncompress::Adapter::Identity'=> '2.068',
+            'IO::Uncompress::Adapter::Inflate'=> '2.068',
+            'IO::Uncompress::AnyInflate'=> '2.068',
+            'IO::Uncompress::AnyUncompress'=> '2.068',
+            'IO::Uncompress::Base'  => '2.068',
+            'IO::Uncompress::Bunzip2'=> '2.068',
+            'IO::Uncompress::Gunzip'=> '2.068',
+            'IO::Uncompress::Inflate'=> '2.068',
+            'IO::Uncompress::RawInflate'=> '2.068',
+            'IO::Uncompress::Unzip' => '2.068',
+            'MIME::Base64'          => '3.15',
+            'Module::CoreList'      => '5.20150220',
+            'Module::CoreList::TieHashDelta'=> '5.20150220',
+            'Module::CoreList::Utils'=> '5.20150220',
+            'Module::Load::Conditional'=> '0.64',
+            'Module::Metadata'      => '1.000026',
+            'Net::Cmd'              => '3.05',
+            'Net::Config'           => '3.05',
+            'Net::Domain'           => '3.05',
+            'Net::FTP'              => '3.05',
+            'Net::FTP::A'           => '3.05',
+            'Net::FTP::E'           => '3.05',
+            'Net::FTP::I'           => '3.05',
+            'Net::FTP::L'           => '3.05',
+            'Net::FTP::dataconn'    => '3.05',
+            'Net::NNTP'             => '3.05',
+            'Net::Netrc'            => '3.05',
+            'Net::POP3'             => '3.05',
+            'Net::SMTP'             => '3.05',
+            'Net::Time'             => '3.05',
+            'Opcode'                => '1.31',
+            'POSIX'                 => '1.49',
+            'PerlIO::encoding'      => '0.21',
+            'Pod::Simple'           => '3.29',
+            'Pod::Simple::BlackBox' => '3.29',
+            'Pod::Simple::Checker'  => '3.29',
+            'Pod::Simple::Debug'    => '3.29',
+            'Pod::Simple::DumpAsText'=> '3.29',
+            'Pod::Simple::DumpAsXML'=> '3.29',
+            'Pod::Simple::HTML'     => '3.29',
+            'Pod::Simple::HTMLBatch'=> '3.29',
+            'Pod::Simple::LinkSection'=> '3.29',
+            'Pod::Simple::Methody'  => '3.29',
+            'Pod::Simple::Progress' => '3.29',
+            'Pod::Simple::PullParser'=> '3.29',
+            'Pod::Simple::PullParserEndToken'=> '3.29',
+            'Pod::Simple::PullParserStartToken'=> '3.29',
+            'Pod::Simple::PullParserTextToken'=> '3.29',
+            'Pod::Simple::PullParserToken'=> '3.29',
+            'Pod::Simple::RTF'      => '3.29',
+            'Pod::Simple::Search'   => '3.29',
+            'Pod::Simple::SimpleTree'=> '3.29',
+            'Pod::Simple::Text'     => '3.29',
+            'Pod::Simple::TextContent'=> '3.29',
+            'Pod::Simple::TiedOutFH'=> '3.29',
+            'Pod::Simple::Transcode'=> '3.29',
+            'Pod::Simple::TranscodeDumb'=> '3.29',
+            'Pod::Simple::TranscodeSmart'=> '3.29',
+            'Pod::Simple::XHTML'    => '3.29',
+            'Pod::Simple::XMLOutStream'=> '3.29',
+            'SDBM_File'             => '1.13',
+            'Safe'                  => '2.39',
+            'TAP::Base'             => '3.35',
+            'TAP::Formatter::Base'  => '3.35',
+            'TAP::Formatter::Color' => '3.35',
+            'TAP::Formatter::Console'=> '3.35',
+            'TAP::Formatter::Console::ParallelSession'=> '3.35',
+            'TAP::Formatter::Console::Session'=> '3.35',
+            'TAP::Formatter::File'  => '3.35',
+            'TAP::Formatter::File::Session'=> '3.35',
+            'TAP::Formatter::Session'=> '3.35',
+            'TAP::Harness'          => '3.35',
+            'TAP::Harness::Env'     => '3.35',
+            'TAP::Object'           => '3.35',
+            'TAP::Parser'           => '3.35',
+            'TAP::Parser::Aggregator'=> '3.35',
+            'TAP::Parser::Grammar'  => '3.35',
+            'TAP::Parser::Iterator' => '3.35',
+            'TAP::Parser::Iterator::Array'=> '3.35',
+            'TAP::Parser::Iterator::Process'=> '3.35',
+            'TAP::Parser::Iterator::Stream'=> '3.35',
+            'TAP::Parser::IteratorFactory'=> '3.35',
+            'TAP::Parser::Multiplexer'=> '3.35',
+            'TAP::Parser::Result'   => '3.35',
+            'TAP::Parser::Result::Bailout'=> '3.35',
+            'TAP::Parser::Result::Comment'=> '3.35',
+            'TAP::Parser::Result::Plan'=> '3.35',
+            'TAP::Parser::Result::Pragma'=> '3.35',
+            'TAP::Parser::Result::Test'=> '3.35',
+            'TAP::Parser::Result::Unknown'=> '3.35',
+            'TAP::Parser::Result::Version'=> '3.35',
+            'TAP::Parser::Result::YAML'=> '3.35',
+            'TAP::Parser::ResultFactory'=> '3.35',
+            'TAP::Parser::Scheduler'=> '3.35',
+            'TAP::Parser::Scheduler::Job'=> '3.35',
+            'TAP::Parser::Scheduler::Spinner'=> '3.35',
+            'TAP::Parser::Source'   => '3.35',
+            'TAP::Parser::SourceHandler'=> '3.35',
+            'TAP::Parser::SourceHandler::Executable'=> '3.35',
+            'TAP::Parser::SourceHandler::File'=> '3.35',
+            'TAP::Parser::SourceHandler::Handle'=> '3.35',
+            'TAP::Parser::SourceHandler::Perl'=> '3.35',
+            'TAP::Parser::SourceHandler::RawTAP'=> '3.35',
+            'TAP::Parser::YAMLish::Reader'=> '3.35',
+            'TAP::Parser::YAMLish::Writer'=> '3.35',
+            'Test::Builder'         => '1.301001_097',
+            'Test::Builder::Module' => '1.301001_097',
+            'Test::Builder::Tester' => '1.301001_097',
+            'Test::Builder::Tester::Color'=> '1.301001_097',
+            'Test::Harness'         => '3.35',
+            'Test::More'            => '1.301001_097',
+            'Test::Simple'          => '1.301001_097',
+            'Test::Stream'          => '1.301001_097',
+            'Test::Stream::Block'   => undef,
+            'Test::Tester'          => '1.301001_097',
+            'Test::Tester::CaptureRunner'=> undef,
+            'Test::Tester::Delegate'=> undef,
+            'Test::use::ok'         => '1.301001_097',
+            'Unicode::Collate'      => '1.10',
+            'Unicode::Collate::CJK::Big5'=> '1.10',
+            'Unicode::Collate::CJK::GB2312'=> '1.10',
+            'Unicode::Collate::CJK::JISX0208'=> '1.10',
+            'Unicode::Collate::CJK::Korean'=> '1.10',
+            'Unicode::Collate::CJK::Pinyin'=> '1.10',
+            'Unicode::Collate::CJK::Stroke'=> '1.10',
+            'Unicode::Collate::CJK::Zhuyin'=> '1.10',
+            'Unicode::Collate::Locale'=> '1.10',
+            'VMS::DCLsym'           => '1.06',
+            'XS::APItest'           => '0.70',
+            'arybase'               => '0.10',
+            'attributes'            => '0.25',
+            'autodie'               => '2.26',
+            'autodie::Scope::Guard' => '2.26',
+            'autodie::Scope::GuardStack'=> '2.26',
+            'autodie::ScopeUtil'    => '2.26',
+            'autodie::exception'    => '2.26',
+            'autodie::exception::system'=> '2.26',
+            'autodie::hints'        => '2.26',
+            'autodie::skip'         => '2.26',
+            'ok'                    => '1.301001_097',
+            're'                    => '0.30',
+            'warnings'              => '1.30',
+        },
+        removed => {
+        }
+    },
+    5.020002 => {
+        delta_from => 5.020001,
+        changed => {
+            'CPAN::Author'          => '5.5002',
+            'CPAN::CacheMgr'        => '5.5002',
+            'CPAN::FTP'             => '5.5006',
+            'CPAN::HTTP::Client'    => '1.9601',
+            'CPAN::HandleConfig'    => '5.5005',
+            'CPAN::Index'           => '1.9601',
+            'CPAN::LWP::UserAgent'  => '1.9601',
+            'CPAN::Mirrors'         => '1.9601',
+            'Config'                => '5.020002',
+            'Cwd'                   => '3.48_01',
+            'Data::Dumper'          => '2.151_01',
+            'Errno'                 => '1.20_05',
+            'File::Spec'            => '3.48_01',
+            'File::Spec::Cygwin'    => '3.48_01',
+            'File::Spec::Epoc'      => '3.48_01',
+            'File::Spec::Functions' => '3.48_01',
+            'File::Spec::Mac'       => '3.48_01',
+            'File::Spec::OS2'       => '3.48_01',
+            'File::Spec::Unix'      => '3.48_01',
+            'File::Spec::VMS'       => '3.48_01',
+            'File::Spec::Win32'     => '3.48_01',
+            'IO::Socket'            => '1.38',
+            'Module::CoreList'      => '5.20150214',
+            'Module::CoreList::TieHashDelta'=> '5.20150214',
+            'Module::CoreList::Utils'=> '5.20150214',
+            'PerlIO::scalar'        => '0.18_01',
+            'Pod::PlainText'        => '2.07',
+            'Storable'              => '2.49_01',
+            'VMS::DCLsym'           => '1.05_01',
+            'VMS::Stdio'            => '2.41',
+            'attributes'            => '0.23',
+            'feature'               => '1.36_01',
+        },
+        removed => {
+        }
+    },
+    5.021009 => {
+        delta_from => 5.021008,
+        changed => {
+            'B'                     => '1.56',
+            'B::Debug'              => '1.23',
+            'B::Deparse'            => '1.33',
+            'B::Op_private'         => '5.021009',
+            'Benchmark'             => '1.20',
+            'CPAN::Author'          => '5.5002',
+            'CPAN::CacheMgr'        => '5.5002',
+            'CPAN::FTP'             => '5.5006',
+            'CPAN::HTTP::Client'    => '1.9601',
+            'CPAN::HandleConfig'    => '5.5005',
+            'CPAN::Index'           => '1.9601',
+            'CPAN::LWP::UserAgent'  => '1.9601',
+            'CPAN::Meta::Requirements'=> '2.132',
+            'CPAN::Mirrors'         => '1.9601',
+            'Carp'                  => '1.35',
+            'Carp::Heavy'           => '1.35',
+            'Config'                => '5.021009',
+            'Config::Perl::V'       => '0.23',
+            'Data::Dumper'          => '2.157',
+            'Devel::Peek'           => '1.22',
+            'DynaLoader'            => '1.31',
+            'Encode'                => '2.70',
+            'Encode::MIME::Header'  => '2.16',
+            'Errno'                 => '1.23',
+            'ExtUtils::Miniperl'    => '1.04',
+            'HTTP::Tiny'            => '0.054',
+            'Module::CoreList'      => '5.20150220',
+            'Module::CoreList::TieHashDelta'=> '5.20150220',
+            'Module::CoreList::Utils'=> '5.20150220',
+            'Opcode'                => '1.32',
+            'POSIX'                 => '1.51',
+            'Perl::OSType'          => '1.008',
+            'PerlIO::scalar'        => '0.22',
+            'Pod::Find'             => '1.63',
+            'Pod::InputObjects'     => '1.63',
+            'Pod::ParseUtils'       => '1.63',
+            'Pod::Parser'           => '1.63',
+            'Pod::Perldoc'          => '3.25',
+            'Pod::Perldoc::BaseTo'  => '3.25',
+            'Pod::Perldoc::GetOptsOO'=> '3.25',
+            'Pod::Perldoc::ToANSI'  => '3.25',
+            'Pod::Perldoc::ToChecker'=> '3.25',
+            'Pod::Perldoc::ToMan'   => '3.25',
+            'Pod::Perldoc::ToNroff' => '3.25',
+            'Pod::Perldoc::ToPod'   => '3.25',
+            'Pod::Perldoc::ToRtf'   => '3.25',
+            'Pod::Perldoc::ToTerm'  => '3.25',
+            'Pod::Perldoc::ToText'  => '3.25',
+            'Pod::Perldoc::ToTk'    => '3.25',
+            'Pod::Perldoc::ToXml'   => '3.25',
+            'Pod::PlainText'        => '2.07',
+            'Pod::Select'           => '1.63',
+            'Socket'                => '2.018',
+            'Storable'              => '2.53',
+            'Test::Builder'         => '1.301001_098',
+            'Test::Builder::Module' => '1.301001_098',
+            'Test::Builder::Tester' => '1.301001_098',
+            'Test::Builder::Tester::Color'=> '1.301001_098',
+            'Test::More'            => '1.301001_098',
+            'Test::Simple'          => '1.301001_098',
+            'Test::Stream'          => '1.301001_098',
+            'Test::Tester'          => '1.301001_098',
+            'Test::use::ok'         => '1.301001_098',
+            'Unicode::Collate'      => '1.11',
+            'Unicode::Collate::CJK::Big5'=> '1.11',
+            'Unicode::Collate::CJK::GB2312'=> '1.11',
+            'Unicode::Collate::CJK::JISX0208'=> '1.11',
+            'Unicode::Collate::CJK::Korean'=> '1.11',
+            'Unicode::Collate::CJK::Pinyin'=> '1.11',
+            'Unicode::Collate::CJK::Stroke'=> '1.11',
+            'Unicode::Collate::CJK::Zhuyin'=> '1.11',
+            'Unicode::Collate::Locale'=> '1.11',
+            'Unicode::UCD'          => '0.61',
+            'VMS::Stdio'            => '2.41',
+            'Win32'                 => '0.51',
+            'Win32API::File'        => '0.1202',
+            'attributes'            => '0.26',
+            'bigint'                => '0.39',
+            'bignum'                => '0.39',
+            'bigrat'                => '0.39',
+            'constant'              => '1.33',
+            'encoding'              => '2.13',
+            'feature'               => '1.40',
+            'ok'                    => '1.301001_098',
+            'overload'              => '1.25',
+            'perlfaq'               => '5.021009',
+            're'                    => '0.31',
+            'threads::shared'       => '1.48',
+            'warnings'              => '1.31',
+        },
+        removed => {
+        }
+    },
+    5.021010 => {
+        delta_from => 5.021009,
+        changed => {
+        },
+        removed => {
+        }
+    },
 );
 
 sub is_core
@@ -9792,6 +11413,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,
@@ -9953,6 +11588,118 @@ for my $version (sort { $a <=> $b } keys %delta) {
         removed => {
         }
     },
+    5.01901 => {
+        delta_from => 5.019009,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.019011 => {
+        delta_from => 5.019010,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.020000 => {
+        delta_from => 5.019011,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.021000 => {
+        delta_from => 5.020000,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.021001 => {
+        delta_from => 5.017007,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.021002 => {
+        delta_from => 5.021001,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.021003 => {
+        delta_from => 5.021002,
+        changed => {
+        },
+        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 => {
+        }
+    },
+    5.021006 => {
+        delta_from => 5.021005,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.021007 => {
+        delta_from => 5.021006,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.021008 => {
+        delta_from => 5.021007,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.020002 => {
+        delta_from => 5.020001,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.021009 => {
+        delta_from => 5.021008,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.021010 => {
+        delta_from => 5.021009,
+        changed => {
+        },
+        removed => {
+        }
+    },
 );
 
 for my $version (sort { $a <=> $b } keys %deprecated) {
@@ -9975,15 +11722,6 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'AutoLoader'            => 'cpan',
     'AutoSplit'             => 'cpan',
     'B::Debug'              => 'cpan',
-    'CGI'                   => 'cpan',
-    'CGI::Apache'           => 'cpan',
-    'CGI::Carp'             => 'cpan',
-    'CGI::Cookie'           => 'cpan',
-    'CGI::Fast'             => 'cpan',
-    'CGI::Pretty'           => 'cpan',
-    'CGI::Push'             => 'cpan',
-    'CGI::Switch'           => 'cpan',
-    'CGI::Util'             => 'cpan',
     'CPAN'                  => 'cpan',
     'CPAN::Author'          => 'cpan',
     'CPAN::Bundle'          => 'cpan',
@@ -10012,6 +11750,7 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'CPAN::Meta::Converter' => 'cpan',
     'CPAN::Meta::Feature'   => 'cpan',
     'CPAN::Meta::History'   => 'cpan',
+    'CPAN::Meta::Merge'     => 'cpan',
     'CPAN::Meta::Prereqs'   => 'cpan',
     'CPAN::Meta::Requirements'=> 'cpan',
     'CPAN::Meta::Spec'      => 'cpan',
@@ -10061,12 +11800,15 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'Encode::TW'            => 'cpan',
     'Encode::Unicode'       => 'cpan',
     'Encode::Unicode::UTF7' => 'cpan',
+    'ExtUtils::Command'     => 'cpan',
     'ExtUtils::Command::MM' => 'cpan',
     'ExtUtils::Constant'    => 'cpan',
     'ExtUtils::Constant::Base'=> 'cpan',
     'ExtUtils::Constant::ProxySubs'=> 'cpan',
     'ExtUtils::Constant::Utils'=> 'cpan',
     'ExtUtils::Constant::XS'=> 'cpan',
+    'ExtUtils::Install'     => 'cpan',
+    'ExtUtils::Installed'   => 'cpan',
     'ExtUtils::Liblist'     => 'cpan',
     'ExtUtils::Liblist::Kid'=> 'cpan',
     'ExtUtils::MM'          => 'cpan',
@@ -10089,8 +11831,14 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'ExtUtils::MY'          => 'cpan',
     'ExtUtils::MakeMaker'   => 'cpan',
     'ExtUtils::MakeMaker::Config'=> 'cpan',
+    'ExtUtils::MakeMaker::Locale'=> 'cpan',
+    'ExtUtils::MakeMaker::version'=> 'cpan',
+    'ExtUtils::MakeMaker::version::regex'=> 'cpan',
+    'ExtUtils::MakeMaker::version::vpp'=> 'cpan',
+    'ExtUtils::Manifest'    => 'cpan',
     'ExtUtils::Mkbootstrap' => 'cpan',
     'ExtUtils::Mksymlists'  => 'cpan',
+    'ExtUtils::Packlist'    => 'cpan',
     'ExtUtils::testlib'     => 'cpan',
     'Fatal'                 => 'cpan',
     'File::Fetch'           => 'cpan',
@@ -10176,33 +11924,13 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'Memoize::NDBM_File'    => 'cpan',
     'Memoize::SDBM_File'    => 'cpan',
     'Memoize::Storable'     => 'cpan',
-    'Module::Build'         => 'cpan',
-    'Module::Build::Base'   => 'cpan',
-    'Module::Build::Compat' => 'cpan',
-    'Module::Build::Config' => 'cpan',
-    'Module::Build::ConfigData'=> 'cpan',
-    'Module::Build::Cookbook'=> 'cpan',
-    'Module::Build::Dumper' => 'cpan',
-    'Module::Build::ModuleInfo'=> 'cpan',
-    'Module::Build::Notes'  => 'cpan',
-    'Module::Build::PPMMaker'=> 'cpan',
-    'Module::Build::Platform::Default'=> 'cpan',
-    'Module::Build::Platform::MacOS'=> 'cpan',
-    'Module::Build::Platform::Unix'=> 'cpan',
-    'Module::Build::Platform::VMS'=> 'cpan',
-    'Module::Build::Platform::VOS'=> 'cpan',
-    'Module::Build::Platform::Windows'=> 'cpan',
-    'Module::Build::Platform::aix'=> 'cpan',
-    'Module::Build::Platform::cygwin'=> 'cpan',
-    'Module::Build::Platform::darwin'=> 'cpan',
-    'Module::Build::Platform::os2'=> 'cpan',
-    'Module::Build::PodParser'=> 'cpan',
-    'Module::Build::Version'=> 'cpan',
-    'Module::Build::YAML'   => 'cpan',
     'Module::Load'          => 'cpan',
     'Module::Load::Conditional'=> 'cpan',
     'Module::Loaded'        => 'cpan',
     'Module::Metadata'      => 'cpan',
+    'Module::Metadata::corpus::BOMTest::UTF16BE'=> 'cpan',
+    'Module::Metadata::corpus::BOMTest::UTF16LE'=> 'cpan',
+    'Module::Metadata::corpus::BOMTest::UTF8'=> 'cpan',
     'NEXT'                  => 'cpan',
     'Net::Cmd'              => 'cpan',
     'Net::Config'           => 'cpan',
@@ -10218,7 +11946,6 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'Net::POP3'             => 'cpan',
     'Net::SMTP'             => 'cpan',
     'Net::Time'             => 'cpan',
-    'Package::Constants'    => 'cpan',
     'Params::Check'         => 'cpan',
     'Parse::CPAN::Meta'     => 'cpan',
     'Perl::OSType'          => 'cpan',
@@ -10281,6 +12008,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',
@@ -10333,9 +12061,55 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'Test::Builder::Module' => 'cpan',
     'Test::Builder::Tester' => 'cpan',
     'Test::Builder::Tester::Color'=> 'cpan',
+    'Test::CanFork'         => 'cpan',
+    'Test::CanThread'       => 'cpan',
     'Test::Harness'         => 'cpan',
     'Test::More'            => 'cpan',
+    'Test::More::DeepCheck' => 'cpan',
+    'Test::More::DeepCheck::Strict'=> 'cpan',
+    'Test::More::DeepCheck::Tolerant'=> 'cpan',
+    'Test::More::Tools'     => 'cpan',
+    'Test::MostlyLike'      => 'cpan',
     'Test::Simple'          => 'cpan',
+    'Test::Stream'          => 'cpan',
+    'Test::Stream::API'     => 'cpan',
+    'Test::Stream::ArrayBase'=> 'cpan',
+    'Test::Stream::ArrayBase::Meta'=> 'cpan',
+    'Test::Stream::Block'   => 'cpan',
+    'Test::Stream::Carp'    => 'cpan',
+    'Test::Stream::Context' => 'cpan',
+    'Test::Stream::Event'   => 'cpan',
+    'Test::Stream::Event::Bail'=> 'cpan',
+    'Test::Stream::Event::Child'=> 'cpan',
+    'Test::Stream::Event::Diag'=> 'cpan',
+    'Test::Stream::Event::Finish'=> 'cpan',
+    'Test::Stream::Event::Note'=> 'cpan',
+    'Test::Stream::Event::Ok'=> 'cpan',
+    'Test::Stream::Event::Plan'=> 'cpan',
+    'Test::Stream::Event::Subtest'=> 'cpan',
+    'Test::Stream::ExitMagic'=> 'cpan',
+    'Test::Stream::ExitMagic::Context'=> 'cpan',
+    'Test::Stream::Exporter'=> 'cpan',
+    'Test::Stream::Exporter::Meta'=> 'cpan',
+    'Test::Stream::ForceExit'=> 'cpan',
+    'Test::Stream::IOSets'  => 'cpan',
+    'Test::Stream::Meta'    => 'cpan',
+    'Test::Stream::PackageUtil'=> 'cpan',
+    'Test::Stream::Subtest' => 'cpan',
+    'Test::Stream::Tester'  => 'cpan',
+    'Test::Stream::Tester::Checks'=> 'cpan',
+    'Test::Stream::Tester::Checks::Event'=> 'cpan',
+    'Test::Stream::Tester::Events'=> 'cpan',
+    'Test::Stream::Tester::Events::Event'=> 'cpan',
+    'Test::Stream::Tester::Grab'=> 'cpan',
+    'Test::Stream::Threads' => 'cpan',
+    'Test::Stream::Toolset' => 'cpan',
+    'Test::Stream::Util'    => 'cpan',
+    'Test::Tester'          => 'cpan',
+    'Test::Tester::Capture' => 'cpan',
+    'Test::Tester::CaptureRunner'=> 'cpan',
+    'Test::Tester::Delegate'=> 'cpan',
+    'Test::use::ok'         => 'cpan',
     'Text::Balanced'        => 'cpan',
     'Text::ParseWords'      => 'cpan',
     'Text::Tabs'            => 'cpan',
@@ -10359,13 +12133,17 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'Win32API::File'        => 'cpan',
     'Win32API::File::ExtUtils::Myconst2perl'=> 'cpan',
     'autodie'               => 'cpan',
+    'autodie::Scope::Guard' => 'cpan',
+    'autodie::Scope::GuardStack'=> 'cpan',
+    'autodie::ScopeUtil'    => 'cpan',
     'autodie::exception'    => 'cpan',
     'autodie::exception::system'=> 'cpan',
     'autodie::hints'        => 'cpan',
     'autodie::skip'         => 'cpan',
     'encoding'              => 'cpan',
     'encoding::warnings'    => 'cpan',
-    'inc::latest'           => 'cpan',
+    'experimental'          => 'cpan',
+    'ok'                    => 'cpan',
     'parent'                => 'cpan',
     'perlfaq'               => 'cpan',
     'version'               => 'cpan',
@@ -10383,15 +12161,6 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'Archive::Tar::Constant'=> undef,
     'Archive::Tar::File'    => undef,
     'B::Debug'              => undef,
-    'CGI'                   => 'https://github.com/markstos/CGI.pm/issues',
-    'CGI::Apache'           => 'https://github.com/markstos/CGI.pm/issues',
-    'CGI::Carp'             => 'https://github.com/markstos/CGI.pm/issues',
-    'CGI::Cookie'           => 'https://github.com/markstos/CGI.pm/issues',
-    'CGI::Fast'             => 'https://github.com/markstos/CGI.pm/issues',
-    'CGI::Pretty'           => 'https://github.com/markstos/CGI.pm/issues',
-    'CGI::Push'             => 'https://github.com/markstos/CGI.pm/issues',
-    'CGI::Switch'           => 'https://github.com/markstos/CGI.pm/issues',
-    'CGI::Util'             => 'https://github.com/markstos/CGI.pm/issues',
     'CPAN'                  => undef,
     'CPAN::Author'          => undef,
     'CPAN::Bundle'          => undef,
@@ -10420,6 +12189,7 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'CPAN::Meta::Converter' => 'https://github.com/Perl-Toolchain-Gang/CPAN-Meta/issues',
     'CPAN::Meta::Feature'   => 'https://github.com/Perl-Toolchain-Gang/CPAN-Meta/issues',
     'CPAN::Meta::History'   => 'https://github.com/Perl-Toolchain-Gang/CPAN-Meta/issues',
+    'CPAN::Meta::Merge'     => 'https://github.com/Perl-Toolchain-Gang/CPAN-Meta/issues',
     'CPAN::Meta::Prereqs'   => 'https://github.com/Perl-Toolchain-Gang/CPAN-Meta/issues',
     'CPAN::Meta::Requirements'=> 'https://github.com/dagolden/CPAN-Meta-Requirements/issues',
     'CPAN::Meta::Spec'      => 'https://github.com/Perl-Toolchain-Gang/CPAN-Meta/issues',
@@ -10439,7 +12209,7 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'Compress::Zlib'        => undef,
     'Config::Perl::V'       => undef,
     'DB_File'               => undef,
-    'Devel::PPPort'         => undef,
+    'Devel::PPPort'         => 'https://github.com/mhx/Devel-PPPort/issues/',
     'Digest'                => undef,
     'Digest::MD5'           => undef,
     'Digest::SHA'           => undef,
@@ -10469,12 +12239,15 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'Encode::TW'            => undef,
     'Encode::Unicode'       => undef,
     'Encode::Unicode::UTF7' => undef,
+    'ExtUtils::Command'     => 'http://rt.perl.org/rt3/',
     'ExtUtils::Command::MM' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
     'ExtUtils::Constant'    => undef,
     'ExtUtils::Constant::Base'=> undef,
     'ExtUtils::Constant::ProxySubs'=> undef,
     'ExtUtils::Constant::Utils'=> undef,
     'ExtUtils::Constant::XS'=> undef,
+    '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',
@@ -10497,8 +12270,14 @@ 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::MakeMaker::Locale'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
+    'ExtUtils::MakeMaker::version'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
+    'ExtUtils::MakeMaker::version::regex'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
+    'ExtUtils::MakeMaker::version::vpp'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
+    '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'    => '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,
@@ -10584,33 +12363,13 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'Memoize::NDBM_File'    => undef,
     'Memoize::SDBM_File'    => undef,
     'Memoize::Storable'     => undef,
-    'Module::Build'         => undef,
-    'Module::Build::Base'   => undef,
-    'Module::Build::Compat' => undef,
-    'Module::Build::Config' => undef,
-    'Module::Build::ConfigData'=> undef,
-    'Module::Build::Cookbook'=> undef,
-    'Module::Build::Dumper' => undef,
-    'Module::Build::ModuleInfo'=> undef,
-    'Module::Build::Notes'  => undef,
-    'Module::Build::PPMMaker'=> undef,
-    'Module::Build::Platform::Default'=> undef,
-    'Module::Build::Platform::MacOS'=> undef,
-    'Module::Build::Platform::Unix'=> undef,
-    'Module::Build::Platform::VMS'=> undef,
-    'Module::Build::Platform::VOS'=> undef,
-    'Module::Build::Platform::Windows'=> undef,
-    'Module::Build::Platform::aix'=> undef,
-    'Module::Build::Platform::cygwin'=> undef,
-    'Module::Build::Platform::darwin'=> undef,
-    'Module::Build::Platform::os2'=> undef,
-    'Module::Build::PodParser'=> undef,
-    'Module::Build::Version'=> undef,
-    'Module::Build::YAML'   => undef,
     'Module::Load'          => undef,
     'Module::Load::Conditional'=> undef,
     'Module::Loaded'        => undef,
     'Module::Metadata'      => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Module-Metadata',
+    'Module::Metadata::corpus::BOMTest::UTF16BE'=> undef,
+    'Module::Metadata::corpus::BOMTest::UTF16LE'=> undef,
+    'Module::Metadata::corpus::BOMTest::UTF8'=> undef,
     'NEXT'                  => undef,
     'Net::Cmd'              => undef,
     'Net::Config'           => undef,
@@ -10626,7 +12385,6 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'Net::POP3'             => undef,
     'Net::SMTP'             => undef,
     'Net::Time'             => undef,
-    'Package::Constants'    => undef,
     'Params::Check'         => undef,
     'Parse::CPAN::Meta'     => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Parse-CPAN-Meta',
     'Perl::OSType'          => 'https://github.com/dagolden/Perl-OSType/issues',
@@ -10689,6 +12447,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',
@@ -10734,16 +12493,62 @@ 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::Tester' => 'http://github.com/schwern/test-more/issues',
-    'Test::Builder::Tester::Color'=> '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/Test-More/test-more/issues/',
+    'Test::Builder::Tester::Color'=> 'http://github.com/Test-More/test-more/issues/',
+    'Test::CanFork'         => undef,
+    'Test::CanThread'       => undef,
     '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::More::DeepCheck' => undef,
+    'Test::More::DeepCheck::Strict'=> undef,
+    'Test::More::DeepCheck::Tolerant'=> undef,
+    'Test::More::Tools'     => undef,
+    'Test::MostlyLike'      => undef,
+    'Test::Simple'          => 'http://github.com/Test-More/test-more/issues/',
+    'Test::Stream'          => undef,
+    'Test::Stream::API'     => undef,
+    'Test::Stream::ArrayBase'=> undef,
+    'Test::Stream::ArrayBase::Meta'=> undef,
+    'Test::Stream::Block'   => undef,
+    'Test::Stream::Carp'    => undef,
+    'Test::Stream::Context' => undef,
+    'Test::Stream::Event'   => undef,
+    'Test::Stream::Event::Bail'=> undef,
+    'Test::Stream::Event::Child'=> undef,
+    'Test::Stream::Event::Diag'=> undef,
+    'Test::Stream::Event::Finish'=> undef,
+    'Test::Stream::Event::Note'=> undef,
+    'Test::Stream::Event::Ok'=> undef,
+    'Test::Stream::Event::Plan'=> undef,
+    'Test::Stream::Event::Subtest'=> undef,
+    'Test::Stream::ExitMagic'=> undef,
+    'Test::Stream::ExitMagic::Context'=> undef,
+    'Test::Stream::Exporter'=> undef,
+    'Test::Stream::Exporter::Meta'=> undef,
+    'Test::Stream::ForceExit'=> undef,
+    'Test::Stream::IOSets'  => undef,
+    'Test::Stream::Meta'    => undef,
+    'Test::Stream::PackageUtil'=> undef,
+    'Test::Stream::Subtest' => undef,
+    'Test::Stream::Tester'  => undef,
+    'Test::Stream::Tester::Checks'=> undef,
+    'Test::Stream::Tester::Checks::Event'=> undef,
+    'Test::Stream::Tester::Events'=> undef,
+    'Test::Stream::Tester::Events::Event'=> undef,
+    'Test::Stream::Tester::Grab'=> undef,
+    'Test::Stream::Threads' => undef,
+    'Test::Stream::Toolset' => undef,
+    'Test::Stream::Util'    => undef,
+    'Test::Tester'          => 'http://github.com/Test-More/test-more/issues/',
+    'Test::Tester::Capture' => 'http://github.com/Test-More/test-more/issues/',
+    'Test::Tester::CaptureRunner'=> 'http://github.com/Test-More/test-more/issues/',
+    'Test::Tester::Delegate'=> 'http://github.com/Test-More/test-more/issues/',
+    'Test::use::ok'         => 'http://github.com/Test-More/test-more/issues/',
     'Text::Balanced'        => undef,
     'Text::ParseWords'      => undef,
     'Text::Tabs'            => undef,
@@ -10767,18 +12572,22 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'Win32API::File'        => undef,
     'Win32API::File::ExtUtils::Myconst2perl'=> undef,
     'autodie'               => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie',
+    'autodie::Scope::Guard' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie',
+    'autodie::Scope::GuardStack'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie',
+    'autodie::ScopeUtil'    => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie',
     'autodie::exception'    => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie',
     'autodie::exception::system'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie',
     'autodie::hints'        => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie',
     'autodie::skip'         => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie',
     'encoding'              => undef,
     'encoding::warnings'    => undef,
-    'inc::latest'           => undef,
+    'experimental'          => 'http://rt.cpan.org/Public/Dist/Display.html?Name=experimental',
+    'ok'                    => 'http://github.com/Test-More/test-more/issues/',
     'parent'                => undef,
     'perlfaq'               => 'https://github.com/perl-doc-cats/perlfaq/issues',
-    'version'               => undef,
-    'version::regex'        => undef,
-    'version::vpp'          => undef,
+    'version'               => 'https://rt.cpan.org/Public/Dist/Display.html?Name=version',
+    'version::regex'        => 'https://rt.cpan.org/Public/Dist/Display.html?Name=version',
+    'version::vpp'          => 'https://rt.cpan.org/Public/Dist/Display.html?Name=version',
 );
 
 # Create aliases with trailing zeros for $] use
@@ -10786,6 +12595,7 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
 $released{'5.000'} = $released{5};
 $version{'5.000'} = $version{5};
 
+_create_aliases(\%delta);
 _create_aliases(\%released);
 _create_aliases(\%version);
 _create_aliases(\%deprecated);
@@ -10794,7 +12604,7 @@ sub _create_aliases {
     my ($hash) = @_;
 
     for my $version (keys %$hash) {
-        next unless $version >= 5.010;
+        next unless $version >= 5.006;
 
         my $padded = sprintf "%0.6f", $version;