This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl 5.20.1 today
[perl5.git] / dist / Module-CoreList / lib / Module / CoreList.pm
index 58083d6..863ecd3 100644 (file)
@@ -1,9 +1,10 @@
 package Module::CoreList;
 use strict;
 use vars qw/$VERSION %released %version %families %upstream
-           %bug_tracker %deprecated/;
+           %bug_tracker %deprecated %delta/;
 use Module::CoreList::TieHashDelta;
-$VERSION = '2.72';
+use version;
+$VERSION = '5.021004';
 
 my $dumpinc = 0;
 sub import {
@@ -78,6 +79,17 @@ sub is_deprecated {
     return $deprecated{$perl_version}{$module};
 }
 
+sub deprecated_in {
+    my $module = shift;
+    $module = shift if eval { $module->isa(__PACKAGE__) }
+      and scalar @_ and $_[0] =~ m#\A[a-zA-Z_][0-9a-zA-Z_]*(?:(::|')[0-9a-zA-Z_]+)*\z#;
+    return unless $module;
+    my @perls = grep { exists $deprecated{$_}{$module} } keys %deprecated;
+    return unless @perls;
+    require List::Util;
+    return List::Util::minstr(@perls);
+}
+
 sub removed_from {
   my @perls = &removed_raw;
   return shift @perls;
@@ -99,7 +111,9 @@ sub removed_raw {
 }
 
 sub changes_between {
-  my ($left_ver, $right_ver) = @_;
+  my $left_ver = shift;
+  $left_ver = shift if eval { $left_ver->isa(__PACKAGE__) };
+  my $right_ver = shift;
 
   my $left  = $version{ $left_ver };
   my $right = $version{ $right_ver };
@@ -188,6 +202,7 @@ sub changes_between {
     5.013011 => '2011-03-20',
     5.014000 => '2011-05-14',
     5.012004 => '2011-06-20',
+    5.012005 => '2012-11-10',
     5.014001 => '2011-06-16',
     5.015000 => '2011-06-20',
     5.015001 => '2011-07-20',
@@ -202,10 +217,44 @@ sub changes_between {
     5.015009 => '2012-03-20',
     5.016000 => '2012-05-20',
     5.016001 => '2012-08-08',
+    5.016002 => '2012-11-01',
     5.017000 => '2012-05-26',
     5.017001 => '2012-06-20',
     5.017002 => '2012-07-20',
     5.017003 => '2012-08-20',
+    5.017004 => '2012-09-20',
+    5.014003 => '2012-10-12',
+    5.017005 => '2012-10-20',
+    5.017006 => '2012-11-20',
+    5.017007 => '2012-12-18',
+    5.017008 => '2013-01-20',
+    5.017009 => '2013-02-20',
+    5.014004 => '2013-03-10',
+    5.016003 => '2013-03-11',
+    5.017010 => '2013-03-21',
+    5.017011 => '2013-04-20',
+    5.018000 => '2013-05-18',
+    5.019000 => '2013-05-20',
+    5.019001 => '2013-06-21',
+    5.019002 => '2013-07-22',
+    5.018001 => '2013-08-12',
+    5.019003 => '2013-08-20',
+    5.019004 => '2013-09-20',
+    5.019005 => '2013-10-20',
+    5.019006 => '2013-11-20',
+    5.019007 => '2013-12-20',
+    5.018002 => '2014-01-06',
+    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 => '????-??-??',
   );
 
 for my $version ( sort { $a <=> $b } keys %released ) {
@@ -213,7 +262,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
     push @{ $families{ $family }} , $version;
 }
 
-my %delta = (
+%delta = (
     5 => {
         changed => {
             'AnyDBM_File'           => undef,
@@ -538,6 +587,7 @@ my %delta = (
             'CPAN::FirstTime'       => '1.29 ',
             'DB_File'               => '1.60',
             'Data::Dumper'          => '2.09',
+            'Errno'                 => '1.09',
             'ExtUtils::Installed'   => '0.02',
             'ExtUtils::MM_Unix'     => '1.12601 ',
             'ExtUtils::MakeMaker'   => '5.4301',
@@ -586,6 +636,7 @@ my %delta = (
             'DB_File'               => '1.65',
             'Data::Dumper'          => '2.101',
             'Dumpvalue'             => undef,
+            'Errno'                 => '1.111',
             'ExtUtils::Install'     => '1.28',
             'ExtUtils::Liblist'     => '1.25',
             'ExtUtils::MM_Unix'     => '1.12602',
@@ -611,7 +662,6 @@ my %delta = (
         changed => {
             'CPAN::FirstTime'       => '1.36 ',
             'DB_File'               => '1.807',
-            'Errno'                 => '1.111',
             'ExtUtils::Install'     => '1.28 ',
             'ExtUtils::Liblist'     => '1.25 ',
             'ExtUtils::MM_Unix'     => '1.12602 ',
@@ -902,6 +952,7 @@ my %delta = (
             'CPAN::FirstTime'       => '1.54 ',
             'CPAN::Nox'             => '1.00_01',
             'Carp'                  => '1.01',
+            'Carp::Heavy'           => '1.01',
             'Class::ISA'            => '0.32',
             'Class::Struct'         => '0.61',
             'Cwd'                   => '2.06',
@@ -1156,7 +1207,6 @@ my %delta = (
             'warnings::register'    => '1.00',
         },
         removed => {
-            'Errno'                 => 1,
         }
     },
     5.008 => {
@@ -1171,7 +1221,6 @@ my %delta = (
             'CPAN'                  => '1.61',
             'CPAN::FirstTime'       => '1.56 ',
             'CPAN::Nox'             => '1.02',
-            'Carp::Heavy'           => 'undef',
             'Digest::MD5'           => '2.20',
             'Dumpvalue'             => '1.11',
             'Encode'                => '1.75',
@@ -1323,7 +1372,6 @@ my %delta = (
             'CPAN'                  => '1.76_01',
             'CPAN::FirstTime'       => '1.60 ',
             'CPAN::Nox'             => '1.03',
-            'Carp::Heavy'           => '1.01',
             'Class::Struct'         => '0.63',
             'Cwd'                   => '2.08',
             'DB_File'               => '1.806',
@@ -1472,7 +1520,7 @@ my %delta = (
             'Pod::Perldoc::ToPod'   => undef,
             'Pod::Perldoc::ToRtf'   => undef,
             'Pod::Perldoc::ToText'  => undef,
-            'Pod::Perldoc::ToTk'    => 'undef',
+            'Pod::Perldoc::ToTk'    => undef,
             'Pod::Perldoc::ToXml'   => undef,
             'Pod::PlainText'        => '2.01',
             'Pod::Text'             => '2.21',
@@ -1558,7 +1606,6 @@ my %delta = (
             'Net::Domain'           => '2.19',
             'Net::FTP'              => '2.72',
             'Pod::Perldoc'          => '3.11',
-            'Pod::Perldoc::ToTk'    => undef,
             'Time::HiRes'           => '1.52',
             'Unicode::Collate'      => '0.30',
             'Unicode::Normalize'    => '0.25',
@@ -1600,7 +1647,6 @@ my %delta = (
             'Pod::Html'             => '1.0502',
             'Pod::Parser'           => '1.14',
             'Pod::Perldoc'          => '3.12',
-            'Pod::Perldoc::ToTk'    => 'undef',
             'Pod::PlainText'        => '2.02',
             'Storable'              => '2.09',
             'Test::Harness'         => '2.40',
@@ -1669,6 +1715,7 @@ my %delta = (
             'Time::HiRes'           => '1.59',
             'Unicode'               => '4.0.1',
             'Unicode::UCD'          => '0.22',
+            'Win32'                 => '0.23',
             'base'                  => '2.05',
             'bigint'                => '0.05',
             'bignum'                => '0.15',
@@ -1689,6 +1736,7 @@ my %delta = (
             'CGI::Carp'             => '1.28',
             'CGI::Util'             => '1.5',
             'Carp'                  => '1.03',
+            'Carp::Heavy'           => '1.03',
             'Cwd'                   => '2.19',
             'DB_File'               => '1.809',
             'Digest'                => '1.08',
@@ -1771,7 +1819,6 @@ my %delta = (
             'B::Deparse'            => '0.69',
             'B::Lint'               => '1.03',
             'B::Showlex'            => '1.02',
-            'Carp::Heavy'           => '1.03',
             'Cwd'                   => '3.01',
             'DB_File'               => '1.810',
             'Data::Dumper'          => '2.121_02',
@@ -1854,7 +1901,6 @@ my %delta = (
             'Pod::ParseUtils'       => '1.3',
             'Pod::Parser'           => '1.3',
             'Pod::Perldoc'          => '3.14',
-            'Pod::Perldoc::ToTk'    => undef,
             'Pod::Select'           => '1.3',
             'Pod::Usage'            => '1.3',
             'SelectSaver'           => '1.01',
@@ -1893,11 +1939,6 @@ my %delta = (
             '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 => {
@@ -1990,6 +2031,9 @@ my %delta = (
             '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',
@@ -2241,6 +2285,8 @@ my %delta = (
             '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',
@@ -2343,7 +2389,6 @@ my %delta = (
             'Fatal'                 => '1.04',
             'OS2::DLL'              => '1.02',
             'Opcode'                => '1.06',
-            'Pod::Perldoc::ToTk'    => 'undef',
             'Time::HiRes'           => '1.51',
             'Unicode::Collate'      => '0.28',
             'Unicode::Normalize'    => '0.23',
@@ -3041,6 +3086,7 @@ my %delta = (
             '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',
@@ -3595,6 +3641,8 @@ my %delta = (
             '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',
@@ -3901,6 +3949,8 @@ my %delta = (
             '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',
@@ -4344,7 +4394,19 @@ my %delta = (
             'Module::CoreList'      => '2.50',
         },
         removed => {
-            'ExtUtils::Miniperl'    => 1,
+        }
+    },
+    5.012005 => {
+        delta_from => 5.012004,
+        changed => {
+            'B::Concise'            => '0.78_01',
+            'Encode'                => '2.39_01',
+            'File::Glob'            => '1.07_01',
+            'Module::CoreList'      => '2.50_02',
+            'Unicode::UCD'          => '0.29',
+            'charnames'             => '1.07_01',
+        },
+        removed => {
         }
     },
     5.013 => {
@@ -4628,7 +4690,6 @@ my %delta = (
             'warnings'              => '1.10',
         },
         removed => {
-            'ExtUtils::Miniperl'    => 1,
             'TAP::Parser::Source::Perl'=> 1,
         }
     },
@@ -4649,7 +4710,6 @@ my %delta = (
             'Compress::Raw::Bzip2'  => '2.030',
             'Compress::Raw::Zlib'   => '2.030',
             'Compress::Zlib'        => '2.030',
-            'ExtUtils::Miniperl'    => undef,
             'ExtUtils::ParseXS'     => '2.2207',
             'File::Spec'            => '3.31_01',
             'I18N::Langinfo'        => '0.04',
@@ -5201,6 +5261,7 @@ my %delta = (
             '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',
@@ -5311,6 +5372,7 @@ my %delta = (
             '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',
@@ -5567,7 +5629,26 @@ my %delta = (
             'Module::CoreList'      => '2.49_02',
             'PerlIO::scalar'        => '0.11_01',
             'Time::Piece::Seconds'  => undef,
-            'XSLoader::XSLoader'    => '0.13',
+        },
+        removed => {
+        }
+    },
+    5.014003 => {
+        delta_from => 5.014002,
+        changed => {
+            'Digest'                => '1.16_01',
+            'IPC::Open3'            => '1.09_01',
+            'Module::CoreList'      => '2.49_04',
+        },
+        removed => {
+        }
+    },
+    5.014004 => {
+        delta_from => 5.014003,
+        changed => {
+            'Encode'                => '2.42_02',
+            'IPC::Open3'            => '1.0901',
+            'Module::CoreList'      => '2.49_06',
         },
         removed => {
         }
@@ -5786,6 +5867,7 @@ my %delta = (
             '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',
@@ -6527,7 +6609,6 @@ my %delta = (
             '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',
@@ -6718,6 +6799,24 @@ my %delta = (
         removed => {
         }
     },
+    5.016002 => {
+        delta_from => 5.016001,
+        changed => {
+            'Module::CoreList'      => '2.76',
+        },
+        removed => {
+        }
+    },
+    5.016003 => {
+        delta_from => 5.016002,
+        changed => {
+            'Encode'                => '2.44_01',
+            'Module::CoreList'      => '2.76_02',
+            'XS::APItest'           => '0.39',
+        },
+        removed => {
+        }
+    },
     5.017 => {
         delta_from => 5.016,
         changed => {
@@ -6732,7 +6831,6 @@ my %delta = (
             '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',
@@ -7160,195 +7258,3398 @@ my %delta = (
         removed => {
         }
     },
-);
-
-for my $version (sort { $a <=> $b } keys %delta) {
-    my $data = $delta{$version};
-
-    tie %{$version{$version}}, 'Module::CoreList::TieHashDelta',
-        $data->{changed}, $data->{removed},
-        $data->{delta_from} ? $version{$data->{delta_from}} : undef;
-}
-
-%deprecated = (
-    5.011 => {
-       'Class::ISA'            => '1',
-       'Pod::Plainer'          => '1',
-       'Shell'                 => '1',
-       'Switch'                => '1',
+    5.017004 => {
+        delta_from => 5.017003,
+        changed => {
+            'Archive::Tar'          => '1.90',
+            'Archive::Tar::Constant'=> '1.90',
+            'Archive::Tar::File'    => '1.90',
+            'B'                     => '1.38',
+            'B::Concise'            => '0.93',
+            'B::Deparse'            => '1.17',
+            'B::Xref'               => '1.04',
+            'CPANPLUS'              => '0.9131',
+            'CPANPLUS::Internals'   => '0.9131',
+            'CPANPLUS::Shell::Default'=> '0.9131',
+            'DB_File'               => '1.827',
+            'Devel::Peek'           => '1.10',
+            'DynaLoader'            => '1.16',
+            'Errno'                 => '1.16',
+            'ExtUtils::ParseXS'     => '3.18',
+            'ExtUtils::ParseXS::Constants'=> '3.18',
+            'ExtUtils::ParseXS::CountLines'=> '3.18',
+            'ExtUtils::ParseXS::Utilities'=> '3.18',
+            'File::Copy'            => '2.24',
+            'File::Find'            => '1.22',
+            'IPC::Open3'            => '1.13',
+            'Locale::Codes'         => '3.23',
+            'Locale::Codes::Constants'=> '3.23',
+            'Locale::Codes::Country'=> '3.23',
+            'Locale::Codes::Country_Codes'=> '3.23',
+            'Locale::Codes::Country_Retired'=> '3.23',
+            'Locale::Codes::Currency'=> '3.23',
+            'Locale::Codes::Currency_Codes'=> '3.23',
+            'Locale::Codes::Currency_Retired'=> '3.23',
+            'Locale::Codes::LangExt'=> '3.23',
+            'Locale::Codes::LangExt_Codes'=> '3.23',
+            'Locale::Codes::LangExt_Retired'=> '3.23',
+            'Locale::Codes::LangFam'=> '3.23',
+            'Locale::Codes::LangFam_Codes'=> '3.23',
+            'Locale::Codes::LangFam_Retired'=> '3.23',
+            'Locale::Codes::LangVar'=> '3.23',
+            'Locale::Codes::LangVar_Codes'=> '3.23',
+            'Locale::Codes::LangVar_Retired'=> '3.23',
+            'Locale::Codes::Language'=> '3.23',
+            'Locale::Codes::Language_Codes'=> '3.23',
+            'Locale::Codes::Language_Retired'=> '3.23',
+            'Locale::Codes::Script' => '3.23',
+            'Locale::Codes::Script_Codes'=> '3.23',
+            'Locale::Codes::Script_Retired'=> '3.23',
+            'Locale::Country'       => '3.23',
+            'Locale::Currency'      => '3.23',
+            'Locale::Language'      => '3.23',
+            'Locale::Script'        => '3.23',
+            'Math::BigFloat::Trace' => '0.30',
+            'Math::BigInt::Trace'   => '0.30',
+            'Module::CoreList'      => '2.73',
+            'Module::CoreList::TieHashDelta'=> '2.73',
+            'Opcode'                => '1.24',
+            'Socket'                => '2.006',
+            'Storable'              => '2.39',
+            'Sys::Syslog'           => '0.32',
+            'Unicode::UCD'          => '0.46',
+            'XS::APItest'           => '0.43',
+            'bignum'                => '0.30',
+            'bigrat'                => '0.30',
+            'constant'              => '1.24',
+            'feature'               => '1.30',
+            'threads::shared'       => '1.41',
+            'version'               => '0.9901',
+            'warnings'              => '1.14',
+        },
+        removed => {
+        }
     },
-    5.011001 => {
-       'Class::ISA'            => '1',
-       'Pod::Plainer'          => '1',
-       'Shell'                 => '1',
-       'Switch'                => '1',
+    5.017005 => {
+        delta_from => 5.017004,
+        changed => {
+            'AutoLoader'            => '5.73',
+            'B'                     => '1.39',
+            'B::Deparse'            => '1.18',
+            'CPANPLUS'              => '0.9133',
+            'CPANPLUS::Internals'   => '0.9133',
+            'CPANPLUS::Shell::Default'=> '0.9133',
+            'Carp'                  => '1.27',
+            'Carp::Heavy'           => '1.27',
+            'Data::Dumper'          => '2.136',
+            'Digest::SHA'           => '5.72',
+            'ExtUtils::CBuilder'    => '0.280209',
+            'ExtUtils::CBuilder::Base'=> '0.280209',
+            'ExtUtils::CBuilder::Platform::Unix'=> '0.280209',
+            'ExtUtils::CBuilder::Platform::VMS'=> '0.280209',
+            'ExtUtils::CBuilder::Platform::Windows'=> '0.280209',
+            'ExtUtils::CBuilder::Platform::Windows::BCC'=> '0.280209',
+            'ExtUtils::CBuilder::Platform::Windows::GCC'=> '0.280209',
+            'ExtUtils::CBuilder::Platform::Windows::MSVC'=> '0.280209',
+            'ExtUtils::CBuilder::Platform::aix'=> '0.280209',
+            'ExtUtils::CBuilder::Platform::cygwin'=> '0.280209',
+            'ExtUtils::CBuilder::Platform::darwin'=> '0.280209',
+            'ExtUtils::CBuilder::Platform::dec_osf'=> '0.280209',
+            'ExtUtils::CBuilder::Platform::os2'=> '0.280209',
+            'File::Copy'            => '2.25',
+            'File::Glob'            => '1.18',
+            'HTTP::Tiny'            => '0.024',
+            'Module::CoreList'      => '2.75',
+            'Module::CoreList::TieHashDelta'=> '2.75',
+            'PerlIO::encoding'      => '0.16',
+            'Unicode::Collate'      => '0.90',
+            'Unicode::Collate::Locale'=> '0.90',
+            'Unicode::Normalize'    => '1.15',
+            'Win32CORE'             => '0.04',
+            'XS::APItest'           => '0.44',
+            'attributes'            => '0.21',
+            'bigint'                => '0.31',
+            'bignum'                => '0.31',
+            'bigrat'                => '0.31',
+            'feature'               => '1.31',
+            'threads::shared'       => '1.42',
+            'warnings'              => '1.15',
+        },
+        removed => {
+        }
     },
-    5.011002 => {
-       'Class::ISA'            => '1',
-       'Pod::Plainer'          => '1',
-       'Shell'                 => '1',
-       'Switch'                => '1',
+    5.017006 => {
+        delta_from => 5.017005,
+        changed => {
+            'B'                     => '1.40',
+            'B::Concise'            => '0.94',
+            'B::Deparse'            => '1.19',
+            'B::Xref'               => '1.05',
+            'CGI'                   => '3.63',
+            'CGI::Util'             => '3.62',
+            'CPAN'                  => '1.99_51',
+            'CPANPLUS::Dist::Build' => '0.64',
+            'CPANPLUS::Dist::Build::Constants'=> '0.64',
+            'Carp'                  => '1.28',
+            'Carp::Heavy'           => '1.28',
+            'Compress::Raw::Bzip2'  => '2.058',
+            'Compress::Raw::Zlib'   => '2.058',
+            'Compress::Zlib'        => '2.058',
+            'Data::Dumper'          => '2.137',
+            'Digest::SHA'           => '5.73',
+            'DynaLoader'            => '1.17',
+            'Env'                   => '1.04',
+            'Errno'                 => '1.17',
+            'ExtUtils::Manifest'    => '1.62',
+            'ExtUtils::Typemaps'    => '3.18',
+            'ExtUtils::Typemaps::Cmd'=> '3.18',
+            'ExtUtils::Typemaps::InputMap'=> '3.18',
+            'ExtUtils::Typemaps::OutputMap'=> '3.18',
+            'ExtUtils::Typemaps::Type'=> '3.18',
+            'Fatal'                 => '2.13',
+            'File::Find'            => '1.23',
+            'Hash::Util'            => '0.13',
+            'IO::Compress::Adapter::Bzip2'=> '2.058',
+            'IO::Compress::Adapter::Deflate'=> '2.058',
+            'IO::Compress::Adapter::Identity'=> '2.058',
+            'IO::Compress::Base'    => '2.058',
+            'IO::Compress::Base::Common'=> '2.058',
+            'IO::Compress::Bzip2'   => '2.058',
+            'IO::Compress::Deflate' => '2.058',
+            'IO::Compress::Gzip'    => '2.058',
+            'IO::Compress::Gzip::Constants'=> '2.058',
+            'IO::Compress::RawDeflate'=> '2.058',
+            'IO::Compress::Zip'     => '2.058',
+            'IO::Compress::Zip::Constants'=> '2.058',
+            'IO::Compress::Zlib::Constants'=> '2.058',
+            'IO::Compress::Zlib::Extra'=> '2.058',
+            'IO::Uncompress::Adapter::Bunzip2'=> '2.058',
+            'IO::Uncompress::Adapter::Identity'=> '2.058',
+            'IO::Uncompress::Adapter::Inflate'=> '2.058',
+            'IO::Uncompress::AnyInflate'=> '2.058',
+            'IO::Uncompress::AnyUncompress'=> '2.058',
+            'IO::Uncompress::Base'  => '2.058',
+            'IO::Uncompress::Bunzip2'=> '2.058',
+            'IO::Uncompress::Gunzip'=> '2.058',
+            'IO::Uncompress::Inflate'=> '2.058',
+            'IO::Uncompress::RawInflate'=> '2.058',
+            'IO::Uncompress::Unzip' => '2.058',
+            'Module::CoreList'      => '2.78',
+            'Module::CoreList::TieHashDelta'=> '2.77',
+            'Module::Pluggable'     => '4.5',
+            'Module::Pluggable::Object'=> '4.5',
+            'Opcode'                => '1.25',
+            'Sys::Hostname'         => '1.17',
+            'Term::UI'              => '0.32',
+            'Thread::Queue'         => '3.01',
+            'Tie::Hash::NamedCapture'=> '0.09',
+            'Unicode::Collate'      => '0.93',
+            'Unicode::Collate::CJK::Korean'=> '0.93',
+            'Unicode::Collate::Locale'=> '0.93',
+            'Unicode::Normalize'    => '1.16',
+            'Unicode::UCD'          => '0.47',
+            'XS::APItest'           => '0.46',
+            '_charnames'            => '1.33',
+            'autodie'               => '2.13',
+            'autodie::exception'    => '2.13',
+            'autodie::exception::system'=> '2.13',
+            'autodie::hints'        => '2.13',
+            'charnames'             => '1.33',
+            're'                    => '0.23',
+        },
+        removed => {
+        }
     },
-    5.011003 => {
-       'Class::ISA'            => '1',
-       'Pod::Plainer'          => '1',
-       'Shell'                 => '1',
-       'Switch'                => '1',
+    5.017007 => {
+        delta_from => 5.017006,
+        changed => {
+            'B'                     => '1.41',
+            'CPANPLUS::Dist::Build' => '0.68',
+            'CPANPLUS::Dist::Build::Constants'=> '0.68',
+            'Compress::Raw::Bzip2'  => '2.059',
+            'Compress::Raw::Zlib'   => '2.059',
+            'Compress::Zlib'        => '2.059',
+            'Cwd'                   => '3.39_03',
+            'Data::Dumper'          => '2.139',
+            'Devel::Peek'           => '1.11',
+            'Digest::SHA'           => '5.80',
+            'DynaLoader'            => '1.18',
+            'English'               => '1.06',
+            'Errno'                 => '1.18',
+            'ExtUtils::Command::MM' => '6.64',
+            'ExtUtils::Liblist'     => '6.64',
+            'ExtUtils::Liblist::Kid'=> '6.64',
+            'ExtUtils::MM'          => '6.64',
+            'ExtUtils::MM_AIX'      => '6.64',
+            'ExtUtils::MM_Any'      => '6.64',
+            'ExtUtils::MM_BeOS'     => '6.64',
+            'ExtUtils::MM_Cygwin'   => '6.64',
+            'ExtUtils::MM_DOS'      => '6.64',
+            'ExtUtils::MM_Darwin'   => '6.64',
+            'ExtUtils::MM_MacOS'    => '6.64',
+            'ExtUtils::MM_NW5'      => '6.64',
+            'ExtUtils::MM_OS2'      => '6.64',
+            'ExtUtils::MM_QNX'      => '6.64',
+            'ExtUtils::MM_UWIN'     => '6.64',
+            'ExtUtils::MM_Unix'     => '6.64',
+            'ExtUtils::MM_VMS'      => '6.64',
+            'ExtUtils::MM_VOS'      => '6.64',
+            'ExtUtils::MM_Win32'    => '6.64',
+            'ExtUtils::MM_Win95'    => '6.64',
+            'ExtUtils::MY'          => '6.64',
+            'ExtUtils::MakeMaker'   => '6.64',
+            'ExtUtils::MakeMaker::Config'=> '6.64',
+            'ExtUtils::Mkbootstrap' => '6.64',
+            'ExtUtils::Mksymlists'  => '6.64',
+            'ExtUtils::testlib'     => '6.64',
+            'File::DosGlob'         => '1.09',
+            'File::Glob'            => '1.19',
+            'GDBM_File'             => '1.15',
+            'IO::Compress::Adapter::Bzip2'=> '2.059',
+            'IO::Compress::Adapter::Deflate'=> '2.059',
+            'IO::Compress::Adapter::Identity'=> '2.059',
+            'IO::Compress::Base'    => '2.059',
+            'IO::Compress::Base::Common'=> '2.059',
+            'IO::Compress::Bzip2'   => '2.059',
+            'IO::Compress::Deflate' => '2.059',
+            'IO::Compress::Gzip'    => '2.059',
+            'IO::Compress::Gzip::Constants'=> '2.059',
+            'IO::Compress::RawDeflate'=> '2.059',
+            'IO::Compress::Zip'     => '2.059',
+            'IO::Compress::Zip::Constants'=> '2.059',
+            'IO::Compress::Zlib::Constants'=> '2.059',
+            'IO::Compress::Zlib::Extra'=> '2.059',
+            'IO::Uncompress::Adapter::Bunzip2'=> '2.059',
+            'IO::Uncompress::Adapter::Identity'=> '2.059',
+            'IO::Uncompress::Adapter::Inflate'=> '2.059',
+            'IO::Uncompress::AnyInflate'=> '2.059',
+            'IO::Uncompress::AnyUncompress'=> '2.059',
+            'IO::Uncompress::Base'  => '2.059',
+            'IO::Uncompress::Bunzip2'=> '2.059',
+            'IO::Uncompress::Gunzip'=> '2.059',
+            'IO::Uncompress::Inflate'=> '2.059',
+            'IO::Uncompress::RawInflate'=> '2.059',
+            'IO::Uncompress::Unzip' => '2.059',
+            'List::Util'            => '1.26',
+            'List::Util::XS'        => '1.26',
+            'Locale::Codes'         => '3.24',
+            'Locale::Codes::Constants'=> '3.24',
+            'Locale::Codes::Country'=> '3.24',
+            'Locale::Codes::Country_Codes'=> '3.24',
+            'Locale::Codes::Country_Retired'=> '3.24',
+            'Locale::Codes::Currency'=> '3.24',
+            'Locale::Codes::Currency_Codes'=> '3.24',
+            'Locale::Codes::Currency_Retired'=> '3.24',
+            'Locale::Codes::LangExt'=> '3.24',
+            'Locale::Codes::LangExt_Codes'=> '3.24',
+            'Locale::Codes::LangExt_Retired'=> '3.24',
+            'Locale::Codes::LangFam'=> '3.24',
+            'Locale::Codes::LangFam_Codes'=> '3.24',
+            'Locale::Codes::LangFam_Retired'=> '3.24',
+            'Locale::Codes::LangVar'=> '3.24',
+            'Locale::Codes::LangVar_Codes'=> '3.24',
+            'Locale::Codes::LangVar_Retired'=> '3.24',
+            'Locale::Codes::Language'=> '3.24',
+            'Locale::Codes::Language_Codes'=> '3.24',
+            'Locale::Codes::Language_Retired'=> '3.24',
+            'Locale::Codes::Script' => '3.24',
+            'Locale::Codes::Script_Codes'=> '3.24',
+            'Locale::Codes::Script_Retired'=> '3.24',
+            'Locale::Country'       => '3.24',
+            'Locale::Currency'      => '3.24',
+            'Locale::Language'      => '3.24',
+            'Locale::Maketext'      => '1.23',
+            'Locale::Script'        => '3.24',
+            'Module::CoreList'      => '2.79',
+            'Module::CoreList::TieHashDelta'=> '2.79',
+            'POSIX'                 => '1.32',
+            'Scalar::Util'          => '1.26',
+            'Socket'                => '2.006_001',
+            'Storable'              => '2.40',
+            'Term::ReadLine'        => '1.11',
+            'Unicode::Collate'      => '0.96',
+            'Unicode::Collate::CJK::Stroke'=> '0.94',
+            'Unicode::Collate::CJK::Zhuyin'=> '0.94',
+            'Unicode::Collate::Locale'=> '0.96',
+            'XS::APItest'           => '0.48',
+            'XS::Typemap'           => '0.09',
+            '_charnames'            => '1.34',
+            'charnames'             => '1.34',
+            'feature'               => '1.32',
+            'mro'                   => '1.10',
+            'sigtrap'               => '1.07',
+            'sort'                  => '2.02',
+        },
+        removed => {
+        }
     },
-    5.011004 => {
-       'Class::ISA'            => '1',
-       'Pod::Plainer'          => '1',
-       'Shell'                 => '1',
-       'Switch'                => '1',
+    5.017008 => {
+        delta_from => 5.017007,
+        changed => {
+            'Archive::Extract'      => '0.62',
+            'B'                     => '1.42',
+            'B::Concise'            => '0.95',
+            'Compress::Raw::Bzip2'  => '2.060',
+            'Compress::Raw::Zlib'   => '2.060',
+            'Compress::Zlib'        => '2.060',
+            'Cwd'                   => '3.40',
+            'Data::Dumper'          => '2.141',
+            'Digest::SHA'           => '5.81',
+            'ExtUtils::Install'     => '1.59',
+            'File::Fetch'           => '0.38',
+            'File::Path'            => '2.09',
+            'File::Spec'            => '3.40',
+            'File::Spec::Cygwin'    => '3.40',
+            'File::Spec::Epoc'      => '3.40',
+            'File::Spec::Functions' => '3.40',
+            'File::Spec::Mac'       => '3.40',
+            'File::Spec::OS2'       => '3.40',
+            'File::Spec::Unix'      => '3.40',
+            'File::Spec::VMS'       => '3.40',
+            'File::Spec::Win32'     => '3.40',
+            'HTTP::Tiny'            => '0.025',
+            'Hash::Util'            => '0.14',
+            'I18N::LangTags'        => '0.39',
+            'I18N::LangTags::List'  => '0.39',
+            'I18N::Langinfo'        => '0.09',
+            'IO'                    => '1.26',
+            'IO::Compress::Adapter::Bzip2'=> '2.060',
+            'IO::Compress::Adapter::Deflate'=> '2.060',
+            'IO::Compress::Adapter::Identity'=> '2.060',
+            'IO::Compress::Base'    => '2.060',
+            'IO::Compress::Base::Common'=> '2.060',
+            'IO::Compress::Bzip2'   => '2.060',
+            'IO::Compress::Deflate' => '2.060',
+            'IO::Compress::Gzip'    => '2.060',
+            'IO::Compress::Gzip::Constants'=> '2.060',
+            'IO::Compress::RawDeflate'=> '2.060',
+            'IO::Compress::Zip'     => '2.060',
+            'IO::Compress::Zip::Constants'=> '2.060',
+            'IO::Compress::Zlib::Constants'=> '2.060',
+            'IO::Compress::Zlib::Extra'=> '2.060',
+            'IO::Uncompress::Adapter::Bunzip2'=> '2.060',
+            'IO::Uncompress::Adapter::Identity'=> '2.060',
+            'IO::Uncompress::Adapter::Inflate'=> '2.060',
+            'IO::Uncompress::AnyInflate'=> '2.060',
+            'IO::Uncompress::AnyUncompress'=> '2.060',
+            'IO::Uncompress::Base'  => '2.060',
+            'IO::Uncompress::Bunzip2'=> '2.060',
+            'IO::Uncompress::Gunzip'=> '2.060',
+            'IO::Uncompress::Inflate'=> '2.060',
+            'IO::Uncompress::RawInflate'=> '2.060',
+            'IO::Uncompress::Unzip' => '2.060',
+            'List::Util'            => '1.27',
+            'List::Util::XS'        => '1.27',
+            'Module::CoreList'      => '2.80',
+            'Module::CoreList::TieHashDelta'=> '2.80',
+            'Pod::Html'             => '1.17',
+            'Pod::LaTeX'            => '0.61',
+            'Pod::Man'              => '2.27',
+            'Pod::Text'             => '3.17',
+            'Pod::Text::Color'      => '2.07',
+            'Pod::Text::Overstrike' => '2.05',
+            'Pod::Text::Termcap'    => '2.07',
+            'Safe'                  => '2.34',
+            'Scalar::Util'          => '1.27',
+            'Socket'                => '2.009',
+            'Term::ANSIColor'       => '4.02',
+            'Test'                  => '1.26',
+            'Unicode::Collate'      => '0.97',
+            'XS::APItest'           => '0.51',
+            'XS::Typemap'           => '0.10',
+            '_charnames'            => '1.35',
+            'charnames'             => '1.35',
+            'constant'              => '1.25',
+            'diagnostics'           => '1.31',
+            'threads::shared'       => '1.43',
+            'warnings'              => '1.16',
+        },
+        removed => {
+        }
     },
-    5.011005 => {
-       'Class::ISA'            => '1',
-       'Pod::Plainer'          => '1',
-       'Shell'                 => '1',
-       'Switch'                => '1',
-    },
-    5.012000 => {
-       'Class::ISA'            => '1',
-       'Pod::Plainer'          => '1',
-       'Shell'                 => '1',
-       'Switch'                => '1',
-    },
-    5.013000 => {
-       'Class::ISA'            => '1',
-       'Pod::Plainer'          => '1',
-       'Shell'                 => '1',
-       'Switch'                => '1',
+    5.017009 => {
+        delta_from => 5.017008,
+        changed => {
+            'App::Cpan'             => '1.60_02',
+            'App::Prove'            => '3.26',
+            'App::Prove::State'     => '3.26',
+            'App::Prove::State::Result'=> '3.26',
+            'App::Prove::State::Result::Test'=> '3.26',
+            'Archive::Extract'      => '0.68',
+            'Attribute::Handlers'   => '0.94',
+            'B::Lint'               => '1.17',
+            'B::Lint::Debug'        => '1.17',
+            'Benchmark'             => '1.14',
+            'CPAN'                  => '2.00',
+            'CPAN::Distribution'    => '2.00',
+            'CPAN::FirstTime'       => '5.5304',
+            'CPAN::Nox'             => '5.5001',
+            'CPANPLUS'              => '0.9135',
+            'CPANPLUS::Backend'     => '0.9135',
+            'CPANPLUS::Backend::RV' => '0.9135',
+            'CPANPLUS::Config'      => '0.9135',
+            'CPANPLUS::Config::HomeEnv'=> '0.9135',
+            'CPANPLUS::Configure'   => '0.9135',
+            'CPANPLUS::Configure::Setup'=> '0.9135',
+            'CPANPLUS::Dist'        => '0.9135',
+            'CPANPLUS::Dist::Autobundle'=> '0.9135',
+            'CPANPLUS::Dist::Base'  => '0.9135',
+            'CPANPLUS::Dist::Build' => '0.70',
+            'CPANPLUS::Dist::Build::Constants'=> '0.70',
+            'CPANPLUS::Dist::MM'    => '0.9135',
+            'CPANPLUS::Dist::Sample'=> '0.9135',
+            'CPANPLUS::Error'       => '0.9135',
+            'CPANPLUS::Internals'   => '0.9135',
+            'CPANPLUS::Internals::Constants'=> '0.9135',
+            'CPANPLUS::Internals::Constants::Report'=> '0.9135',
+            'CPANPLUS::Internals::Extract'=> '0.9135',
+            'CPANPLUS::Internals::Fetch'=> '0.9135',
+            'CPANPLUS::Internals::Report'=> '0.9135',
+            'CPANPLUS::Internals::Search'=> '0.9135',
+            'CPANPLUS::Internals::Source'=> '0.9135',
+            'CPANPLUS::Internals::Source::Memory'=> '0.9135',
+            'CPANPLUS::Internals::Source::SQLite'=> '0.9135',
+            'CPANPLUS::Internals::Source::SQLite::Tie'=> '0.9135',
+            'CPANPLUS::Internals::Utils'=> '0.9135',
+            'CPANPLUS::Internals::Utils::Autoflush'=> '0.9135',
+            'CPANPLUS::Module'      => '0.9135',
+            'CPANPLUS::Module::Author'=> '0.9135',
+            'CPANPLUS::Module::Author::Fake'=> '0.9135',
+            'CPANPLUS::Module::Checksums'=> '0.9135',
+            'CPANPLUS::Module::Fake'=> '0.9135',
+            'CPANPLUS::Module::Signature'=> '0.9135',
+            'CPANPLUS::Selfupdate'  => '0.9135',
+            'CPANPLUS::Shell'       => '0.9135',
+            'CPANPLUS::Shell::Classic'=> '0.9135',
+            'CPANPLUS::Shell::Default'=> '0.9135',
+            'CPANPLUS::Shell::Default::Plugins::CustomSource'=> '0.9135',
+            'CPANPLUS::Shell::Default::Plugins::Remote'=> '0.9135',
+            'CPANPLUS::Shell::Default::Plugins::Source'=> '0.9135',
+            'Config'                => '5.017009',
+            'Config::Perl::V'       => '0.17',
+            'DBM_Filter'            => '0.05',
+            'Data::Dumper'          => '2.142',
+            'Digest::SHA'           => '5.82',
+            'Encode'                => '2.48',
+            'ExtUtils::Installed'   => '1.999003',
+            'ExtUtils::Manifest'    => '1.63',
+            'ExtUtils::ParseXS::Utilities'=> '3.19',
+            'ExtUtils::Typemaps'    => '3.19',
+            'File::CheckTree'       => '4.42',
+            'File::DosGlob'         => '1.10',
+            'File::Temp'            => '0.22_90',
+            'Filter::Simple'        => '0.89',
+            'IO'                    => '1.27',
+            'Log::Message'          => '0.06',
+            'Log::Message::Config'  => '0.06',
+            'Log::Message::Handlers'=> '0.06',
+            'Log::Message::Item'    => '0.06',
+            'Log::Message::Simple'  => '0.10',
+            'Math::BigInt'          => '1.999',
+            'Module::CoreList'      => '2.82',
+            'Module::CoreList::TieHashDelta'=> '2.82',
+            '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',
+            'Pod::Find'             => '1.60',
+            'Pod::Html'             => '1.18',
+            'Pod::InputObjects'     => '1.60',
+            'Pod::ParseUtils'       => '1.60',
+            'Pod::Parser'           => '1.60',
+            'Pod::Perldoc'          => '3.19',
+            'Pod::Perldoc::BaseTo'  => '3.19',
+            'Pod::Perldoc::GetOptsOO'=> '3.19',
+            'Pod::Perldoc::ToANSI'  => '3.19',
+            'Pod::Perldoc::ToChecker'=> '3.19',
+            'Pod::Perldoc::ToMan'   => '3.19',
+            'Pod::Perldoc::ToNroff' => '3.19',
+            'Pod::Perldoc::ToPod'   => '3.19',
+            'Pod::Perldoc::ToRtf'   => '3.19',
+            'Pod::Perldoc::ToTerm'  => '3.19',
+            'Pod::Perldoc::ToText'  => '3.19',
+            'Pod::Perldoc::ToTk'    => '3.19',
+            'Pod::Perldoc::ToXml'   => '3.19',
+            'Pod::PlainText'        => '2.06',
+            'Pod::Select'           => '1.60',
+            'Pod::Usage'            => '1.61',
+            'SelfLoader'            => '1.21',
+            'TAP::Base'             => '3.26',
+            'TAP::Formatter::Base'  => '3.26',
+            'TAP::Formatter::Color' => '3.26',
+            'TAP::Formatter::Console'=> '3.26',
+            'TAP::Formatter::Console::ParallelSession'=> '3.26',
+            'TAP::Formatter::Console::Session'=> '3.26',
+            'TAP::Formatter::File'  => '3.26',
+            'TAP::Formatter::File::Session'=> '3.26',
+            'TAP::Formatter::Session'=> '3.26',
+            'TAP::Harness'          => '3.26',
+            'TAP::Object'           => '3.26',
+            'TAP::Parser'           => '3.26',
+            'TAP::Parser::Aggregator'=> '3.26',
+            'TAP::Parser::Grammar'  => '3.26',
+            'TAP::Parser::Iterator' => '3.26',
+            'TAP::Parser::Iterator::Array'=> '3.26',
+            'TAP::Parser::Iterator::Process'=> '3.26',
+            'TAP::Parser::Iterator::Stream'=> '3.26',
+            'TAP::Parser::IteratorFactory'=> '3.26',
+            'TAP::Parser::Multiplexer'=> '3.26',
+            'TAP::Parser::Result'   => '3.26',
+            'TAP::Parser::Result::Bailout'=> '3.26',
+            'TAP::Parser::Result::Comment'=> '3.26',
+            'TAP::Parser::Result::Plan'=> '3.26',
+            'TAP::Parser::Result::Pragma'=> '3.26',
+            'TAP::Parser::Result::Test'=> '3.26',
+            'TAP::Parser::Result::Unknown'=> '3.26',
+            'TAP::Parser::Result::Version'=> '3.26',
+            'TAP::Parser::Result::YAML'=> '3.26',
+            'TAP::Parser::ResultFactory'=> '3.26',
+            'TAP::Parser::Scheduler'=> '3.26',
+            'TAP::Parser::Scheduler::Job'=> '3.26',
+            'TAP::Parser::Scheduler::Spinner'=> '3.26',
+            'TAP::Parser::Source'   => '3.26',
+            'TAP::Parser::SourceHandler'=> '3.26',
+            'TAP::Parser::SourceHandler::Executable'=> '3.26',
+            'TAP::Parser::SourceHandler::File'=> '3.26',
+            'TAP::Parser::SourceHandler::Handle'=> '3.26',
+            'TAP::Parser::SourceHandler::Perl'=> '3.26',
+            'TAP::Parser::SourceHandler::RawTAP'=> '3.26',
+            'TAP::Parser::Utils'    => '3.26',
+            'TAP::Parser::YAMLish::Reader'=> '3.26',
+            'TAP::Parser::YAMLish::Writer'=> '3.26',
+            'Term::UI'              => '0.34',
+            'Test::Harness'         => '3.26',
+            'Text::Soundex'         => '3.04',
+            'Thread::Queue'         => '3.02',
+            'Unicode::UCD'          => '0.50',
+            'Win32'                 => '0.46',
+            'Win32API::File'        => '0.1201',
+            '_charnames'            => '1.36',
+            'arybase'               => '0.06',
+            'bigint'                => '0.32',
+            'bignum'                => '0.32',
+            'charnames'             => '1.36',
+            'filetest'              => '1.03',
+            'locale'                => '1.02',
+            'overload'              => '1.21',
+            'warnings'              => '1.17',
+        },
+        removed => {
+        }
     },
-    5.012001 => {
-       'Class::ISA'            => '1',
-       'Pod::Plainer'          => '1',
-       'Shell'                 => '1',
-       'Switch'                => '1',
+    5.017010 => {
+        delta_from => 5.017009,
+        changed => {
+            'Benchmark'             => '1.15',
+            'Config'                => '5.017009',
+            'Data::Dumper'          => '2.145',
+            'Digest::SHA'           => '5.84',
+            'Encode'                => '2.49',
+            'ExtUtils::Command::MM' => '6.65_01',
+            'ExtUtils::Liblist'     => '6.65_01',
+            'ExtUtils::Liblist::Kid'=> '6.65_01',
+            'ExtUtils::MM'          => '6.65_01',
+            'ExtUtils::MM_AIX'      => '6.65_01',
+            'ExtUtils::MM_Any'      => '6.65_01',
+            'ExtUtils::MM_BeOS'     => '6.65_01',
+            'ExtUtils::MM_Cygwin'   => '6.65_01',
+            'ExtUtils::MM_DOS'      => '6.65_01',
+            'ExtUtils::MM_Darwin'   => '6.65_01',
+            'ExtUtils::MM_MacOS'    => '6.65_01',
+            'ExtUtils::MM_NW5'      => '6.65_01',
+            'ExtUtils::MM_OS2'      => '6.65_01',
+            'ExtUtils::MM_QNX'      => '6.65_01',
+            'ExtUtils::MM_UWIN'     => '6.65_01',
+            'ExtUtils::MM_Unix'     => '6.65_01',
+            'ExtUtils::MM_VMS'      => '6.65_01',
+            'ExtUtils::MM_VOS'      => '6.65_01',
+            'ExtUtils::MM_Win32'    => '6.65_01',
+            'ExtUtils::MM_Win95'    => '6.65_01',
+            'ExtUtils::MY'          => '6.65_01',
+            'ExtUtils::MakeMaker'   => '6.65_01',
+            'ExtUtils::MakeMaker::Config'=> '6.65_01',
+            'ExtUtils::Mkbootstrap' => '6.65_01',
+            'ExtUtils::Mksymlists'  => '6.65_01',
+            'ExtUtils::testlib'     => '6.65_01',
+            'File::Copy'            => '2.26',
+            'File::Temp'            => '0.23',
+            'Getopt::Long'          => '2.39',
+            'Hash::Util'            => '0.15',
+            'I18N::Langinfo'        => '0.10',
+            'IPC::Cmd'              => '0.80',
+            'JSON::PP'              => '2.27202',
+            'Locale::Codes'         => '3.25',
+            'Locale::Codes::Constants'=> '3.25',
+            'Locale::Codes::Country'=> '3.25',
+            'Locale::Codes::Country_Codes'=> '3.25',
+            'Locale::Codes::Country_Retired'=> '3.25',
+            'Locale::Codes::Currency'=> '3.25',
+            'Locale::Codes::Currency_Codes'=> '3.25',
+            'Locale::Codes::Currency_Retired'=> '3.25',
+            'Locale::Codes::LangExt'=> '3.25',
+            'Locale::Codes::LangExt_Codes'=> '3.25',
+            'Locale::Codes::LangExt_Retired'=> '3.25',
+            'Locale::Codes::LangFam'=> '3.25',
+            'Locale::Codes::LangFam_Codes'=> '3.25',
+            'Locale::Codes::LangFam_Retired'=> '3.25',
+            'Locale::Codes::LangVar'=> '3.25',
+            'Locale::Codes::LangVar_Codes'=> '3.25',
+            'Locale::Codes::LangVar_Retired'=> '3.25',
+            'Locale::Codes::Language'=> '3.25',
+            'Locale::Codes::Language_Codes'=> '3.25',
+            'Locale::Codes::Language_Retired'=> '3.25',
+            'Locale::Codes::Script' => '3.25',
+            'Locale::Codes::Script_Codes'=> '3.25',
+            'Locale::Codes::Script_Retired'=> '3.25',
+            'Locale::Country'       => '3.25',
+            'Locale::Currency'      => '3.25',
+            'Locale::Language'      => '3.25',
+            'Locale::Script'        => '3.25',
+            'Math::BigFloat'        => '1.998',
+            'Math::BigFloat::Trace' => '0.32',
+            'Math::BigInt'          => '1.9991',
+            'Math::BigInt::CalcEmu' => '1.998',
+            'Math::BigInt::Trace'   => '0.32',
+            'Math::BigRat'          => '0.2604',
+            'Module::CoreList'      => '2.84',
+            'Module::CoreList::TieHashDelta'=> '2.84',
+            'Module::Pluggable'     => '4.7',
+            'Net::Ping'             => '2.41',
+            'Perl::OSType'          => '1.003',
+            'Pod::Simple'           => '3.26',
+            'Pod::Simple::BlackBox' => '3.26',
+            'Pod::Simple::Checker'  => '3.26',
+            'Pod::Simple::Debug'    => '3.26',
+            'Pod::Simple::DumpAsText'=> '3.26',
+            'Pod::Simple::DumpAsXML'=> '3.26',
+            'Pod::Simple::HTML'     => '3.26',
+            'Pod::Simple::HTMLBatch'=> '3.26',
+            'Pod::Simple::LinkSection'=> '3.26',
+            'Pod::Simple::Methody'  => '3.26',
+            'Pod::Simple::Progress' => '3.26',
+            'Pod::Simple::PullParser'=> '3.26',
+            'Pod::Simple::PullParserEndToken'=> '3.26',
+            'Pod::Simple::PullParserStartToken'=> '3.26',
+            'Pod::Simple::PullParserTextToken'=> '3.26',
+            'Pod::Simple::PullParserToken'=> '3.26',
+            'Pod::Simple::RTF'      => '3.26',
+            'Pod::Simple::Search'   => '3.26',
+            'Pod::Simple::SimpleTree'=> '3.26',
+            'Pod::Simple::Text'     => '3.26',
+            'Pod::Simple::TextContent'=> '3.26',
+            'Pod::Simple::TiedOutFH'=> '3.26',
+            'Pod::Simple::Transcode'=> '3.26',
+            'Pod::Simple::TranscodeDumb'=> '3.26',
+            'Pod::Simple::TranscodeSmart'=> '3.26',
+            'Pod::Simple::XHTML'    => '3.26',
+            'Pod::Simple::XMLOutStream'=> '3.26',
+            'Safe'                  => '2.35',
+            'Term::ReadLine'        => '1.12',
+            'Text::ParseWords'      => '3.28',
+            'Tie::File'             => '0.99',
+            'Unicode::UCD'          => '0.51',
+            'Win32'                 => '0.47',
+            'bigint'                => '0.33',
+            'bignum'                => '0.33',
+            'bigrat'                => '0.33',
+            'constant'              => '1.27',
+            'perlfaq'               => '5.0150042',
+            'version'               => '0.9902',
+        },
+        removed => {
+        }
     },
-    5.013001 => {
-       'Shell'                 => '1',
+    5.017011 => {
+        delta_from => 5.017010,
+        changed => {
+            'App::Cpan'             => '1.61',
+            'B::Deparse'            => '1.20',
+            'Config'                => '5.017009',
+            'Exporter'              => '5.68',
+            'Exporter::Heavy'       => '5.68',
+            'ExtUtils::CBuilder'    => '0.280210',
+            'ExtUtils::Command::MM' => '6.66',
+            'ExtUtils::Liblist'     => '6.66',
+            'ExtUtils::Liblist::Kid'=> '6.66',
+            'ExtUtils::MM'          => '6.66',
+            'ExtUtils::MM_AIX'      => '6.66',
+            'ExtUtils::MM_Any'      => '6.66',
+            'ExtUtils::MM_BeOS'     => '6.66',
+            'ExtUtils::MM_Cygwin'   => '6.66',
+            'ExtUtils::MM_DOS'      => '6.66',
+            'ExtUtils::MM_Darwin'   => '6.66',
+            'ExtUtils::MM_MacOS'    => '6.66',
+            'ExtUtils::MM_NW5'      => '6.66',
+            'ExtUtils::MM_OS2'      => '6.66',
+            'ExtUtils::MM_QNX'      => '6.66',
+            'ExtUtils::MM_UWIN'     => '6.66',
+            'ExtUtils::MM_Unix'     => '6.66',
+            'ExtUtils::MM_VMS'      => '6.66',
+            'ExtUtils::MM_VOS'      => '6.66',
+            'ExtUtils::MM_Win32'    => '6.66',
+            'ExtUtils::MM_Win95'    => '6.66',
+            'ExtUtils::MY'          => '6.66',
+            'ExtUtils::MakeMaker'   => '6.66',
+            'ExtUtils::MakeMaker::Config'=> '6.66',
+            'ExtUtils::Mkbootstrap' => '6.66',
+            'ExtUtils::Mksymlists'  => '6.66',
+            'ExtUtils::testlib'     => '6.66',
+            'File::Glob'            => '1.20',
+            'IO'                    => '1.28',
+            'Module::CoreList'      => '2.87',
+            'Module::CoreList::TieHashDelta'=> '2.87',
+            'Storable'              => '2.41',
+            'bigint'                => '0.34',
+            'mro'                   => '1.11',
+            'overload'              => '1.22',
+            'warnings'              => '1.18',
+        },
+        removed => {
+        }
     },
-    5.013002 => {
-       'Shell'                 => '1',
+    5.018000 => {
+        delta_from => 5.017011,
+        changed => {
+            'Carp'                  => '1.29',
+            'Carp::Heavy'           => '1.29',
+            'Config'                => '5.018000',
+            'Hash::Util'            => '0.16',
+            'IO::Handle'            => '1.34',
+            'IO::Socket'            => '1.36',
+            'Module::CoreList'      => '2.89',
+            'Module::CoreList::TieHashDelta'=> '2.89',
+            'Pod::Simple'           => '3.28',
+            'Pod::Simple::BlackBox' => '3.28',
+            'Pod::Simple::Checker'  => '3.28',
+            'Pod::Simple::Debug'    => '3.28',
+            'Pod::Simple::DumpAsText'=> '3.28',
+            'Pod::Simple::DumpAsXML'=> '3.28',
+            'Pod::Simple::HTML'     => '3.28',
+            'Pod::Simple::HTMLBatch'=> '3.28',
+            'Pod::Simple::LinkSection'=> '3.28',
+            'Pod::Simple::Methody'  => '3.28',
+            'Pod::Simple::Progress' => '3.28',
+            'Pod::Simple::PullParser'=> '3.28',
+            'Pod::Simple::PullParserEndToken'=> '3.28',
+            'Pod::Simple::PullParserStartToken'=> '3.28',
+            'Pod::Simple::PullParserTextToken'=> '3.28',
+            'Pod::Simple::PullParserToken'=> '3.28',
+            'Pod::Simple::RTF'      => '3.28',
+            'Pod::Simple::Search'   => '3.28',
+            'Pod::Simple::SimpleTree'=> '3.28',
+            'Pod::Simple::Text'     => '3.28',
+            'Pod::Simple::TextContent'=> '3.28',
+            'Pod::Simple::TiedOutFH'=> '3.28',
+            'Pod::Simple::Transcode'=> '3.28',
+            'Pod::Simple::TranscodeDumb'=> '3.28',
+            'Pod::Simple::TranscodeSmart'=> '3.28',
+            'Pod::Simple::XHTML'    => '3.28',
+            'Pod::Simple::XMLOutStream'=> '3.28',
+        },
+        removed => {
+        }
     },
-    5.013003 => {
-       'Shell'                 => '1',
+    5.018001 => {
+        delta_from => 5.018000,
+        changed => {
+            'B'                     => '1.42_01',
+            'Config'                => '5.018001',
+            'Digest::SHA'           => '5.84_01',
+            'Module::CoreList'      => '2.96',
+            'Module::CoreList::TieHashDelta'=> '2.96',
+            'Module::CoreList::Utils'=> '2.96',
+        },
+        removed => {
+           'VMS::Filespec'         => 1,
+        }
     },
-    5.013004 => {
-       'Shell'                 => '1',
+    5.018002 => {
+        delta_from => 5.018001,
+        changed => {
+            'B'                     => '1.42_02',
+            'B::Concise'            => '0.95_01',
+            'Config'                => '5.018002',
+            'File::Glob'            => '1.20_01',
+            'Module::CoreList'      => '3.03',
+            'Module::CoreList::TieHashDelta'=> '3.03',
+            'Module::CoreList::Utils'=> '3.03',
+        },
     },
-    5.012002 => {
-       'Class::ISA'            => '1',
-       'Pod::Plainer'          => '1',
-       'Shell'                 => '1',
-       'Switch'                => '1',
+    5.019000 => {
+        delta_from => 5.018000,
+        changed => {
+            'Config'                => '5.019000',
+            'Getopt::Std'           => '1.08',
+            'Module::CoreList'      => '2.91',
+            'Module::CoreList::TieHashDelta'=> '2.91',
+            'Storable'              => '2.42',
+            'feature'               => '1.33',
+            'utf8'                  => '1.11',
+        },
+        removed => {
+           'Archive::Extract'      => 1,
+           'B::Lint'               => 1,
+           'B::Lint::Debug'        => 1,
+           'CPANPLUS'              => 1,
+           'CPANPLUS::Backend'     => 1,
+           'CPANPLUS::Backend::RV' => 1,
+           'CPANPLUS::Config'      => 1,
+           'CPANPLUS::Config::HomeEnv'=> 1,
+           'CPANPLUS::Configure'   => 1,
+           'CPANPLUS::Configure::Setup'=> 1,
+           'CPANPLUS::Dist'        => 1,
+           'CPANPLUS::Dist::Autobundle'=> 1,
+           'CPANPLUS::Dist::Base'  => 1,
+           'CPANPLUS::Dist::Build' => 1,
+           'CPANPLUS::Dist::Build::Constants'=> 1,
+           'CPANPLUS::Dist::MM'    => 1,
+           'CPANPLUS::Dist::Sample'=> 1,
+           'CPANPLUS::Error'       => 1,
+           'CPANPLUS::Internals'   => 1,
+           'CPANPLUS::Internals::Constants'=> 1,
+           'CPANPLUS::Internals::Constants::Report'=> 1,
+           'CPANPLUS::Internals::Extract'=> 1,
+           'CPANPLUS::Internals::Fetch'=> 1,
+           'CPANPLUS::Internals::Report'=> 1,
+           'CPANPLUS::Internals::Search'=> 1,
+           'CPANPLUS::Internals::Source'=> 1,
+           'CPANPLUS::Internals::Source::Memory'=> 1,
+           'CPANPLUS::Internals::Source::SQLite'=> 1,
+           'CPANPLUS::Internals::Source::SQLite::Tie'=> 1,
+           'CPANPLUS::Internals::Utils'=> 1,
+           'CPANPLUS::Internals::Utils::Autoflush'=> 1,
+           'CPANPLUS::Module'      => 1,
+           'CPANPLUS::Module::Author'=> 1,
+           'CPANPLUS::Module::Author::Fake'=> 1,
+           'CPANPLUS::Module::Checksums'=> 1,
+           'CPANPLUS::Module::Fake'=> 1,
+           'CPANPLUS::Module::Signature'=> 1,
+           'CPANPLUS::Selfupdate'  => 1,
+           'CPANPLUS::Shell'       => 1,
+           'CPANPLUS::Shell::Classic'=> 1,
+           'CPANPLUS::Shell::Default'=> 1,
+           'CPANPLUS::Shell::Default::Plugins::CustomSource'=> 1,
+           'CPANPLUS::Shell::Default::Plugins::Remote'=> 1,
+           'CPANPLUS::Shell::Default::Plugins::Source'=> 1,
+           'Devel::InnerPackage'   => 1,
+           'File::CheckTree'       => 1,
+           'Log::Message'          => 1,
+           'Log::Message::Config'  => 1,
+           'Log::Message::Handlers'=> 1,
+           'Log::Message::Item'    => 1,
+           'Log::Message::Simple'  => 1,
+           'Module::Pluggable'     => 1,
+           'Module::Pluggable::Object'=> 1,
+           'Object::Accessor'      => 1,
+           'Pod::LaTeX'            => 1,
+           'Term::UI'              => 1,
+           'Term::UI::History'     => 1,
+           'Text::Soundex'         => 1,
+        }
     },
-    5.013005 => {
-       'Shell'                 => '1',
+    5.019001 => {
+        delta_from => 5.019000,
+        changed => {
+            'App::Prove'            => '3.28',
+            'App::Prove::State'     => '3.28',
+            'App::Prove::State::Result'=> '3.28',
+            'App::Prove::State::Result::Test'=> '3.28',
+            'Archive::Tar'          => '1.92',
+            'Archive::Tar::Constant'=> '1.92',
+            'Archive::Tar::File'    => '1.92',
+            'Attribute::Handlers'   => '0.95',
+            'B'                     => '1.43',
+            'B::Concise'            => '0.96',
+            'B::Deparse'            => '1.21',
+            'B::Showlex'            => '1.04',
+            'Benchmark'             => '1.16',
+            'CPAN::Meta'            => '2.131560',
+            'CPAN::Meta::Converter' => '2.131560',
+            'CPAN::Meta::Feature'   => '2.131560',
+            'CPAN::Meta::History'   => '2.131560',
+            'CPAN::Meta::Prereqs'   => '2.131560',
+            'CPAN::Meta::Spec'      => '2.131560',
+            'CPAN::Meta::Validator' => '2.131560',
+            'Carp'                  => '1.30',
+            'Carp::Heavy'           => '1.30',
+            'Compress::Raw::Bzip2'  => '2.061',
+            'Compress::Raw::Zlib'   => '2.061',
+            'Compress::Zlib'        => '2.061',
+            'Config'                => '5.019001',
+            'Config::Perl::V'       => '0.18',
+            'Cwd'                   => '3.41',
+            'DB'                    => '1.06',
+            'DB_File'               => '1.828',
+            'Data::Dumper'          => '2.146',
+            'Encode'                => '2.51',
+            'Encode::CN::HZ'        => '2.06',
+            'Encode::GSM0338'       => '2.03',
+            'Encode::Unicode::UTF7' => '2.07',
+            'ExtUtils::CBuilder::Base'=> '0.280210',
+            'ExtUtils::CBuilder::Platform::Windows::BCC'=> '0.280210',
+            'ExtUtils::Command::MM' => '6.68',
+            'ExtUtils::Install'     => '1.60',
+            'ExtUtils::Liblist'     => '6.68',
+            'ExtUtils::Liblist::Kid'=> '6.68',
+            'ExtUtils::MM'          => '6.68',
+            'ExtUtils::MM_AIX'      => '6.68',
+            'ExtUtils::MM_Any'      => '6.68',
+            'ExtUtils::MM_BeOS'     => '6.68',
+            'ExtUtils::MM_Cygwin'   => '6.68',
+            'ExtUtils::MM_DOS'      => '6.68',
+            'ExtUtils::MM_Darwin'   => '6.68',
+            'ExtUtils::MM_MacOS'    => '6.68',
+            'ExtUtils::MM_NW5'      => '6.68',
+            'ExtUtils::MM_OS2'      => '6.68',
+            'ExtUtils::MM_QNX'      => '6.68',
+            'ExtUtils::MM_UWIN'     => '6.68',
+            'ExtUtils::MM_Unix'     => '6.68',
+            'ExtUtils::MM_VMS'      => '6.68',
+            'ExtUtils::MM_VOS'      => '6.68',
+            'ExtUtils::MM_Win32'    => '6.68',
+            'ExtUtils::MM_Win95'    => '6.68',
+            'ExtUtils::MY'          => '6.68',
+            'ExtUtils::MakeMaker'   => '6.68',
+            'ExtUtils::MakeMaker::Config'=> '6.68',
+            'ExtUtils::Mkbootstrap' => '6.68',
+            'ExtUtils::Mksymlists'  => '6.68',
+            'ExtUtils::ParseXS'     => '3.19',
+            'ExtUtils::testlib'     => '6.68',
+            'Fatal'                 => '2.19',
+            'File::Copy'            => '2.27',
+            'File::DosGlob'         => '1.11',
+            'File::Fetch'           => '0.42',
+            'File::Find'            => '1.24',
+            'File::Spec'            => '3.41',
+            'File::Spec::Cygwin'    => '3.41',
+            'File::Spec::Epoc'      => '3.41',
+            'File::Spec::Mac'       => '3.41',
+            'File::Spec::OS2'       => '3.41',
+            'File::Spec::Unix'      => '3.41',
+            'File::Spec::VMS'       => '3.41',
+            'File::Spec::Win32'     => '3.41',
+            'File::Temp'            => '0.2301',
+            'Filter::Simple'        => '0.90',
+            'Filter::Util::Call'    => '1.49',
+            'Getopt::Long'          => '2.4',
+            'HTTP::Tiny'            => '0.031',
+            'Hash::Util::FieldHash' => '1.11',
+            'IO::Compress::Adapter::Bzip2'=> '2.061',
+            'IO::Compress::Adapter::Deflate'=> '2.061',
+            'IO::Compress::Adapter::Identity'=> '2.061',
+            'IO::Compress::Base'    => '2.061',
+            'IO::Compress::Base::Common'=> '2.061',
+            'IO::Compress::Bzip2'   => '2.061',
+            'IO::Compress::Deflate' => '2.061',
+            'IO::Compress::Gzip'    => '2.061',
+            'IO::Compress::Gzip::Constants'=> '2.061',
+            'IO::Compress::RawDeflate'=> '2.061',
+            'IO::Compress::Zip'     => '2.061',
+            'IO::Compress::Zip::Constants'=> '2.061',
+            'IO::Compress::Zlib::Constants'=> '2.061',
+            'IO::Compress::Zlib::Extra'=> '2.061',
+            'IO::Handle'            => '1.35',
+            'IO::Uncompress::Adapter::Bunzip2'=> '2.061',
+            'IO::Uncompress::Adapter::Identity'=> '2.061',
+            'IO::Uncompress::Adapter::Inflate'=> '2.061',
+            'IO::Uncompress::AnyInflate'=> '2.061',
+            'IO::Uncompress::AnyUncompress'=> '2.061',
+            'IO::Uncompress::Base'  => '2.061',
+            'IO::Uncompress::Bunzip2'=> '2.061',
+            'IO::Uncompress::Gunzip'=> '2.061',
+            'IO::Uncompress::Inflate'=> '2.061',
+            'IO::Uncompress::RawInflate'=> '2.061',
+            'IO::Uncompress::Unzip' => '2.061',
+            'IPC::Open3'            => '1.14',
+            'Locale::Codes'         => '3.26',
+            'Locale::Codes::Constants'=> '3.26',
+            'Locale::Codes::Country'=> '3.26',
+            'Locale::Codes::Country_Codes'=> '3.26',
+            'Locale::Codes::Country_Retired'=> '3.26',
+            'Locale::Codes::Currency'=> '3.26',
+            'Locale::Codes::Currency_Codes'=> '3.26',
+            'Locale::Codes::Currency_Retired'=> '3.26',
+            'Locale::Codes::LangExt'=> '3.26',
+            'Locale::Codes::LangExt_Codes'=> '3.26',
+            'Locale::Codes::LangExt_Retired'=> '3.26',
+            'Locale::Codes::LangFam'=> '3.26',
+            'Locale::Codes::LangFam_Codes'=> '3.26',
+            'Locale::Codes::LangFam_Retired'=> '3.26',
+            'Locale::Codes::LangVar'=> '3.26',
+            'Locale::Codes::LangVar_Codes'=> '3.26',
+            'Locale::Codes::LangVar_Retired'=> '3.26',
+            'Locale::Codes::Language'=> '3.26',
+            'Locale::Codes::Language_Codes'=> '3.26',
+            'Locale::Codes::Language_Retired'=> '3.26',
+            'Locale::Codes::Script' => '3.26',
+            'Locale::Codes::Script_Codes'=> '3.26',
+            'Locale::Codes::Script_Retired'=> '3.26',
+            'Locale::Country'       => '3.26',
+            'Locale::Currency'      => '3.26',
+            'Locale::Language'      => '3.26',
+            'Locale::Maketext'      => '1.24',
+            'Locale::Script'        => '3.26',
+            'Math::BigFloat'        => '1.999',
+            'Math::BigInt'          => '1.9992',
+            'Math::BigInt::Calc'    => '1.998',
+            'Math::BigInt::CalcEmu' => '1.9991',
+            'Math::BigRat'          => '0.2606',
+            'Module::Build'         => '0.4005',
+            'Module::Build::Base'   => '0.4005',
+            'Module::Build::Compat' => '0.4005',
+            'Module::Build::Config' => '0.4005',
+            'Module::Build::Cookbook'=> '0.4005',
+            'Module::Build::Dumper' => '0.4005',
+            'Module::Build::ModuleInfo'=> '0.4005',
+            'Module::Build::Notes'  => '0.4005',
+            'Module::Build::PPMMaker'=> '0.4005',
+            'Module::Build::Platform::Amiga'=> '0.4005',
+            'Module::Build::Platform::Default'=> '0.4005',
+            'Module::Build::Platform::EBCDIC'=> '0.4005',
+            'Module::Build::Platform::MPEiX'=> '0.4005',
+            'Module::Build::Platform::MacOS'=> '0.4005',
+            'Module::Build::Platform::RiscOS'=> '0.4005',
+            'Module::Build::Platform::Unix'=> '0.4005',
+            'Module::Build::Platform::VMS'=> '0.4005',
+            'Module::Build::Platform::VOS'=> '0.4005',
+            'Module::Build::Platform::Windows'=> '0.4005',
+            'Module::Build::Platform::aix'=> '0.4005',
+            'Module::Build::Platform::cygwin'=> '0.4005',
+            'Module::Build::Platform::darwin'=> '0.4005',
+            'Module::Build::Platform::os2'=> '0.4005',
+            'Module::Build::PodParser'=> '0.4005',
+            'Module::CoreList'      => '2.92',
+            'Module::CoreList::TieHashDelta'=> '2.92',
+            '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',
+            'Pod::InputObjects'     => '1.61',
+            'Pod::ParseUtils'       => '1.61',
+            'Pod::Parser'           => '1.61',
+            'Pod::Perldoc'          => '3.20',
+            'Pod::Perldoc::BaseTo'  => '3.20',
+            'Pod::Perldoc::GetOptsOO'=> '3.20',
+            'Pod::Perldoc::ToANSI'  => '3.20',
+            'Pod::Perldoc::ToChecker'=> '3.20',
+            'Pod::Perldoc::ToMan'   => '3.20',
+            'Pod::Perldoc::ToNroff' => '3.20',
+            'Pod::Perldoc::ToPod'   => '3.20',
+            'Pod::Perldoc::ToRtf'   => '3.20',
+            'Pod::Perldoc::ToTerm'  => '3.20',
+            'Pod::Perldoc::ToText'  => '3.20',
+            'Pod::Perldoc::ToTk'    => '3.20',
+            'Pod::Perldoc::ToXml'   => '3.20',
+            'Pod::Select'           => '1.61',
+            'Pod::Usage'            => '1.63',
+            'Safe'                  => '2.36',
+            'Storable'              => '2.43',
+            'Sys::Hostname'         => '1.18',
+            'Sys::Syslog'           => '0.33',
+            'TAP::Base'             => '3.28',
+            'TAP::Formatter::Base'  => '3.28',
+            'TAP::Formatter::Color' => '3.28',
+            'TAP::Formatter::Console'=> '3.28',
+            'TAP::Formatter::Console::ParallelSession'=> '3.28',
+            'TAP::Formatter::Console::Session'=> '3.28',
+            'TAP::Formatter::File'  => '3.28',
+            'TAP::Formatter::File::Session'=> '3.28',
+            'TAP::Formatter::Session'=> '3.28',
+            'TAP::Harness'          => '3.28',
+            'TAP::Object'           => '3.28',
+            'TAP::Parser'           => '3.28',
+            'TAP::Parser::Aggregator'=> '3.28',
+            'TAP::Parser::Grammar'  => '3.28',
+            'TAP::Parser::Iterator' => '3.28',
+            'TAP::Parser::Iterator::Array'=> '3.28',
+            'TAP::Parser::Iterator::Process'=> '3.28',
+            'TAP::Parser::Iterator::Stream'=> '3.28',
+            'TAP::Parser::IteratorFactory'=> '3.28',
+            'TAP::Parser::Multiplexer'=> '3.28',
+            'TAP::Parser::Result'   => '3.28',
+            'TAP::Parser::Result::Bailout'=> '3.28',
+            'TAP::Parser::Result::Comment'=> '3.28',
+            'TAP::Parser::Result::Plan'=> '3.28',
+            'TAP::Parser::Result::Pragma'=> '3.28',
+            'TAP::Parser::Result::Test'=> '3.28',
+            'TAP::Parser::Result::Unknown'=> '3.28',
+            'TAP::Parser::Result::Version'=> '3.28',
+            'TAP::Parser::Result::YAML'=> '3.28',
+            'TAP::Parser::ResultFactory'=> '3.28',
+            'TAP::Parser::Scheduler'=> '3.28',
+            'TAP::Parser::Scheduler::Job'=> '3.28',
+            'TAP::Parser::Scheduler::Spinner'=> '3.28',
+            'TAP::Parser::Source'   => '3.28',
+            'TAP::Parser::SourceHandler'=> '3.28',
+            'TAP::Parser::SourceHandler::Executable'=> '3.28',
+            'TAP::Parser::SourceHandler::File'=> '3.28',
+            'TAP::Parser::SourceHandler::Handle'=> '3.28',
+            'TAP::Parser::SourceHandler::Perl'=> '3.28',
+            'TAP::Parser::SourceHandler::RawTAP'=> '3.28',
+            'TAP::Parser::Utils'    => '3.28',
+            'TAP::Parser::YAMLish::Reader'=> '3.28',
+            'TAP::Parser::YAMLish::Writer'=> '3.28',
+            'Term::ReadLine'        => '1.13',
+            'Test::Harness'         => '3.28',
+            'Text::Tabs'            => '2013.0523',
+            'Text::Wrap'            => '2013.0523',
+            'Thread'                => '3.04',
+            'Tie::File'             => '1.00',
+            'Time::Piece'           => '1.2002',
+            'Unicode::Collate'      => '0.98',
+            'Unicode::UCD'          => '0.53',
+            'XS::APItest'           => '0.53',
+            '_charnames'            => '1.37',
+            'autodie'               => '2.19',
+            'autodie::exception'    => '2.19',
+            'autodie::exception::system'=> '2.19',
+            'autodie::hints'        => '2.19',
+            'autodie::skip'         => '2.19',
+            'bigint'                => '0.35',
+            'charnames'             => '1.38',
+            'encoding'              => '2.12',
+            'inc::latest'           => '0.4005',
+            'mro'                   => '1.12',
+            'perlfaq'               => '5.0150043',
+            're'                    => '0.25',
+            'threads'               => '1.87',
+            'threads::shared'       => '1.44',
+            'utf8'                  => '1.12',
+        },
+        removed => {
+        }
     },
-    5.013006 => {
-       'Shell'                 => '1',
+    5.019002 => {
+        delta_from => 5.019001,
+        changed => {
+            'B'                     => '1.44',
+            'B::Concise'            => '0.98',
+            'B::Deparse'            => '1.22',
+            'Benchmark'             => '1.17',
+            'Class::Struct'         => '0.65',
+            'Config'                => '5.019002',
+            'DB'                    => '1.07',
+            'DBM_Filter'            => '0.06',
+            'DBM_Filter::compress'  => '0.03',
+            'DBM_Filter::encode'    => '0.03',
+            'DBM_Filter::int32'     => '0.03',
+            'DBM_Filter::null'      => '0.03',
+            'DBM_Filter::utf8'      => '0.03',
+            'DB_File'               => '1.829',
+            'Data::Dumper'          => '2.147',
+            'Devel::Peek'           => '1.12',
+            'Digest::MD5'           => '2.53',
+            'Digest::SHA'           => '5.85',
+            'English'               => '1.07',
+            'Errno'                 => '1.19',
+            'ExtUtils::Embed'       => '1.31',
+            'ExtUtils::Miniperl'    => '1',
+            'ExtUtils::ParseXS'     => '3.21',
+            'ExtUtils::ParseXS::Constants'=> '3.21',
+            'ExtUtils::ParseXS::CountLines'=> '3.21',
+            'ExtUtils::ParseXS::Eval'=> '3.19',
+            'ExtUtils::ParseXS::Utilities'=> '3.21',
+            'ExtUtils::Typemaps'    => '3.21',
+            'ExtUtils::Typemaps::Cmd'=> '3.21',
+            'ExtUtils::Typemaps::InputMap'=> '3.21',
+            'ExtUtils::Typemaps::OutputMap'=> '3.21',
+            'ExtUtils::Typemaps::Type'=> '3.21',
+            'ExtUtils::XSSymSet'    => '1.3',
+            'Fatal'                 => '2.20',
+            'File::Basename'        => '2.85',
+            'File::Spec::VMS'       => '3.43',
+            'File::Spec::Win32'     => '3.42',
+            'Getopt::Long'          => '2.41',
+            'Getopt::Std'           => '1.09',
+            'HTTP::Tiny'            => '0.034',
+            'Hash::Util::FieldHash' => '1.12',
+            'I18N::Langinfo'        => '0.11',
+            'IO::Socket::INET'      => '1.34',
+            'IO::Socket::UNIX'      => '1.25',
+            'IPC::Cmd'              => '0.82',
+            'MIME::Base64'          => '3.14',
+            'Module::CoreList'      => '2.94',
+            'Module::CoreList::TieHashDelta'=> '2.94',
+            'Module::CoreList::Utils'=> '2.94',
+            'POSIX'                 => '1.34',
+            'Params::Check'         => '0.38',
+            'Parse::CPAN::Meta'     => '1.4405',
+            'Pod::Functions'        => '1.07',
+            'Pod::Html'             => '1.2',
+            'Safe'                  => '2.37',
+            'Socket'                => '2.010',
+            'Storable'              => '2.45',
+            'Text::ParseWords'      => '3.29',
+            'Tie::Array'            => '1.06',
+            'Tie::Hash'             => '1.05',
+            'Tie::Scalar'           => '1.03',
+            'Time::Piece'           => '1.21',
+            'Time::Seconds'         => '1.21',
+            'XS::APItest'           => '0.54',
+            'autodie'               => '2.20',
+            'autodie::exception'    => '2.20',
+            'autodie::exception::system'=> '2.20',
+            'autodie::hints'        => '2.20',
+            'autodie::skip'         => '2.20',
+            'base'                  => '2.19',
+            'deprecate'             => '0.03',
+            'if'                    => '0.0603',
+            'integer'               => '1.01',
+            'strict'                => '1.08',
+            'subs'                  => '1.02',
+            'vmsish'                => '1.04',
+        },
+        removed => {
+        }
     },
-    5.013007 => {
-       'Shell'                 => '1',
+    5.019003 => {
+        delta_from => 5.019002,
+        changed => {
+            'B'                     => '1.45',
+            'CPAN::Meta'            => '2.132140',
+            'CPAN::Meta::Converter' => '2.132140',
+            'CPAN::Meta::Feature'   => '2.132140',
+            'CPAN::Meta::History'   => '2.132140',
+            'CPAN::Meta::Prereqs'   => '2.132140',
+            'CPAN::Meta::Spec'      => '2.132140',
+            'CPAN::Meta::Validator' => '2.132140',
+            'Carp'                  => '1.31',
+            'Carp::Heavy'           => '1.31',
+            'Compress::Raw::Bzip2'  => '2.062',
+            'Compress::Raw::Zlib'   => '2.062',
+            'Compress::Zlib'        => '2.062',
+            'Config'                => '5.019003',
+            'Config::Perl::V'       => '0.19',
+            'Cwd'                   => '3.44',
+            'Data::Dumper'          => '2.148',
+            'Devel::PPPort'         => '3.21',
+            'Devel::Peek'           => '1.13',
+            'DynaLoader'            => '1.19',
+            'Encode'                => '2.52',
+            'Encode::Alias'         => '2.17',
+            'Encode::Encoding'      => '2.06',
+            'Encode::GSM0338'       => '2.04',
+            'Encode::MIME::Header'  => '2.14',
+            'Encode::Unicode'       => '2.08',
+            'English'               => '1.08',
+            'Exporter'              => '5.69',
+            'Exporter::Heavy'       => '5.69',
+            'ExtUtils::Command::MM' => '6.72',
+            'ExtUtils::Liblist'     => '6.72',
+            'ExtUtils::Liblist::Kid'=> '6.72',
+            'ExtUtils::MM'          => '6.72',
+            'ExtUtils::MM_AIX'      => '6.72',
+            'ExtUtils::MM_Any'      => '6.72',
+            'ExtUtils::MM_BeOS'     => '6.72',
+            'ExtUtils::MM_Cygwin'   => '6.72',
+            'ExtUtils::MM_DOS'      => '6.72',
+            'ExtUtils::MM_Darwin'   => '6.72',
+            'ExtUtils::MM_MacOS'    => '6.72',
+            'ExtUtils::MM_NW5'      => '6.72',
+            'ExtUtils::MM_OS2'      => '6.72',
+            'ExtUtils::MM_QNX'      => '6.72',
+            'ExtUtils::MM_UWIN'     => '6.72',
+            'ExtUtils::MM_Unix'     => '6.72',
+            'ExtUtils::MM_VMS'      => '6.72',
+            'ExtUtils::MM_VOS'      => '6.72',
+            'ExtUtils::MM_Win32'    => '6.72',
+            'ExtUtils::MM_Win95'    => '6.72',
+            'ExtUtils::MY'          => '6.72',
+            'ExtUtils::MakeMaker'   => '6.72',
+            'ExtUtils::MakeMaker::Config'=> '6.72',
+            'ExtUtils::Mkbootstrap' => '6.72',
+            'ExtUtils::Mksymlists'  => '6.72',
+            'ExtUtils::ParseXS::Eval'=> '3.21',
+            'ExtUtils::testlib'     => '6.72',
+            'File::Spec'            => '3.44',
+            'File::Spec::Cygwin'    => '3.44',
+            'File::Spec::Epoc'      => '3.44',
+            'File::Spec::Functions' => '3.44',
+            'File::Spec::Mac'       => '3.44',
+            'File::Spec::OS2'       => '3.44',
+            'File::Spec::Unix'      => '3.44',
+            'File::Spec::VMS'       => '3.44',
+            'File::Spec::Win32'     => '3.44',
+            'Getopt::Std'           => '1.10',
+            'IO::Compress::Adapter::Bzip2'=> '2.062',
+            'IO::Compress::Adapter::Deflate'=> '2.062',
+            'IO::Compress::Adapter::Identity'=> '2.062',
+            'IO::Compress::Base'    => '2.062',
+            'IO::Compress::Base::Common'=> '2.062',
+            'IO::Compress::Bzip2'   => '2.062',
+            'IO::Compress::Deflate' => '2.062',
+            'IO::Compress::Gzip'    => '2.062',
+            'IO::Compress::Gzip::Constants'=> '2.062',
+            'IO::Compress::RawDeflate'=> '2.062',
+            'IO::Compress::Zip'     => '2.062',
+            'IO::Compress::Zip::Constants'=> '2.062',
+            'IO::Compress::Zlib::Constants'=> '2.062',
+            'IO::Compress::Zlib::Extra'=> '2.062',
+            'IO::Uncompress::Adapter::Bunzip2'=> '2.062',
+            'IO::Uncompress::Adapter::Identity'=> '2.062',
+            'IO::Uncompress::Adapter::Inflate'=> '2.062',
+            'IO::Uncompress::AnyInflate'=> '2.062',
+            'IO::Uncompress::AnyUncompress'=> '2.062',
+            'IO::Uncompress::Base'  => '2.062',
+            'IO::Uncompress::Bunzip2'=> '2.062',
+            'IO::Uncompress::Gunzip'=> '2.062',
+            'IO::Uncompress::Inflate'=> '2.062',
+            'IO::Uncompress::RawInflate'=> '2.062',
+            'IO::Uncompress::Unzip' => '2.062',
+            'IPC::Cmd'              => '0.84',
+            'IPC::Msg'              => '2.04',
+            'IPC::Open3'            => '1.15',
+            'IPC::Semaphore'        => '2.04',
+            'IPC::SharedMem'        => '2.04',
+            'IPC::SysV'             => '2.04',
+            'List::Util'            => '1.31',
+            'List::Util::XS'        => '1.31',
+            'Math::BigFloat::Trace' => '0.36',
+            'Math::BigInt::Trace'   => '0.36',
+            'Module::Build'         => '0.4007',
+            'Module::Build::Base'   => '0.4007',
+            'Module::Build::Compat' => '0.4007',
+            'Module::Build::Config' => '0.4007',
+            'Module::Build::Cookbook'=> '0.4007',
+            'Module::Build::Dumper' => '0.4007',
+            'Module::Build::ModuleInfo'=> '0.4007',
+            'Module::Build::Notes'  => '0.4007',
+            'Module::Build::PPMMaker'=> '0.4007',
+            'Module::Build::Platform::Default'=> '0.4007',
+            'Module::Build::Platform::MacOS'=> '0.4007',
+            'Module::Build::Platform::Unix'=> '0.4007',
+            'Module::Build::Platform::VMS'=> '0.4007',
+            'Module::Build::Platform::VOS'=> '0.4007',
+            'Module::Build::Platform::Windows'=> '0.4007',
+            'Module::Build::Platform::aix'=> '0.4007',
+            'Module::Build::Platform::cygwin'=> '0.4007',
+            'Module::Build::Platform::darwin'=> '0.4007',
+            'Module::Build::Platform::os2'=> '0.4007',
+            'Module::Build::PodParser'=> '0.4007',
+            'Module::CoreList'      => '2.97',
+            'Module::CoreList::TieHashDelta'=> '2.97',
+            'Module::CoreList::Utils'=> '2.97',
+            'Net::Cmd'              => '2.30',
+            'Net::Config'           => '1.12',
+            'Net::Domain'           => '2.22',
+            'Net::FTP'              => '2.78',
+            'Net::FTP::dataconn'    => '0.12',
+            'Net::NNTP'             => '2.25',
+            'Net::Netrc'            => '2.14',
+            'Net::POP3'             => '2.30',
+            'Net::SMTP'             => '2.32',
+            'PerlIO'                => '1.08',
+            'Pod::Functions'        => '1.08',
+            'Scalar::Util'          => '1.31',
+            'Socket'                => '2.011',
+            'Storable'              => '2.46',
+            'Time::HiRes'           => '1.9726',
+            'Time::Piece'           => '1.22',
+            'Time::Seconds'         => '1.22',
+            'XS::APItest'           => '0.55',
+            'bigint'                => '0.36',
+            'bignum'                => '0.36',
+            'bigrat'                => '0.36',
+            'constant'              => '1.28',
+            'diagnostics'           => '1.32',
+            'inc::latest'           => '0.4007',
+            'mro'                   => '1.13',
+            'parent'                => '0.226',
+            'utf8'                  => '1.13',
+            'version'               => '0.9903',
+        },
+        removed => {
+           'Module::Build::Platform::Amiga'=> 1,
+           'Module::Build::Platform::EBCDIC'=> 1,
+           'Module::Build::Platform::MPEiX'=> 1,
+           'Module::Build::Platform::RiscOS'=> 1,
+        }
     },
-    5.013008 => {
-       'Shell'                 => '1',
+    5.019004 => {
+        delta_from => 5.019003,
+        changed => {
+            'B'                     => '1.46',
+            'B::Concise'            => '0.99',
+            'B::Deparse'            => '1.23',
+            'CPAN'                  => '2.03',
+            'CPAN::Meta'            => '2.132620',
+            'CPAN::Meta::Converter' => '2.132620',
+            'CPAN::Meta::Feature'   => '2.132620',
+            'CPAN::Meta::History'   => '2.132620',
+            'CPAN::Meta::Prereqs'   => '2.132620',
+            'CPAN::Meta::Requirements'=> '2.123',
+            'CPAN::Meta::Spec'      => '2.132620',
+            'CPAN::Meta::Validator' => '2.132620',
+            'Carp'                  => '1.32',
+            'Carp::Heavy'           => '1.32',
+            'Config'                => '5.019004',
+            'Data::Dumper'          => '2.149',
+            'Devel::Peek'           => '1.14',
+            'DynaLoader'            => '1.20',
+            'Encode'                => '2.55',
+            'Encode::Alias'         => '2.18',
+            'Encode::CN::HZ'        => '2.07',
+            'Encode::Encoder'       => '2.03',
+            'Encode::Encoding'      => '2.07',
+            'Encode::GSM0338'       => '2.05',
+            'Encode::Guess'         => '2.06',
+            'Encode::JP::JIS7'      => '2.05',
+            'Encode::KR::2022_KR'   => '2.03',
+            'Encode::MIME::Header'  => '2.15',
+            'Encode::MIME::Header::ISO_2022_JP'=> '1.04',
+            'Encode::Unicode'       => '2.09',
+            'Encode::Unicode::UTF7' => '2.08',
+            'Errno'                 => '1.20',
+            'Exporter'              => '5.70',
+            'Exporter::Heavy'       => '5.70',
+            'ExtUtils::CBuilder'    => '0.280212',
+            'ExtUtils::CBuilder::Base'=> '0.280212',
+            'ExtUtils::CBuilder::Platform::Unix'=> '0.280212',
+            'ExtUtils::CBuilder::Platform::VMS'=> '0.280212',
+            'ExtUtils::CBuilder::Platform::Windows'=> '0.280212',
+            'ExtUtils::CBuilder::Platform::Windows::BCC'=> '0.280212',
+            'ExtUtils::CBuilder::Platform::Windows::GCC'=> '0.280212',
+            'ExtUtils::CBuilder::Platform::Windows::MSVC'=> '0.280212',
+            'ExtUtils::CBuilder::Platform::aix'=> '0.280212',
+            'ExtUtils::CBuilder::Platform::cygwin'=> '0.280212',
+            'ExtUtils::CBuilder::Platform::darwin'=> '0.280212',
+            'ExtUtils::CBuilder::Platform::dec_osf'=> '0.280212',
+            'ExtUtils::CBuilder::Platform::os2'=> '0.280212',
+            'ExtUtils::Command'     => '1.18',
+            'ExtUtils::Command::MM' => '6.76',
+            'ExtUtils::Liblist'     => '6.76',
+            'ExtUtils::Liblist::Kid'=> '6.76',
+            'ExtUtils::MM'          => '6.76',
+            'ExtUtils::MM_AIX'      => '6.76',
+            'ExtUtils::MM_Any'      => '6.76',
+            'ExtUtils::MM_BeOS'     => '6.76',
+            'ExtUtils::MM_Cygwin'   => '6.76',
+            'ExtUtils::MM_DOS'      => '6.76',
+            'ExtUtils::MM_Darwin'   => '6.76',
+            'ExtUtils::MM_MacOS'    => '6.76',
+            'ExtUtils::MM_NW5'      => '6.76',
+            'ExtUtils::MM_OS2'      => '6.76',
+            'ExtUtils::MM_QNX'      => '6.76',
+            'ExtUtils::MM_UWIN'     => '6.76',
+            'ExtUtils::MM_Unix'     => '6.76',
+            'ExtUtils::MM_VMS'      => '6.76',
+            'ExtUtils::MM_VOS'      => '6.76',
+            'ExtUtils::MM_Win32'    => '6.76',
+            'ExtUtils::MM_Win95'    => '6.76',
+            'ExtUtils::MY'          => '6.76',
+            'ExtUtils::MakeMaker'   => '6.76',
+            'ExtUtils::MakeMaker::Config'=> '6.76',
+            'ExtUtils::Mkbootstrap' => '6.76',
+            'ExtUtils::Mksymlists'  => '6.76',
+            'ExtUtils::ParseXS'     => '3.23',
+            'ExtUtils::ParseXS::Constants'=> '3.23',
+            'ExtUtils::ParseXS::CountLines'=> '3.23',
+            'ExtUtils::ParseXS::Eval'=> '3.23',
+            'ExtUtils::ParseXS::Utilities'=> '3.23',
+            'ExtUtils::Typemaps'    => '3.23',
+            'ExtUtils::Typemaps::Cmd'=> '3.23',
+            'ExtUtils::Typemaps::InputMap'=> '3.23',
+            'ExtUtils::Typemaps::OutputMap'=> '3.23',
+            'ExtUtils::Typemaps::Type'=> '3.23',
+            'ExtUtils::testlib'     => '6.76',
+            'Fatal'                 => '2.21',
+            'File::Copy'            => '2.28',
+            'File::Find'            => '1.25',
+            'File::Glob'            => '1.21',
+            'FileCache'             => '1.09',
+            'HTTP::Tiny'            => '0.035',
+            'Hash::Util::FieldHash' => '1.13',
+            'I18N::LangTags'        => '0.40',
+            'IO'                    => '1.29',
+            'IO::Socket'            => '1.37',
+            'IPC::Open3'            => '1.16',
+            'JSON::PP'              => '2.27202_01',
+            'List::Util'            => '1.32',
+            'List::Util::XS'        => '1.32',
+            'Locale::Codes'         => '3.27',
+            'Locale::Codes::Constants'=> '3.27',
+            'Locale::Codes::Country'=> '3.27',
+            'Locale::Codes::Country_Codes'=> '3.27',
+            'Locale::Codes::Country_Retired'=> '3.27',
+            'Locale::Codes::Currency'=> '3.27',
+            'Locale::Codes::Currency_Codes'=> '3.27',
+            'Locale::Codes::Currency_Retired'=> '3.27',
+            'Locale::Codes::LangExt'=> '3.27',
+            'Locale::Codes::LangExt_Codes'=> '3.27',
+            'Locale::Codes::LangExt_Retired'=> '3.27',
+            'Locale::Codes::LangFam'=> '3.27',
+            'Locale::Codes::LangFam_Codes'=> '3.27',
+            'Locale::Codes::LangFam_Retired'=> '3.27',
+            'Locale::Codes::LangVar'=> '3.27',
+            'Locale::Codes::LangVar_Codes'=> '3.27',
+            'Locale::Codes::LangVar_Retired'=> '3.27',
+            'Locale::Codes::Language'=> '3.27',
+            'Locale::Codes::Language_Codes'=> '3.27',
+            'Locale::Codes::Language_Retired'=> '3.27',
+            'Locale::Codes::Script' => '3.27',
+            'Locale::Codes::Script_Codes'=> '3.27',
+            'Locale::Codes::Script_Retired'=> '3.27',
+            'Locale::Country'       => '3.27',
+            'Locale::Currency'      => '3.27',
+            'Locale::Language'      => '3.27',
+            'Locale::Script'        => '3.27',
+            'Math::BigFloat'        => '1.9991',
+            'Math::BigInt'          => '1.9993',
+            'Math::BigInt::FastCalc'=> '0.31',
+            'Module::CoreList'      => '2.99',
+            'Module::CoreList::TieHashDelta'=> '2.99',
+            'Module::CoreList::Utils'=> '2.99',
+            'Module::Load::Conditional'=> '0.58',
+            'Module::Metadata'      => '1.000018',
+            'Opcode'                => '1.26',
+            'POSIX'                 => '1.35',
+            'Parse::CPAN::Meta'     => '1.4407',
+            'Perl::OSType'          => '1.005',
+            'Pod::Html'             => '1.21',
+            'Scalar::Util'          => '1.32',
+            'Socket'                => '2.012',
+            'Storable'              => '2.47',
+            'Term::ReadLine'        => '1.14',
+            'Test::Builder'         => '0.98_06',
+            'Test::Builder::Module' => '0.98_06',
+            'Test::More'            => '0.98_06',
+            'Test::Simple'          => '0.98_06',
+            'Time::Piece'           => '1.23',
+            'Time::Seconds'         => '1.23',
+            'Unicode::Collate'      => '0.99',
+            'Unicode::UCD'          => '0.54',
+            'XS::APItest'           => '0.56',
+            'XS::Typemap'           => '0.11',
+            '_charnames'            => '1.39',
+            'autodie'               => '2.21',
+            'autodie::exception'    => '2.21',
+            'autodie::exception::system'=> '2.21',
+            'autodie::hints'        => '2.21',
+            'autodie::skip'         => '2.21',
+            'charnames'             => '1.39',
+            'diagnostics'           => '1.33',
+            'mro'                   => '1.14',
+            'parent'                => '0.228',
+            'perlfaq'               => '5.0150044',
+            're'                    => '0.26',
+            'version'               => '0.9904',
+            'warnings'              => '1.19',
+        },
+        removed => {
+        }
     },
-    5.012003 => {
-       'Class::ISA'            => '1',
-       'Pod::Plainer'          => '1',
-       'Shell'                 => '1',
-       'Switch'                => '1',
+    5.019005 => {
+        delta_from => 5.019004,
+        changed => {
+            'App::Prove'            => '3.29',
+            'App::Prove::State'     => '3.29',
+            'App::Prove::State::Result'=> '3.29',
+            'App::Prove::State::Result::Test'=> '3.29',
+            'CPAN::Meta'            => '2.132830',
+            'CPAN::Meta::Converter' => '2.132830',
+            'CPAN::Meta::Feature'   => '2.132830',
+            'CPAN::Meta::History'   => '2.132830',
+            'CPAN::Meta::Prereqs'   => '2.132830',
+            'CPAN::Meta::Requirements'=> '2.125',
+            'CPAN::Meta::Spec'      => '2.132830',
+            'CPAN::Meta::Validator' => '2.132830',
+            'CPAN::Meta::YAML'      => '0.010',
+            'Config'                => '5.019005',
+            'Cwd'                   => '3.45',
+            'ExtUtils::Command::MM' => '6.80',
+            'ExtUtils::Install'     => '1.61',
+            'ExtUtils::Liblist'     => '6.80',
+            'ExtUtils::Liblist::Kid'=> '6.80',
+            'ExtUtils::MM'          => '6.80',
+            'ExtUtils::MM_AIX'      => '6.80',
+            'ExtUtils::MM_Any'      => '6.80',
+            'ExtUtils::MM_BeOS'     => '6.80',
+            'ExtUtils::MM_Cygwin'   => '6.80',
+            'ExtUtils::MM_DOS'      => '6.80',
+            'ExtUtils::MM_Darwin'   => '6.80',
+            'ExtUtils::MM_MacOS'    => '6.80',
+            'ExtUtils::MM_NW5'      => '6.80',
+            'ExtUtils::MM_OS2'      => '6.80',
+            'ExtUtils::MM_QNX'      => '6.80',
+            'ExtUtils::MM_UWIN'     => '6.80',
+            'ExtUtils::MM_Unix'     => '6.80',
+            'ExtUtils::MM_VMS'      => '6.80',
+            'ExtUtils::MM_VOS'      => '6.80',
+            'ExtUtils::MM_Win32'    => '6.80',
+            'ExtUtils::MM_Win95'    => '6.80',
+            'ExtUtils::MY'          => '6.80',
+            'ExtUtils::MakeMaker'   => '6.80',
+            'ExtUtils::MakeMaker::Config'=> '6.80',
+            'ExtUtils::Mkbootstrap' => '6.80',
+            'ExtUtils::Mksymlists'  => '6.80',
+            'ExtUtils::testlib'     => '6.80',
+            'Fatal'                 => '2.22',
+            'File::Fetch'           => '0.44',
+            'File::Glob'            => '1.22',
+            'File::Spec'            => '3.45',
+            'File::Spec::Cygwin'    => '3.45',
+            'File::Spec::Epoc'      => '3.45',
+            'File::Spec::Functions' => '3.45',
+            'File::Spec::Mac'       => '3.45',
+            'File::Spec::OS2'       => '3.45',
+            'File::Spec::Unix'      => '3.45',
+            'File::Spec::VMS'       => '3.45',
+            'File::Spec::Win32'     => '3.45',
+            'File::Temp'            => '0.2304',
+            'Getopt::Long'          => '2.42',
+            'HTTP::Tiny'            => '0.036',
+            'IPC::Cmd'              => '0.84_01',
+            'JSON::PP'              => '2.27203',
+            'List::Util'            => '1.35',
+            'List::Util::XS'        => '1.35',
+            'Module::CoreList'      => '3.00',
+            'Module::CoreList::TieHashDelta'=> '3.00',
+            'Module::CoreList::Utils'=> '3.00',
+            'Module::Metadata'      => '1.000019',
+            'Parse::CPAN::Meta'     => '1.4409',
+            'Perl::OSType'          => '1.006',
+            'PerlIO::scalar'        => '0.17',
+            'Pod::Man'              => '2.28',
+            'Pod::Text'             => '3.18',
+            'Pod::Text::Termcap'    => '2.08',
+            'Scalar::Util'          => '1.35',
+            'TAP::Base'             => '3.29',
+            'TAP::Formatter::Base'  => '3.29',
+            'TAP::Formatter::Color' => '3.29',
+            'TAP::Formatter::Console'=> '3.29',
+            'TAP::Formatter::Console::ParallelSession'=> '3.29',
+            'TAP::Formatter::Console::Session'=> '3.29',
+            'TAP::Formatter::File'  => '3.29',
+            'TAP::Formatter::File::Session'=> '3.29',
+            'TAP::Formatter::Session'=> '3.29',
+            'TAP::Harness'          => '3.29',
+            'TAP::Harness::Env'     => '3.29',
+            'TAP::Object'           => '3.29',
+            'TAP::Parser'           => '3.29',
+            'TAP::Parser::Aggregator'=> '3.29',
+            'TAP::Parser::Grammar'  => '3.29',
+            'TAP::Parser::Iterator' => '3.29',
+            'TAP::Parser::Iterator::Array'=> '3.29',
+            'TAP::Parser::Iterator::Process'=> '3.29',
+            'TAP::Parser::Iterator::Stream'=> '3.29',
+            'TAP::Parser::IteratorFactory'=> '3.29',
+            'TAP::Parser::Multiplexer'=> '3.29',
+            'TAP::Parser::Result'   => '3.29',
+            'TAP::Parser::Result::Bailout'=> '3.29',
+            'TAP::Parser::Result::Comment'=> '3.29',
+            'TAP::Parser::Result::Plan'=> '3.29',
+            'TAP::Parser::Result::Pragma'=> '3.29',
+            'TAP::Parser::Result::Test'=> '3.29',
+            'TAP::Parser::Result::Unknown'=> '3.29',
+            'TAP::Parser::Result::Version'=> '3.29',
+            'TAP::Parser::Result::YAML'=> '3.29',
+            'TAP::Parser::ResultFactory'=> '3.29',
+            'TAP::Parser::Scheduler'=> '3.29',
+            'TAP::Parser::Scheduler::Job'=> '3.29',
+            'TAP::Parser::Scheduler::Spinner'=> '3.29',
+            'TAP::Parser::Source'   => '3.29',
+            'TAP::Parser::SourceHandler'=> '3.29',
+            'TAP::Parser::SourceHandler::Executable'=> '3.29',
+            'TAP::Parser::SourceHandler::File'=> '3.29',
+            'TAP::Parser::SourceHandler::Handle'=> '3.29',
+            'TAP::Parser::SourceHandler::Perl'=> '3.29',
+            'TAP::Parser::SourceHandler::RawTAP'=> '3.29',
+            'TAP::Parser::YAMLish::Reader'=> '3.29',
+            'TAP::Parser::YAMLish::Writer'=> '3.29',
+            'Test::Builder'         => '0.99',
+            'Test::Builder::Module' => '0.99',
+            'Test::Builder::Tester' => '1.23_002',
+            'Test::Builder::Tester::Color'=> '1.23_002',
+            'Test::Harness'         => '3.29',
+            'Test::More'            => '0.99',
+            'Test::Simple'          => '0.99',
+            'Unicode'               => '6.3.0',
+            'Unicode::Normalize'    => '1.17',
+            'Unicode::UCD'          => '0.55',
+            'attributes'            => '0.22',
+            'autodie'               => '2.22',
+            'autodie::exception'    => '2.22',
+            'autodie::exception::system'=> '2.22',
+            'autodie::hints'        => '2.22',
+            'autodie::skip'         => '2.22',
+            'feature'               => '1.34',
+            'threads'               => '1.89',
+            'warnings'              => '1.20',
+        },
+        removed => {
+            'TAP::Parser::Utils'    => 1,
+        }
     },
-    5.013009 => {
-       'Shell'                 => '1',
+    5.019006 => {
+        delta_from => 5.019005,
+        changed => {
+            'App::Prove'            => '3.30',
+            'App::Prove::State'     => '3.30',
+            'App::Prove::State::Result'=> '3.30',
+            'App::Prove::State::Result::Test'=> '3.30',
+            'Archive::Tar'          => '1.96',
+            'Archive::Tar::Constant'=> '1.96',
+            'Archive::Tar::File'    => '1.96',
+            'AutoLoader'            => '5.74',
+            'B'                     => '1.47',
+            'B::Concise'            => '0.991',
+            'B::Debug'              => '1.19',
+            'B::Deparse'            => '1.24',
+            'Benchmark'             => '1.18',
+            'Compress::Raw::Bzip2'  => '2.063',
+            'Compress::Raw::Zlib'   => '2.063',
+            'Compress::Zlib'        => '2.063',
+            'Config'                => '5.019006',
+            'DB_File'               => '1.831',
+            'Devel::Peek'           => '1.15',
+            'DynaLoader'            => '1.21',
+            'Errno'                 => '1.20_01',
+            'ExtUtils::Command::MM' => '6.82',
+            'ExtUtils::Liblist'     => '6.82',
+            'ExtUtils::Liblist::Kid'=> '6.82',
+            'ExtUtils::MM'          => '6.82',
+            'ExtUtils::MM_AIX'      => '6.82',
+            'ExtUtils::MM_Any'      => '6.82',
+            'ExtUtils::MM_BeOS'     => '6.82',
+            'ExtUtils::MM_Cygwin'   => '6.82',
+            'ExtUtils::MM_DOS'      => '6.82',
+            'ExtUtils::MM_Darwin'   => '6.82',
+            'ExtUtils::MM_MacOS'    => '6.82',
+            'ExtUtils::MM_NW5'      => '6.82',
+            'ExtUtils::MM_OS2'      => '6.82',
+            'ExtUtils::MM_QNX'      => '6.82',
+            'ExtUtils::MM_UWIN'     => '6.82',
+            'ExtUtils::MM_Unix'     => '6.82',
+            'ExtUtils::MM_VMS'      => '6.82',
+            'ExtUtils::MM_VOS'      => '6.82',
+            'ExtUtils::MM_Win32'    => '6.82',
+            'ExtUtils::MM_Win95'    => '6.82',
+            'ExtUtils::MY'          => '6.82',
+            'ExtUtils::MakeMaker'   => '6.82',
+            'ExtUtils::MakeMaker::Config'=> '6.82',
+            'ExtUtils::Mkbootstrap' => '6.82',
+            'ExtUtils::Mksymlists'  => '6.82',
+            'ExtUtils::testlib'     => '6.82',
+            'File::DosGlob'         => '1.12',
+            'File::Find'            => '1.26',
+            'File::Glob'            => '1.23',
+            'HTTP::Tiny'            => '0.038',
+            'IO'                    => '1.30',
+            'IO::Compress::Adapter::Bzip2'=> '2.063',
+            'IO::Compress::Adapter::Deflate'=> '2.063',
+            'IO::Compress::Adapter::Identity'=> '2.063',
+            'IO::Compress::Base'    => '2.063',
+            'IO::Compress::Base::Common'=> '2.063',
+            'IO::Compress::Bzip2'   => '2.063',
+            'IO::Compress::Deflate' => '2.063',
+            'IO::Compress::Gzip'    => '2.063',
+            'IO::Compress::Gzip::Constants'=> '2.063',
+            'IO::Compress::RawDeflate'=> '2.063',
+            'IO::Compress::Zip'     => '2.063',
+            'IO::Compress::Zip::Constants'=> '2.063',
+            'IO::Compress::Zlib::Constants'=> '2.063',
+            'IO::Compress::Zlib::Extra'=> '2.063',
+            'IO::Select'            => '1.22',
+            'IO::Uncompress::Adapter::Bunzip2'=> '2.063',
+            'IO::Uncompress::Adapter::Identity'=> '2.063',
+            'IO::Uncompress::Adapter::Inflate'=> '2.063',
+            'IO::Uncompress::AnyInflate'=> '2.063',
+            'IO::Uncompress::AnyUncompress'=> '2.063',
+            'IO::Uncompress::Base'  => '2.063',
+            'IO::Uncompress::Bunzip2'=> '2.063',
+            'IO::Uncompress::Gunzip'=> '2.063',
+            'IO::Uncompress::Inflate'=> '2.063',
+            'IO::Uncompress::RawInflate'=> '2.063',
+            'IO::Uncompress::Unzip' => '2.063',
+            'IPC::Cmd'              => '0.90',
+            'Locale::Maketext'      => '1.25',
+            'Module::Build'         => '0.4202',
+            'Module::Build::Base'   => '0.4202',
+            'Module::Build::Compat' => '0.4202',
+            'Module::Build::Config' => '0.4202',
+            'Module::Build::Cookbook'=> '0.4202',
+            'Module::Build::Dumper' => '0.4202',
+            'Module::Build::ModuleInfo'=> '0.4202',
+            'Module::Build::Notes'  => '0.4202',
+            'Module::Build::PPMMaker'=> '0.4202',
+            'Module::Build::Platform::Default'=> '0.4202',
+            'Module::Build::Platform::MacOS'=> '0.4202',
+            'Module::Build::Platform::Unix'=> '0.4202',
+            'Module::Build::Platform::VMS'=> '0.4202',
+            'Module::Build::Platform::VOS'=> '0.4202',
+            'Module::Build::Platform::Windows'=> '0.4202',
+            'Module::Build::Platform::aix'=> '0.4202',
+            'Module::Build::Platform::cygwin'=> '0.4202',
+            'Module::Build::Platform::darwin'=> '0.4202',
+            'Module::Build::Platform::os2'=> '0.4202',
+            'Module::Build::PodParser'=> '0.4202',
+            'Module::CoreList'      => '3.01',
+            'Module::CoreList::TieHashDelta'=> '3.01',
+            'Module::CoreList::Utils'=> '3.01',
+            'Opcode'                => '1.27',
+            'POSIX'                 => '1.36',
+            'Package::Constants'    => '0.04',
+            'PerlIO::scalar'        => '0.18',
+            'PerlIO::via'           => '0.13',
+            'SDBM_File'             => '1.10',
+            'Socket'                => '2.013',
+            'TAP::Base'             => '3.30',
+            'TAP::Formatter::Base'  => '3.30',
+            'TAP::Formatter::Color' => '3.30',
+            'TAP::Formatter::Console'=> '3.30',
+            'TAP::Formatter::Console::ParallelSession'=> '3.30',
+            'TAP::Formatter::Console::Session'=> '3.30',
+            'TAP::Formatter::File'  => '3.30',
+            'TAP::Formatter::File::Session'=> '3.30',
+            'TAP::Formatter::Session'=> '3.30',
+            'TAP::Harness'          => '3.30',
+            'TAP::Harness::Env'     => '3.30',
+            'TAP::Object'           => '3.30',
+            'TAP::Parser'           => '3.30',
+            'TAP::Parser::Aggregator'=> '3.30',
+            'TAP::Parser::Grammar'  => '3.30',
+            'TAP::Parser::Iterator' => '3.30',
+            'TAP::Parser::Iterator::Array'=> '3.30',
+            'TAP::Parser::Iterator::Process'=> '3.30',
+            'TAP::Parser::Iterator::Stream'=> '3.30',
+            'TAP::Parser::IteratorFactory'=> '3.30',
+            'TAP::Parser::Multiplexer'=> '3.30',
+            'TAP::Parser::Result'   => '3.30',
+            'TAP::Parser::Result::Bailout'=> '3.30',
+            'TAP::Parser::Result::Comment'=> '3.30',
+            'TAP::Parser::Result::Plan'=> '3.30',
+            'TAP::Parser::Result::Pragma'=> '3.30',
+            'TAP::Parser::Result::Test'=> '3.30',
+            'TAP::Parser::Result::Unknown'=> '3.30',
+            'TAP::Parser::Result::Version'=> '3.30',
+            'TAP::Parser::Result::YAML'=> '3.30',
+            'TAP::Parser::ResultFactory'=> '3.30',
+            'TAP::Parser::Scheduler'=> '3.30',
+            'TAP::Parser::Scheduler::Job'=> '3.30',
+            'TAP::Parser::Scheduler::Spinner'=> '3.30',
+            'TAP::Parser::Source'   => '3.30',
+            'TAP::Parser::SourceHandler'=> '3.30',
+            'TAP::Parser::SourceHandler::Executable'=> '3.30',
+            'TAP::Parser::SourceHandler::File'=> '3.30',
+            'TAP::Parser::SourceHandler::Handle'=> '3.30',
+            'TAP::Parser::SourceHandler::Perl'=> '3.30',
+            'TAP::Parser::SourceHandler::RawTAP'=> '3.30',
+            'TAP::Parser::YAMLish::Reader'=> '3.30',
+            'TAP::Parser::YAMLish::Writer'=> '3.30',
+            'Term::Cap'             => '1.15',
+            'Test::Builder'         => '1.001002',
+            'Test::Builder::Module' => '1.001002',
+            'Test::Harness'         => '3.30',
+            'Test::More'            => '1.001002',
+            'Test::Simple'          => '1.001002',
+            'Tie::StdHandle'        => '4.4',
+            'Unicode::Collate'      => '1.02',
+            'Unicode::Collate::CJK::Korean'=> '1.02',
+            'Unicode::Collate::Locale'=> '1.02',
+            'XS::APItest'           => '0.57',
+            'XS::Typemap'           => '0.12',
+            'arybase'               => '0.07',
+            'bignum'                => '0.37',
+            'constant'              => '1.29',
+            'fields'                => '2.17',
+            'inc::latest'           => '0.4202',
+            'threads'               => '1.90',
+            'threads::shared'       => '1.45',
+        },
+        removed => {
+        }
     },
-    5.013010 => {
-       'Shell'                 => '1',
+    5.019007 => {
+        delta_from => 5.019006,
+        changed => {
+            'CGI'                   => '3.64',
+            'CGI::Apache'           => '1.02',
+            'CGI::Carp'             => '3.64',
+            'CGI::Cookie'           => '1.31',
+            'CGI::Fast'             => '1.10',
+            'CGI::Pretty'           => '3.64',
+            'CGI::Push'             => '1.06',
+            'CGI::Switch'           => '1.02',
+            'CGI::Util'             => '3.64',
+            'CPAN::Meta'            => '2.133380',
+            'CPAN::Meta::Converter' => '2.133380',
+            'CPAN::Meta::Feature'   => '2.133380',
+            'CPAN::Meta::History'   => '2.133380',
+            'CPAN::Meta::Prereqs'   => '2.133380',
+            'CPAN::Meta::Spec'      => '2.133380',
+            'CPAN::Meta::Validator' => '2.133380',
+            'Config'                => '5.019007',
+            'Data::Dumper'          => '2.150',
+            'DynaLoader'            => '1.22',
+            'ExtUtils::Command::MM' => '6.84',
+            'ExtUtils::Liblist'     => '6.84',
+            'ExtUtils::Liblist::Kid'=> '6.84',
+            'ExtUtils::MM'          => '6.84',
+            'ExtUtils::MM_AIX'      => '6.84',
+            'ExtUtils::MM_Any'      => '6.84',
+            'ExtUtils::MM_BeOS'     => '6.84',
+            'ExtUtils::MM_Cygwin'   => '6.84',
+            'ExtUtils::MM_DOS'      => '6.84',
+            'ExtUtils::MM_Darwin'   => '6.84',
+            'ExtUtils::MM_MacOS'    => '6.84',
+            'ExtUtils::MM_NW5'      => '6.84',
+            'ExtUtils::MM_OS2'      => '6.84',
+            'ExtUtils::MM_QNX'      => '6.84',
+            'ExtUtils::MM_UWIN'     => '6.84',
+            'ExtUtils::MM_Unix'     => '6.84',
+            'ExtUtils::MM_VMS'      => '6.84',
+            'ExtUtils::MM_VOS'      => '6.84',
+            'ExtUtils::MM_Win32'    => '6.84',
+            'ExtUtils::MM_Win95'    => '6.84',
+            'ExtUtils::MY'          => '6.84',
+            'ExtUtils::MakeMaker'   => '6.84',
+            'ExtUtils::MakeMaker::Config'=> '6.84',
+            'ExtUtils::Mkbootstrap' => '6.84',
+            'ExtUtils::Mksymlists'  => '6.84',
+            'ExtUtils::testlib'     => '6.84',
+            'File::Fetch'           => '0.46',
+            'HTTP::Tiny'            => '0.039',
+            'Locale::Codes'         => '3.28',
+            'Locale::Codes::Constants'=> '3.28',
+            'Locale::Codes::Country'=> '3.28',
+            'Locale::Codes::Country_Codes'=> '3.28',
+            'Locale::Codes::Country_Retired'=> '3.28',
+            'Locale::Codes::Currency'=> '3.28',
+            'Locale::Codes::Currency_Codes'=> '3.28',
+            'Locale::Codes::Currency_Retired'=> '3.28',
+            'Locale::Codes::LangExt'=> '3.28',
+            'Locale::Codes::LangExt_Codes'=> '3.28',
+            'Locale::Codes::LangExt_Retired'=> '3.28',
+            'Locale::Codes::LangFam'=> '3.28',
+            'Locale::Codes::LangFam_Codes'=> '3.28',
+            'Locale::Codes::LangFam_Retired'=> '3.28',
+            'Locale::Codes::LangVar'=> '3.28',
+            'Locale::Codes::LangVar_Codes'=> '3.28',
+            'Locale::Codes::LangVar_Retired'=> '3.28',
+            'Locale::Codes::Language'=> '3.28',
+            'Locale::Codes::Language_Codes'=> '3.28',
+            'Locale::Codes::Language_Retired'=> '3.28',
+            'Locale::Codes::Script' => '3.28',
+            'Locale::Codes::Script_Codes'=> '3.28',
+            'Locale::Codes::Script_Retired'=> '3.28',
+            'Locale::Country'       => '3.28',
+            'Locale::Currency'      => '3.28',
+            'Locale::Language'      => '3.28',
+            'Locale::Script'        => '3.28',
+            'Module::Build'         => '0.4203',
+            'Module::Build::Base'   => '0.4203',
+            'Module::Build::Compat' => '0.4203',
+            'Module::Build::Config' => '0.4203',
+            'Module::Build::Cookbook'=> '0.4203',
+            'Module::Build::Dumper' => '0.4203',
+            'Module::Build::ModuleInfo'=> '0.4203',
+            'Module::Build::Notes'  => '0.4203',
+            'Module::Build::PPMMaker'=> '0.4203',
+            'Module::Build::Platform::Default'=> '0.4203',
+            'Module::Build::Platform::MacOS'=> '0.4203',
+            'Module::Build::Platform::Unix'=> '0.4203',
+            'Module::Build::Platform::VMS'=> '0.4203',
+            'Module::Build::Platform::VOS'=> '0.4203',
+            'Module::Build::Platform::Windows'=> '0.4203',
+            'Module::Build::Platform::aix'=> '0.4203',
+            'Module::Build::Platform::cygwin'=> '0.4203',
+            'Module::Build::Platform::darwin'=> '0.4203',
+            'Module::Build::Platform::os2'=> '0.4203',
+            'Module::Build::PodParser'=> '0.4203',
+            'Module::CoreList'      => '3.02',
+            'Module::CoreList::TieHashDelta'=> '3.02',
+            'Module::CoreList::Utils'=> '3.02',
+            'POSIX'                 => '1.37',
+            'PerlIO::encoding'      => '0.17',
+            'PerlIO::via'           => '0.14',
+            'SDBM_File'             => '1.11',
+            'Storable'              => '2.48',
+            'Time::Piece'           => '1.24',
+            'Time::Seconds'         => '1.24',
+            'Unicode::Collate'      => '1.04',
+            'Win32'                 => '0.48',
+            'XS::APItest'           => '0.58',
+            'base'                  => '2.20',
+            'constant'              => '1.30',
+            'inc::latest'           => '0.4203',
+            'threads'               => '1.91',
+        },
+        removed => {
+        }
     },
-    5.013011 => {
-       'Shell'                 => '1',
+    5.019008 => {
+        delta_from => 5.019007,
+        changed => {
+            'Config'                => '5.019008',
+            'DynaLoader'            => '1.24',
+            'Encode'                => '2.57',
+            'Errno'                 => '1.20_02',
+            'ExtUtils::CBuilder'    => '0.280213',
+            'ExtUtils::CBuilder::Base'=> '0.280213',
+            'ExtUtils::CBuilder::Platform::Unix'=> '0.280213',
+            'ExtUtils::CBuilder::Platform::VMS'=> '0.280213',
+            'ExtUtils::CBuilder::Platform::Windows'=> '0.280213',
+            'ExtUtils::CBuilder::Platform::Windows::BCC'=> '0.280213',
+            'ExtUtils::CBuilder::Platform::Windows::GCC'=> '0.280213',
+            'ExtUtils::CBuilder::Platform::Windows::MSVC'=> '0.280213',
+            'ExtUtils::CBuilder::Platform::aix'=> '0.280213',
+            'ExtUtils::CBuilder::Platform::cygwin'=> '0.280213',
+            'ExtUtils::CBuilder::Platform::darwin'=> '0.280213',
+            'ExtUtils::CBuilder::Platform::dec_osf'=> '0.280213',
+            'ExtUtils::CBuilder::Platform::os2'=> '0.280213',
+            'ExtUtils::Command::MM' => '6.86',
+            'ExtUtils::Liblist'     => '6.86',
+            'ExtUtils::Liblist::Kid'=> '6.86',
+            'ExtUtils::MM'          => '6.86',
+            'ExtUtils::MM_AIX'      => '6.86',
+            'ExtUtils::MM_Any'      => '6.86',
+            'ExtUtils::MM_BeOS'     => '6.86',
+            'ExtUtils::MM_Cygwin'   => '6.86',
+            'ExtUtils::MM_DOS'      => '6.86',
+            'ExtUtils::MM_Darwin'   => '6.86',
+            'ExtUtils::MM_MacOS'    => '6.86',
+            'ExtUtils::MM_NW5'      => '6.86',
+            'ExtUtils::MM_OS2'      => '6.86',
+            'ExtUtils::MM_QNX'      => '6.86',
+            'ExtUtils::MM_UWIN'     => '6.86',
+            'ExtUtils::MM_Unix'     => '6.86',
+            'ExtUtils::MM_VMS'      => '6.86',
+            'ExtUtils::MM_VOS'      => '6.86',
+            'ExtUtils::MM_Win32'    => '6.86',
+            'ExtUtils::MM_Win95'    => '6.86',
+            'ExtUtils::MY'          => '6.86',
+            'ExtUtils::MakeMaker'   => '6.86',
+            'ExtUtils::MakeMaker::Config'=> '6.86',
+            'ExtUtils::Mkbootstrap' => '6.86',
+            'ExtUtils::Mksymlists'  => '6.86',
+            'ExtUtils::testlib'     => '6.86',
+            'File::Copy'            => '2.29',
+            'Hash::Util::FieldHash' => '1.14',
+            'IO::Socket::IP'        => '0.26',
+            'IO::Socket::UNIX'      => '1.26',
+            'List::Util'            => '1.36',
+            'List::Util::XS'        => '1.36',
+            'Module::Build'         => '0.4204',
+            'Module::Build::Base'   => '0.4204',
+            'Module::Build::Compat' => '0.4204',
+            'Module::Build::Config' => '0.4204',
+            'Module::Build::Cookbook'=> '0.4204',
+            'Module::Build::Dumper' => '0.4204',
+            'Module::Build::ModuleInfo'=> '0.4204',
+            'Module::Build::Notes'  => '0.4204',
+            'Module::Build::PPMMaker'=> '0.4204',
+            'Module::Build::Platform::Default'=> '0.4204',
+            'Module::Build::Platform::MacOS'=> '0.4204',
+            'Module::Build::Platform::Unix'=> '0.4204',
+            'Module::Build::Platform::VMS'=> '0.4204',
+            'Module::Build::Platform::VOS'=> '0.4204',
+            'Module::Build::Platform::Windows'=> '0.4204',
+            'Module::Build::Platform::aix'=> '0.4204',
+            'Module::Build::Platform::cygwin'=> '0.4204',
+            'Module::Build::Platform::darwin'=> '0.4204',
+            'Module::Build::Platform::os2'=> '0.4204',
+            'Module::Build::PodParser'=> '0.4204',
+            'Module::CoreList'      => '3.04',
+            'Module::CoreList::TieHashDelta'=> '3.04',
+            'Module::CoreList::Utils'=> '3.04',
+            'Module::Load'          => '0.28',
+            'Module::Load::Conditional'=> '0.60',
+            'Net::Config'           => '1.13',
+            'Net::FTP::A'           => '1.19',
+            'POSIX'                 => '1.38_01',
+            'Perl::OSType'          => '1.007',
+            'PerlIO::encoding'      => '0.18',
+            'Pod::Perldoc'          => '3.21',
+            'Pod::Perldoc::BaseTo'  => '3.21',
+            'Pod::Perldoc::GetOptsOO'=> '3.21',
+            'Pod::Perldoc::ToANSI'  => '3.21',
+            'Pod::Perldoc::ToChecker'=> '3.21',
+            'Pod::Perldoc::ToMan'   => '3.21',
+            'Pod::Perldoc::ToNroff' => '3.21',
+            'Pod::Perldoc::ToPod'   => '3.21',
+            'Pod::Perldoc::ToRtf'   => '3.21',
+            'Pod::Perldoc::ToTerm'  => '3.21',
+            'Pod::Perldoc::ToText'  => '3.21',
+            'Pod::Perldoc::ToTk'    => '3.21',
+            'Pod::Perldoc::ToXml'   => '3.21',
+            'Scalar::Util'          => '1.36',
+            'Time::Piece'           => '1.27',
+            'Time::Seconds'         => '1.27',
+            'Unicode::UCD'          => '0.57',
+            'XS::APItest'           => '0.59',
+            'XSLoader'              => '0.17',
+            'base'                  => '2.21',
+            'constant'              => '1.31',
+            'inc::latest'           => '0.4204',
+            'threads::shared'       => '1.46',
+            'version'               => '0.9907',
+            'version::regex'        => '0.9907',
+            'version::vpp'          => '0.9907',
+            'warnings'              => '1.21',
+        },
+        removed => {
+        }
     },
-    5.014000 => {
-       'Shell'                 => '1',
+    5.019009 => {
+        delta_from => 5.019008,
+        changed => {
+            'B'                     => '1.48',
+            'B::Concise'            => '0.992',
+            'B::Deparse'            => '1.25',
+            'CGI'                   => '3.65',
+            'CPAN::Meta::YAML'      => '0.011',
+            'Compress::Raw::Bzip2'  => '2.064',
+            'Compress::Raw::Zlib'   => '2.065',
+            'Compress::Zlib'        => '2.064',
+            'Config'                => '5.019009',
+            'Config::Perl::V'       => '0.20',
+            'Cwd'                   => '3.47',
+            'Devel::Peek'           => '1.16',
+            'Digest::SHA'           => '5.87',
+            'DynaLoader'            => '1.25',
+            'English'               => '1.09',
+            'ExtUtils::CBuilder'    => '0.280216',
+            'ExtUtils::CBuilder::Base'=> '0.280216',
+            'ExtUtils::CBuilder::Platform::Unix'=> '0.280216',
+            'ExtUtils::CBuilder::Platform::VMS'=> '0.280216',
+            'ExtUtils::CBuilder::Platform::Windows'=> '0.280216',
+            'ExtUtils::CBuilder::Platform::Windows::BCC'=> '0.280216',
+            'ExtUtils::CBuilder::Platform::Windows::GCC'=> '0.280216',
+            'ExtUtils::CBuilder::Platform::Windows::MSVC'=> '0.280216',
+            'ExtUtils::CBuilder::Platform::aix'=> '0.280216',
+            'ExtUtils::CBuilder::Platform::android'=> '0.280216',
+            'ExtUtils::CBuilder::Platform::cygwin'=> '0.280216',
+            'ExtUtils::CBuilder::Platform::darwin'=> '0.280216',
+            'ExtUtils::CBuilder::Platform::dec_osf'=> '0.280216',
+            'ExtUtils::CBuilder::Platform::os2'=> '0.280216',
+            'ExtUtils::Command::MM' => '6.88',
+            'ExtUtils::Embed'       => '1.32',
+            'ExtUtils::Install'     => '1.62',
+            'ExtUtils::Installed'   => '1.999004',
+            'ExtUtils::Liblist'     => '6.88',
+            'ExtUtils::Liblist::Kid'=> '6.88',
+            'ExtUtils::MM'          => '6.88',
+            'ExtUtils::MM_AIX'      => '6.88',
+            'ExtUtils::MM_Any'      => '6.88',
+            'ExtUtils::MM_BeOS'     => '6.88',
+            'ExtUtils::MM_Cygwin'   => '6.88',
+            'ExtUtils::MM_DOS'      => '6.88',
+            'ExtUtils::MM_Darwin'   => '6.88',
+            'ExtUtils::MM_MacOS'    => '6.88',
+            'ExtUtils::MM_NW5'      => '6.88',
+            'ExtUtils::MM_OS2'      => '6.88',
+            'ExtUtils::MM_QNX'      => '6.88',
+            'ExtUtils::MM_UWIN'     => '6.88',
+            'ExtUtils::MM_Unix'     => '6.88',
+            'ExtUtils::MM_VMS'      => '6.88',
+            'ExtUtils::MM_VOS'      => '6.88',
+            'ExtUtils::MM_Win32'    => '6.88',
+            'ExtUtils::MM_Win95'    => '6.88',
+            'ExtUtils::MY'          => '6.88',
+            'ExtUtils::MakeMaker'   => '6.88',
+            'ExtUtils::MakeMaker::Config'=> '6.88',
+            'ExtUtils::Mkbootstrap' => '6.88',
+            'ExtUtils::Mksymlists'  => '6.88',
+            'ExtUtils::Packlist'    => '1.47',
+            'ExtUtils::testlib'     => '6.88',
+            'Fatal'                 => '2.23',
+            'File::Fetch'           => '0.48',
+            'File::Spec'            => '3.47',
+            'File::Spec::Cygwin'    => '3.47',
+            'File::Spec::Epoc'      => '3.47',
+            'File::Spec::Functions' => '3.47',
+            'File::Spec::Mac'       => '3.47',
+            'File::Spec::OS2'       => '3.47',
+            'File::Spec::Unix'      => '3.47',
+            'File::Spec::VMS'       => '3.47',
+            'File::Spec::Win32'     => '3.47',
+            'HTTP::Tiny'            => '0.042',
+            'IO::Compress::Adapter::Bzip2'=> '2.064',
+            'IO::Compress::Adapter::Deflate'=> '2.064',
+            'IO::Compress::Adapter::Identity'=> '2.064',
+            'IO::Compress::Base'    => '2.064',
+            'IO::Compress::Base::Common'=> '2.064',
+            'IO::Compress::Bzip2'   => '2.064',
+            'IO::Compress::Deflate' => '2.064',
+            'IO::Compress::Gzip'    => '2.064',
+            'IO::Compress::Gzip::Constants'=> '2.064',
+            'IO::Compress::RawDeflate'=> '2.064',
+            'IO::Compress::Zip'     => '2.064',
+            'IO::Compress::Zip::Constants'=> '2.064',
+            'IO::Compress::Zlib::Constants'=> '2.064',
+            'IO::Compress::Zlib::Extra'=> '2.064',
+            'IO::Socket::INET'      => '1.35',
+            'IO::Socket::IP'        => '0.28',
+            'IO::Uncompress::Adapter::Bunzip2'=> '2.064',
+            'IO::Uncompress::Adapter::Identity'=> '2.064',
+            'IO::Uncompress::Adapter::Inflate'=> '2.064',
+            'IO::Uncompress::AnyInflate'=> '2.064',
+            'IO::Uncompress::AnyUncompress'=> '2.064',
+            'IO::Uncompress::Base'  => '2.064',
+            'IO::Uncompress::Bunzip2'=> '2.064',
+            'IO::Uncompress::Gunzip'=> '2.064',
+            'IO::Uncompress::Inflate'=> '2.064',
+            'IO::Uncompress::RawInflate'=> '2.064',
+            'IO::Uncompress::Unzip' => '2.064',
+            'IPC::Cmd'              => '0.92',
+            'List::Util'            => '1.38',
+            'List::Util::XS'        => '1.38',
+            'Locale::Codes'         => '3.29',
+            'Locale::Codes::Constants'=> '3.29',
+            'Locale::Codes::Country'=> '3.29',
+            'Locale::Codes::Country_Codes'=> '3.29',
+            'Locale::Codes::Country_Retired'=> '3.29',
+            'Locale::Codes::Currency'=> '3.29',
+            'Locale::Codes::Currency_Codes'=> '3.29',
+            'Locale::Codes::Currency_Retired'=> '3.29',
+            'Locale::Codes::LangExt'=> '3.29',
+            'Locale::Codes::LangExt_Codes'=> '3.29',
+            'Locale::Codes::LangExt_Retired'=> '3.29',
+            'Locale::Codes::LangFam'=> '3.29',
+            'Locale::Codes::LangFam_Codes'=> '3.29',
+            'Locale::Codes::LangFam_Retired'=> '3.29',
+            'Locale::Codes::LangVar'=> '3.29',
+            'Locale::Codes::LangVar_Codes'=> '3.29',
+            'Locale::Codes::LangVar_Retired'=> '3.29',
+            'Locale::Codes::Language'=> '3.29',
+            'Locale::Codes::Language_Codes'=> '3.29',
+            'Locale::Codes::Language_Retired'=> '3.29',
+            'Locale::Codes::Script' => '3.29',
+            'Locale::Codes::Script_Codes'=> '3.29',
+            'Locale::Codes::Script_Retired'=> '3.29',
+            'Locale::Country'       => '3.29',
+            'Locale::Currency'      => '3.29',
+            'Locale::Language'      => '3.29',
+            'Locale::Script'        => '3.29',
+            'Module::Build'         => '0.4205',
+            'Module::Build::Base'   => '0.4205',
+            'Module::Build::Compat' => '0.4205',
+            'Module::Build::Config' => '0.4205',
+            'Module::Build::Cookbook'=> '0.4205',
+            'Module::Build::Dumper' => '0.4205',
+            'Module::Build::ModuleInfo'=> '0.4205',
+            'Module::Build::Notes'  => '0.4205',
+            'Module::Build::PPMMaker'=> '0.4205',
+            'Module::Build::Platform::Default'=> '0.4205',
+            'Module::Build::Platform::MacOS'=> '0.4205',
+            'Module::Build::Platform::Unix'=> '0.4205',
+            'Module::Build::Platform::VMS'=> '0.4205',
+            'Module::Build::Platform::VOS'=> '0.4205',
+            'Module::Build::Platform::Windows'=> '0.4205',
+            'Module::Build::Platform::aix'=> '0.4205',
+            'Module::Build::Platform::cygwin'=> '0.4205',
+            'Module::Build::Platform::darwin'=> '0.4205',
+            'Module::Build::Platform::os2'=> '0.4205',
+            'Module::Build::PodParser'=> '0.4205',
+            'Module::CoreList'      => '3.06',
+            'Module::CoreList::TieHashDelta'=> '3.06',
+            'Module::CoreList::Utils'=> '3.06',
+            'Module::Load'          => '0.30',
+            'Module::Load::Conditional'=> '0.62',
+            'Net::Domain'           => '2.23',
+            'Net::FTP'              => '2.79',
+            'Net::NNTP'             => '2.26',
+            'Net::POP3'             => '2.31',
+            'Net::Ping'             => '2.43',
+            'Net::SMTP'             => '2.33',
+            'POSIX'                 => '1.38_02',
+            'Parse::CPAN::Meta'     => '1.4413',
+            'Pod::Escapes'          => '1.06',
+            'Pod::Find'             => '1.62',
+            'Pod::InputObjects'     => '1.62',
+            'Pod::ParseUtils'       => '1.62',
+            'Pod::Parser'           => '1.62',
+            'Pod::Select'           => '1.62',
+            'Scalar::Util'          => '1.38',
+            'autodie'               => '2.23',
+            'autodie::exception'    => '2.23',
+            'autodie::exception::system'=> '2.23',
+            'autodie::hints'        => '2.23',
+            'autodie::skip'         => '2.23',
+            'diagnostics'           => '1.34',
+            'feature'               => '1.35',
+            'inc::latest'           => '0.4205',
+            'locale'                => '1.03',
+            'mro'                   => '1.15',
+            'threads'               => '1.92',
+            'version'               => '0.9908',
+            'version::regex'        => '0.9908',
+            'version::vpp'          => '0.9908',
+            'warnings'              => '1.22',
+        },
+        removed => {
+        }
     },
-    5.012004 => {
-       'Class::ISA'            => '1',
-       'Pod::Plainer'          => '1',
-       'Shell'                 => '1',
-       'Switch'                => '1',
+    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.014001 => {
-        'Shell'                 => '1',
+    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.015000 => {
-       'Devel::DProf'          => '1',
+    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.015000 => {
+    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.015001 => {
+    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.015002 => {
+    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.014002 => {
-       'Shell'                 => '1',
+    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.015003 => {
+    5.021004 => {
+        delta_from => 5.021003,
+        changed => {
+        },
+        removed => {
+        }
     },
-    5.015004 => {
+    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.015005 => {
+);
+
+sub is_core
+{
+    my $module = shift;
+    $module = shift if eval { $module->isa(__PACKAGE__) } && @_ > 0 && defined($_[0]) && $_[0] =~ /^\w/;
+    my ($module_version, $perl_version);
+
+    $module_version = shift if @_ > 0;
+    $perl_version   = @_ > 0 ? shift : $];
+
+    my $first_release = first_release($module);
+
+    return 0 if !defined($first_release) || $first_release > $perl_version;
+
+    my $final_release = removed_from($module);
+
+    return 0 if defined($final_release) && $perl_version > $final_release;
+
+    # If a minimum version of the module was specified:
+    # Step through all perl releases ($prn)
+    # so we can find what version of the module
+    # was included in the specified version of perl.
+    # On the way if we pass the required module version, we can
+    # short-circuit and return true
+    if (defined($module_version)) {
+        # The Perl releases aren't a linear sequence, but a tree. We need to build the path
+        # of releases from 5 to the specified release, and follow the module's version(s)
+        # along that path.
+        my @releases = ($perl_version);
+        my $rel = $perl_version;
+        while (defined($rel)) {
+            $rel = $delta{$rel}->{delta_from};
+            unshift(@releases, $rel) if defined($rel);
+        }
+        RELEASE:
+        foreach my $prn (@releases) {
+            next RELEASE if $prn <= $first_release;
+            last RELEASE if $prn > $perl_version;
+            next unless defined(my $next_module_version
+                                   = $delta{$prn}->{changed}->{$module});
+            return 1 if version->parse($next_module_version) >= version->parse($module_version);
+        }
+        return 0;
+    }
+
+    return 1 if !defined($final_release);
+
+    return $perl_version <= $final_release;
+}
+
+for my $version (sort { $a <=> $b } keys %delta) {
+    my $data = $delta{$version};
+
+    tie %{$version{$version}}, 'Module::CoreList::TieHashDelta',
+        $data->{changed}, $data->{removed},
+        $data->{delta_from} ? $version{$data->{delta_from}} : undef;
+}
+
+%deprecated = (
+    5.011    => {
+        changed => { map { $_ => 1 } qw/
+            Class::ISA
+            Pod::Plainer
+            Shell
+            Switch
+        /},
     },
-    5.015006 => {
+    5.011001 => { delta_from => 5.011 },
+    5.011002 => { delta_from => 5.011001 },
+    5.011003 => { delta_from => 5.011002 },
+    5.011004 => { delta_from => 5.011003 },
+    5.011005 => { delta_from => 5.011004 },
+
+    5.012    => { delta_from => 5.011005 },
+    5.012001 => { delta_from => 5.012 },
+    5.012002 => { delta_from => 5.012001 },
+    5.012003 => { delta_from => 5.012002 },
+    5.012004 => { delta_from => 5.012003 },
+    5.012005 => { delta_from => 5.012004 },
+
+    5.013    => { delta_from => 5.012005 },
+    5.013001 => {
+        delta_from => 5.013,
+        removed => { map { $_ => 1 } qw/
+            Class::ISA
+            Pod::Plainer
+            Switch
+        /},
     },
-    5.015007 => {
+    5.013002 => { delta_from => 5.013001 },
+    5.013003 => { delta_from => 5.013002 },
+    5.013004 => { delta_from => 5.013003 },
+    5.013005 => { delta_from => 5.013004 },
+    5.013006 => { delta_from => 5.013005 },
+    5.013007 => { delta_from => 5.013006 },
+    5.013008 => { delta_from => 5.013007 },
+    5.013009 => { delta_from => 5.013008 },
+    5.01301  => { delta_from => 5.013009 },
+    5.013011 => { delta_from => 5.01301  },
+
+    5.014    => { delta_from => 5.013011 },
+    5.014001 => { delta_from => 5.014    },
+    5.014002 => { delta_from => 5.014001 },
+    5.014003 => { delta_from => 5.014002 },
+    5.014004 => { delta_from => 5.014003 },
+
+    5.015    => {
+        delta_from => 5.014004,
+        removed => { Shell => 1 },
     },
-    5.015008 => {
+    5.015001 => { delta_from => 5.015    },
+    5.015002 => { delta_from => 5.015001 },
+    5.015003 => { delta_from => 5.015002 },
+    5.015004 => { delta_from => 5.015003 },
+    5.015005 => { delta_from => 5.015004 },
+    5.015006 => { delta_from => 5.015005 },
+    5.015007 => { delta_from => 5.015006 },
+    5.015008 => { delta_from => 5.015007 },
+    5.015009 => { delta_from => 5.015008 },
+
+    5.016    => { delta_from => 5.015009 },
+    5.016001 => { delta_from => 5.016    },
+    5.016002 => { delta_from => 5.016001 },
+    5.016003 => { delta_from => 5.016002 },
+
+    5.017    => { delta_from => 5.016003 },
+    5.017001 => { delta_from => 5.017    },
+    5.017002 => { delta_from => 5.017001 },
+    5.017003 => { delta_from => 5.017002 },
+    5.017004 => { delta_from => 5.017003 },
+    5.017005 => { delta_from => 5.017004 },
+    5.017006 => { delta_from => 5.017005 },
+    5.017007 => { delta_from => 5.017006 },
+    5.017008 => {
+        delta_from => 5.017007,
+        changed => { 'Pod::LaTeX' => 1 },
     },
-    5.015009 => {
+    5.017009 => {
+        delta_from => 5.017008,
+        changed => { map { $_ => 1 } qw/
+            Archive::Extract
+            B::Lint
+            B::Lint::Debug
+            CPANPLUS
+            CPANPLUS::Backend
+            CPANPLUS::Backend::RV
+            CPANPLUS::Config
+            CPANPLUS::Config::HomeEnv
+            CPANPLUS::Configure
+            CPANPLUS::Configure::Setup
+            CPANPLUS::Dist
+            CPANPLUS::Dist::Autobundle
+            CPANPLUS::Dist::Base
+            CPANPLUS::Dist::Build
+            CPANPLUS::Dist::Build::Constants
+            CPANPLUS::Dist::MM
+            CPANPLUS::Dist::Sample
+            CPANPLUS::Error
+            CPANPLUS::Internals
+            CPANPLUS::Internals::Constants
+            CPANPLUS::Internals::Constants::Report
+            CPANPLUS::Internals::Extract
+            CPANPLUS::Internals::Fetch
+            CPANPLUS::Internals::Report
+            CPANPLUS::Internals::Search
+            CPANPLUS::Internals::Source
+            CPANPLUS::Internals::Source::Memory
+            CPANPLUS::Internals::Source::SQLite
+            CPANPLUS::Internals::Source::SQLite::Tie
+            CPANPLUS::Internals::Utils
+            CPANPLUS::Internals::Utils::Autoflush
+            CPANPLUS::Module
+            CPANPLUS::Module::Author
+            CPANPLUS::Module::Author::Fake
+            CPANPLUS::Module::Checksums
+            CPANPLUS::Module::Fake
+            CPANPLUS::Module::Signature
+            CPANPLUS::Selfupdate
+            CPANPLUS::Shell
+            CPANPLUS::Shell::Classic
+            CPANPLUS::Shell::Default
+            CPANPLUS::Shell::Default::Plugins::CustomSource
+            CPANPLUS::Shell::Default::Plugins::Remote
+            CPANPLUS::Shell::Default::Plugins::Source
+            Devel::InnerPackage
+            File::CheckTree
+            Log::Message
+            Log::Message::Config
+            Log::Message::Handlers
+            Log::Message::Item
+            Log::Message::Simple
+            Module::Pluggable
+            Module::Pluggable::Object
+            Object::Accessor
+            Term::UI
+            Term::UI::History
+            Text::Soundex
+        /},
     },
-    5.016000 => {
+    5.01701  => { delta_from => 5.017009 },
+    5.017011 => { delta_from => 5.01701  },
+    5.017012 => { delta_from => 5.017011 },
+
+    5.018    => { delta_from => 5.017012 },
+    5.018001 => {
+        delta_from => 5.018,
+        changed => {
+        },
+        removed => {
+        }
     },
-    5.016001 => {
+    5.018002 => {
+        delta_from => 5.018001,
+        changed => {
+        },
+        removed => {
+        }
     },
-    5.017000 => {
+
+    5.019    => {
+        delta_from => 5.018,
+        changed => { 'Module::Build' => 1 },
+        removed => { map { $_ => 1 } qw/
+            Archive::Extract
+            B::Lint
+            B::Lint::Debug
+            CPANPLUS
+            CPANPLUS::Backend
+            CPANPLUS::Backend::RV
+            CPANPLUS::Config
+            CPANPLUS::Config::HomeEnv
+            CPANPLUS::Configure
+            CPANPLUS::Configure::Setup
+            CPANPLUS::Dist
+            CPANPLUS::Dist::Autobundle
+            CPANPLUS::Dist::Base
+            CPANPLUS::Dist::Build
+            CPANPLUS::Dist::Build::Constants
+            CPANPLUS::Dist::MM
+            CPANPLUS::Dist::Sample
+            CPANPLUS::Error
+            CPANPLUS::Internals
+            CPANPLUS::Internals::Constants
+            CPANPLUS::Internals::Constants::Report
+            CPANPLUS::Internals::Extract
+            CPANPLUS::Internals::Fetch
+            CPANPLUS::Internals::Report
+            CPANPLUS::Internals::Search
+            CPANPLUS::Internals::Source
+            CPANPLUS::Internals::Source::Memory
+            CPANPLUS::Internals::Source::SQLite
+            CPANPLUS::Internals::Source::SQLite::Tie
+            CPANPLUS::Internals::Utils
+            CPANPLUS::Internals::Utils::Autoflush
+            CPANPLUS::Module
+            CPANPLUS::Module::Author
+            CPANPLUS::Module::Author::Fake
+            CPANPLUS::Module::Checksums
+            CPANPLUS::Module::Fake
+            CPANPLUS::Module::Signature
+            CPANPLUS::Selfupdate
+            CPANPLUS::Shell
+            CPANPLUS::Shell::Classic
+            CPANPLUS::Shell::Default
+            CPANPLUS::Shell::Default::Plugins::CustomSource
+            CPANPLUS::Shell::Default::Plugins::Remote
+            CPANPLUS::Shell::Default::Plugins::Source
+            Devel::InnerPackage
+            File::CheckTree
+            Log::Message
+            Log::Message::Config
+            Log::Message::Handlers
+            Log::Message::Item
+            Log::Message::Simple
+            Module::Pluggable
+            Module::Pluggable::Object
+            Object::Accessor
+            Pod::LaTeX
+            Term::UI
+            Term::UI::History
+            Text::Soundex
+        /}
     },
-    5.017001 => {
+    5.019001 => {
+        delta_from => 5.019,
+        changed => {
+        },
+        removed => {
+        }
     },
-    5.017002 => {
+    5.019002 => {
+        delta_from => 5.019001,
+        changed => {
+        },
+        removed => {
+        }
     },
-    5.017003 => {
+    5.019003 => {
+        delta_from => 5.019002,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.019004 => {
+        delta_from => 5.019003,
+        changed => {
+            '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',
+            'inc::latest'           => '1',
+        },
+        removed => {
+        }
+    },
+    5.019005 => {
+        delta_from => 5.019004,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.019006 => {
+        delta_from => 5.019005,
+        changed => {
+            'Package::Constants'    => '1',
+        },
+        removed => {
+        }
+    },
+    5.019007 => {
+        delta_from => 5.019006,
+        changed => {
+            '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',
+        },
+        removed => {
+        }
+    },
+    5.019008 => {
+        delta_from => 5.019007,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.019009 => {
+        delta_from => 5.019008,
+        changed => {
+        },
+        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.021004 => {
+        delta_from => 5.021003,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.020001 => {
+        delta_from => 5.020000,
+        changed => {
+        },
+        removed => {
+        }
     },
 );
 
+for my $version (sort { $a <=> $b } keys %deprecated) {
+    my $data = $deprecated{$version};
+
+    tie %{ $deprecated{$version} }, 'Module::CoreList::TieHashDelta',
+        $data->{changed}, $data->{removed},
+        $data->{delta_from} ? $deprecated{ $data->{delta_from} } : undef;
+}
+
 %upstream = (
     'App::Cpan'             => 'cpan',
     'App::Prove'            => 'cpan',
     'App::Prove::State'     => 'cpan',
     'App::Prove::State::Result'=> 'cpan',
     'App::Prove::State::Result::Test'=> 'cpan',
-    'Archive::Extract'      => 'cpan',
     'Archive::Tar'          => 'cpan',
     'Archive::Tar::Constant'=> 'cpan',
     'Archive::Tar::File'    => 'cpan',
-    'Attribute::Handlers'   => 'blead',
     'AutoLoader'            => 'cpan',
     'AutoSplit'             => 'cpan',
-    'B::Concise'            => 'blead',
     'B::Debug'              => 'cpan',
-    'B::Deparse'            => 'blead',
-    'B::Lint'               => 'blead',
-    'B::Lint::Debug'        => 'blead',
-    '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',
@@ -7377,6 +10678,7 @@ for my $version (sort { $a <=> $b } keys %delta) {
     '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',
@@ -7391,55 +10693,11 @@ for my $version (sort { $a <=> $b } keys %delta) {
     'CPAN::Tarzip'          => 'cpan',
     'CPAN::URL'             => 'cpan',
     'CPAN::Version'         => 'cpan',
-    'CPANPLUS'              => 'cpan',
-    'CPANPLUS::Backend'     => 'cpan',
-    'CPANPLUS::Backend::RV' => 'cpan',
-    'CPANPLUS::Config'      => 'cpan',
-    'CPANPLUS::Config::HomeEnv'=> 'cpan',
-    'CPANPLUS::Configure'   => 'cpan',
-    'CPANPLUS::Configure::Setup'=> 'cpan',
-    'CPANPLUS::Dist'        => 'cpan',
-    'CPANPLUS::Dist::Autobundle'=> 'cpan',
-    'CPANPLUS::Dist::Base'  => 'cpan',
-    'CPANPLUS::Dist::Build' => 'cpan',
-    'CPANPLUS::Dist::Build::Constants'=> 'cpan',
-    'CPANPLUS::Dist::MM'    => 'cpan',
-    'CPANPLUS::Dist::Sample'=> 'cpan',
-    'CPANPLUS::Error'       => 'cpan',
-    'CPANPLUS::Internals'   => 'cpan',
-    'CPANPLUS::Internals::Constants'=> 'cpan',
-    'CPANPLUS::Internals::Constants::Report'=> 'cpan',
-    'CPANPLUS::Internals::Extract'=> 'cpan',
-    'CPANPLUS::Internals::Fetch'=> 'cpan',
-    'CPANPLUS::Internals::Report'=> 'cpan',
-    'CPANPLUS::Internals::Search'=> 'cpan',
-    'CPANPLUS::Internals::Source'=> 'cpan',
-    'CPANPLUS::Internals::Source::Memory'=> 'cpan',
-    'CPANPLUS::Internals::Source::SQLite'=> 'cpan',
-    'CPANPLUS::Internals::Source::SQLite::Tie'=> 'cpan',
-    'CPANPLUS::Internals::Utils'=> 'cpan',
-    'CPANPLUS::Internals::Utils::Autoflush'=> 'cpan',
-    'CPANPLUS::Module'      => 'cpan',
-    'CPANPLUS::Module::Author'=> 'cpan',
-    'CPANPLUS::Module::Author::Fake'=> 'cpan',
-    'CPANPLUS::Module::Checksums'=> 'cpan',
-    'CPANPLUS::Module::Fake'=> 'cpan',
-    'CPANPLUS::Module::Signature'=> 'cpan',
-    'CPANPLUS::Selfupdate'  => 'cpan',
-    'CPANPLUS::Shell'       => 'cpan',
-    'CPANPLUS::Shell::Classic'=> 'cpan',
-    'CPANPLUS::Shell::Default'=> 'cpan',
-    'CPANPLUS::Shell::Default::Plugins::CustomSource'=> 'cpan',
-    'CPANPLUS::Shell::Default::Plugins::Remote'=> 'cpan',
-    'CPANPLUS::Shell::Default::Plugins::Source'=> 'cpan',
-    'Carp'                  => 'blead',
-    'Carp::Heavy'           => 'blead',
     'Compress::Raw::Bzip2'  => 'cpan',
     'Compress::Raw::Zlib'   => 'cpan',
     'Compress::Zlib'        => 'cpan',
-    'Cwd'                   => 'blead',
+    'Config::Perl::V'       => 'cpan',
     'DB_File'               => 'cpan',
-    'Devel::InnerPackage'   => 'cpan',
     'Devel::PPPort'         => 'cpan',
     'Digest'                => 'cpan',
     'Digest::MD5'           => 'cpan',
@@ -7470,79 +10728,47 @@ for my $version (sort { $a <=> $b } keys %delta) {
     'Encode::TW'            => 'cpan',
     'Encode::Unicode'       => 'cpan',
     'Encode::Unicode::UTF7' => 'cpan',
-    'Exporter'              => 'blead',
-    'Exporter::Heavy'       => 'blead',
-    'ExtUtils::CBuilder'    => 'blead',
-    'ExtUtils::CBuilder::Base'=> 'blead',
-    'ExtUtils::CBuilder::Platform::Unix'=> 'blead',
-    'ExtUtils::CBuilder::Platform::VMS'=> 'blead',
-    'ExtUtils::CBuilder::Platform::Windows'=> 'blead',
-    'ExtUtils::CBuilder::Platform::Windows::BCC'=> 'blead',
-    'ExtUtils::CBuilder::Platform::Windows::GCC'=> 'blead',
-    'ExtUtils::CBuilder::Platform::Windows::MSVC'=> 'blead',
-    'ExtUtils::CBuilder::Platform::aix'=> 'blead',
-    'ExtUtils::CBuilder::Platform::cygwin'=> 'blead',
-    'ExtUtils::CBuilder::Platform::darwin'=> 'blead',
-    'ExtUtils::CBuilder::Platform::dec_osf'=> 'blead',
-    'ExtUtils::CBuilder::Platform::os2'=> 'blead',
-    'ExtUtils::Command::MM' => 'first-come',
-    'ExtUtils::Constant'    => undef,
-    'ExtUtils::Constant::Base'=> undef,
-    'ExtUtils::Constant::ProxySubs'=> undef,
-    'ExtUtils::Constant::Utils'=> undef,
-    'ExtUtils::Constant::XS'=> undef,
-    'ExtUtils::Install'     => 'blead',
-    'ExtUtils::Installed'   => 'blead',
-    'ExtUtils::Liblist'     => 'first-come',
-    'ExtUtils::Liblist::Kid'=> 'first-come',
-    'ExtUtils::MM'          => 'first-come',
-    'ExtUtils::MM_AIX'      => 'first-come',
-    'ExtUtils::MM_Any'      => 'first-come',
-    'ExtUtils::MM_BeOS'     => 'first-come',
-    'ExtUtils::MM_Cygwin'   => 'first-come',
-    'ExtUtils::MM_DOS'      => 'first-come',
-    'ExtUtils::MM_Darwin'   => 'first-come',
-    'ExtUtils::MM_MacOS'    => 'first-come',
-    'ExtUtils::MM_NW5'      => 'first-come',
-    'ExtUtils::MM_OS2'      => 'first-come',
-    'ExtUtils::MM_QNX'      => 'first-come',
-    'ExtUtils::MM_UWIN'     => 'first-come',
-    'ExtUtils::MM_Unix'     => 'first-come',
-    'ExtUtils::MM_VMS'      => 'first-come',
-    'ExtUtils::MM_VOS'      => 'first-come',
-    'ExtUtils::MM_Win32'    => 'first-come',
-    'ExtUtils::MM_Win95'    => 'first-come',
-    'ExtUtils::MY'          => 'first-come',
-    'ExtUtils::MakeMaker'   => 'first-come',
-    'ExtUtils::MakeMaker::Config'=> 'first-come',
-    'ExtUtils::Mkbootstrap' => 'first-come',
-    'ExtUtils::Mksymlists'  => 'first-come',
-    'ExtUtils::Packlist'    => 'blead',
-    'ExtUtils::ParseXS'     => 'blead',
-    'ExtUtils::ParseXS::Constants'=> 'blead',
-    'ExtUtils::ParseXS::CountLines'=> 'blead',
-    'ExtUtils::ParseXS::Utilities'=> 'blead',
-    'ExtUtils::Typemaps'    => 'blead',
-    'ExtUtils::Typemaps::Cmd'=> 'blead',
-    'ExtUtils::Typemaps::InputMap'=> 'blead',
-    'ExtUtils::Typemaps::OutputMap'=> 'blead',
-    'ExtUtils::Typemaps::Type'=> 'blead',
-    'ExtUtils::testlib'     => 'first-come',
+    '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',
+    'ExtUtils::MM_AIX'      => 'cpan',
+    'ExtUtils::MM_Any'      => 'cpan',
+    'ExtUtils::MM_BeOS'     => 'cpan',
+    'ExtUtils::MM_Cygwin'   => 'cpan',
+    'ExtUtils::MM_DOS'      => 'cpan',
+    'ExtUtils::MM_Darwin'   => 'cpan',
+    'ExtUtils::MM_MacOS'    => 'cpan',
+    'ExtUtils::MM_NW5'      => 'cpan',
+    'ExtUtils::MM_OS2'      => 'cpan',
+    'ExtUtils::MM_QNX'      => 'cpan',
+    'ExtUtils::MM_UWIN'     => 'cpan',
+    'ExtUtils::MM_Unix'     => 'cpan',
+    'ExtUtils::MM_VMS'      => 'cpan',
+    'ExtUtils::MM_VOS'      => 'cpan',
+    'ExtUtils::MM_Win32'    => 'cpan',
+    'ExtUtils::MM_Win95'    => 'cpan',
+    'ExtUtils::MY'          => 'cpan',
+    'ExtUtils::MakeMaker'   => 'cpan',
+    'ExtUtils::MakeMaker::Config'=> 'cpan',
+    'ExtUtils::Manifest'    => 'cpan',
+    'ExtUtils::Mkbootstrap' => 'cpan',
+    'ExtUtils::Mksymlists'  => 'cpan',
+    'ExtUtils::Packlist'    => 'cpan',
+    'ExtUtils::testlib'     => 'cpan',
     'Fatal'                 => 'cpan',
     'File::Fetch'           => 'cpan',
     'File::GlobMapper'      => 'cpan',
-    'File::Path'            => undef,
-    'File::Spec'            => 'blead',
-    'File::Spec::Cygwin'    => 'blead',
-    'File::Spec::Epoc'      => 'blead',
-    'File::Spec::Functions' => 'blead',
-    'File::Spec::Mac'       => 'blead',
-    'File::Spec::OS2'       => 'blead',
-    'File::Spec::Unix'      => 'blead',
-    'File::Spec::VMS'       => 'blead',
-    'File::Spec::Win32'     => 'blead',
+    'File::Path'            => 'cpan',
     'File::Temp'            => 'cpan',
-    'Filter::Simple'        => 'blead',
     'Filter::Util::Call'    => 'cpan',
     'Getopt::Long'          => 'cpan',
     'HTTP::Tiny'            => 'cpan',
@@ -7560,6 +10786,7 @@ for my $version (sort { $a <=> $b } keys %delta) {
     'IO::Compress::Zip::Constants'=> 'cpan',
     'IO::Compress::Zlib::Constants'=> 'cpan',
     'IO::Compress::Zlib::Extra'=> 'cpan',
+    'IO::Socket::IP'        => 'cpan',
     'IO::Uncompress::Adapter::Bunzip2'=> 'cpan',
     'IO::Uncompress::Adapter::Identity'=> 'cpan',
     'IO::Uncompress::Adapter::Inflate'=> 'cpan',
@@ -7571,7 +10798,7 @@ for my $version (sort { $a <=> $b } keys %delta) {
     'IO::Uncompress::Inflate'=> 'cpan',
     'IO::Uncompress::RawInflate'=> 'cpan',
     'IO::Uncompress::Unzip' => 'cpan',
-    'IO::Zlib'              => undef,
+    'IO::Zlib'              => 'cpan',
     'IPC::Cmd'              => 'cpan',
     'IPC::Msg'              => 'cpan',
     'IPC::Semaphore'        => 'cpan',
@@ -7607,26 +10834,10 @@ for my $version (sort { $a <=> $b } keys %delta) {
     'Locale::Country'       => 'cpan',
     'Locale::Currency'      => 'cpan',
     'Locale::Language'      => 'cpan',
-    'Locale::Maketext'      => 'blead',
-    'Locale::Maketext::Guts'=> 'blead',
-    'Locale::Maketext::GutsLoader'=> 'blead',
     'Locale::Maketext::Simple'=> 'cpan',
     'Locale::Script'        => 'cpan',
-    'Log::Message'          => 'cpan',
-    'Log::Message::Config'  => 'cpan',
-    'Log::Message::Handlers'=> 'cpan',
-    'Log::Message::Item'    => 'cpan',
-    'Log::Message::Simple'  => 'cpan',
     'MIME::Base64'          => 'cpan',
     'MIME::QuotedPrint'     => 'cpan',
-    'Math::BigFloat'        => 'blead',
-    'Math::BigFloat::Trace' => 'blead',
-    'Math::BigInt'          => 'blead',
-    'Math::BigInt::Calc'    => 'blead',
-    'Math::BigInt::CalcEmu' => 'blead',
-    'Math::BigInt::FastCalc'=> 'blead',
-    'Math::BigInt::Trace'   => 'blead',
-    'Math::BigRat'          => 'blead',
     'Math::Complex'         => 'cpan',
     'Math::Trig'            => 'cpan',
     'Memoize'               => 'cpan',
@@ -7637,68 +10848,36 @@ for my $version (sort { $a <=> $b } keys %delta) {
     '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::Amiga'=> 'cpan',
-    'Module::Build::Platform::Default'=> 'cpan',
-    'Module::Build::Platform::EBCDIC'=> 'cpan',
-    'Module::Build::Platform::MPEiX'=> 'cpan',
-    'Module::Build::Platform::MacOS'=> 'cpan',
-    'Module::Build::Platform::RiscOS'=> '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::CoreList'      => 'blead',
-    'Module::CoreList::TieHashDelta'=> 'blead',
     'Module::Load'          => 'cpan',
     'Module::Load::Conditional'=> 'cpan',
     'Module::Loaded'        => 'cpan',
     'Module::Metadata'      => 'cpan',
-    'Module::Pluggable'     => 'cpan',
-    'Module::Pluggable::Object'=> 'cpan',
+    'Module::Metadata::corpus::BOMTest::UTF16BE'=> 'cpan',
+    'Module::Metadata::corpus::BOMTest::UTF16LE'=> 'cpan',
+    'Module::Metadata::corpus::BOMTest::UTF8'=> 'cpan',
     'NEXT'                  => 'cpan',
-    'Net::Cmd'              => undef,
-    'Net::Config'           => undef,
-    'Net::Domain'           => undef,
-    'Net::FTP'              => undef,
-    'Net::FTP::A'           => undef,
-    'Net::FTP::E'           => undef,
-    'Net::FTP::I'           => undef,
-    'Net::FTP::L'           => undef,
-    'Net::FTP::dataconn'    => undef,
-    'Net::NNTP'             => undef,
-    'Net::Netrc'            => undef,
-    'Net::POP3'             => undef,
-    'Net::Ping'             => 'blead',
-    'Net::SMTP'             => undef,
-    'Net::Time'             => undef,
-    'Object::Accessor'      => 'cpan',
-    'Package::Constants'    => 'cpan',
+    'Net::Cmd'              => 'cpan',
+    'Net::Config'           => 'cpan',
+    'Net::Domain'           => 'cpan',
+    'Net::FTP'              => 'cpan',
+    'Net::FTP::A'           => 'cpan',
+    'Net::FTP::E'           => 'cpan',
+    'Net::FTP::I'           => 'cpan',
+    'Net::FTP::L'           => 'cpan',
+    'Net::FTP::dataconn'    => 'cpan',
+    'Net::NNTP'             => 'cpan',
+    'Net::Netrc'            => 'cpan',
+    'Net::POP3'             => 'cpan',
+    'Net::SMTP'             => 'cpan',
+    'Net::Time'             => 'cpan',
     'Params::Check'         => 'cpan',
     'Parse::CPAN::Meta'     => 'cpan',
     'Perl::OSType'          => 'cpan',
-    'PerlIO::via::QuotedPrint'=> undef,
+    'PerlIO::via::QuotedPrint'=> 'cpan',
     'Pod::Checker'          => 'cpan',
-    'Pod::Escapes'          => undef,
+    'Pod::Escapes'          => 'cpan',
     'Pod::Find'             => 'cpan',
     'Pod::InputObjects'     => 'cpan',
-    'Pod::LaTeX'            => undef,
     'Pod::Man'              => 'cpan',
     'Pod::ParseLink'        => 'cpan',
     'Pod::ParseUtils'       => 'cpan',
@@ -7751,11 +10930,8 @@ for my $version (sort { $a <=> $b } keys %delta) {
     'Pod::Text::Overstrike' => 'cpan',
     'Pod::Text::Termcap'    => 'cpan',
     'Pod::Usage'            => 'cpan',
-    'Safe'                  => 'blead',
     'Scalar::Util'          => 'cpan',
-    'SelfLoader'            => 'blead',
     'Socket'                => 'cpan',
-    'Storable'              => 'blead',
     'Sys::Syslog'           => 'cpan',
     'Sys::Syslog::Win32'    => 'cpan',
     'TAP::Base'             => 'cpan',
@@ -7768,6 +10944,7 @@ for my $version (sort { $a <=> $b } keys %delta) {
     'TAP::Formatter::File::Session'=> 'cpan',
     'TAP::Formatter::Session'=> 'cpan',
     'TAP::Harness'          => 'cpan',
+    'TAP::Harness::Env'     => 'cpan',
     'TAP::Object'           => 'cpan',
     'TAP::Parser'           => 'cpan',
     'TAP::Parser::Aggregator'=> 'cpan',
@@ -7798,13 +10975,10 @@ for my $version (sort { $a <=> $b } keys %delta) {
     'TAP::Parser::SourceHandler::Handle'=> 'cpan',
     'TAP::Parser::SourceHandler::Perl'=> 'cpan',
     'TAP::Parser::SourceHandler::RawTAP'=> 'cpan',
-    'TAP::Parser::Utils'    => 'cpan',
     'TAP::Parser::YAMLish::Reader'=> 'cpan',
     'TAP::Parser::YAMLish::Writer'=> 'cpan',
     'Term::ANSIColor'       => 'cpan',
-    'Term::Cap'             => undef,
-    'Term::UI'              => 'cpan',
-    'Term::UI::History'     => 'cpan',
+    'Term::Cap'             => 'cpan',
     'Test'                  => 'cpan',
     'Test::Builder'         => 'cpan',
     'Test::Builder::Module' => 'cpan',
@@ -7814,58 +10988,43 @@ for my $version (sort { $a <=> $b } keys %delta) {
     'Test::More'            => 'cpan',
     'Test::Simple'          => 'cpan',
     'Text::Balanced'        => 'cpan',
-    'Text::ParseWords'      => undef,
-    'Text::Soundex'         => undef,
+    'Text::ParseWords'      => 'cpan',
     'Text::Tabs'            => 'cpan',
     'Text::Wrap'            => 'cpan',
-    'Thread::Queue'         => 'blead',
-    'Thread::Semaphore'     => 'blead',
-    'Tie::File'             => 'blead',
     'Tie::RefHash'          => 'cpan',
     'Time::HiRes'           => 'cpan',
     'Time::Local'           => 'cpan',
-    'Time::Piece'           => undef,
-    'Time::Seconds'         => undef,
-    'Unicode::Collate'      => 'first-come',
-    'Unicode::Collate::CJK::Big5'=> 'first-come',
-    'Unicode::Collate::CJK::GB2312'=> 'first-come',
-    'Unicode::Collate::CJK::JISX0208'=> 'first-come',
-    'Unicode::Collate::CJK::Korean'=> 'first-come',
-    'Unicode::Collate::CJK::Pinyin'=> 'first-come',
-    'Unicode::Collate::CJK::Stroke'=> 'first-come',
-    'Unicode::Collate::Locale'=> 'first-come',
-    'Unicode::Normalize'    => 'first-come',
-    'Unicode::UCD'          => 'blead',
-    'VMS::DCLsym'           => undef,
-    'VMS::Filespec'         => undef,
-    'VMS::Stdio'            => undef,
+    'Time::Piece'           => 'cpan',
+    'Time::Seconds'         => 'cpan',
+    'Unicode::Collate'      => 'cpan',
+    'Unicode::Collate::CJK::Big5'=> 'cpan',
+    'Unicode::Collate::CJK::GB2312'=> 'cpan',
+    'Unicode::Collate::CJK::JISX0208'=> 'cpan',
+    'Unicode::Collate::CJK::Korean'=> 'cpan',
+    'Unicode::Collate::CJK::Pinyin'=> 'cpan',
+    'Unicode::Collate::CJK::Stroke'=> 'cpan',
+    'Unicode::Collate::CJK::Zhuyin'=> 'cpan',
+    'Unicode::Collate::Locale'=> 'cpan',
+    'Unicode::Normalize'    => 'cpan',
     'Win32'                 => 'cpan',
     'Win32API::File'        => 'cpan',
     'Win32API::File::ExtUtils::Myconst2perl'=> 'cpan',
-    'Win32CORE'             => undef,
-    'XSLoader'              => 'blead',
     'autodie'               => 'cpan',
+    'autodie::Scope::Guard' => 'cpan',
+    'autodie::Scope::GuardStack'=> 'cpan',
+    'autodie::ScopeUtil'    => 'cpan',
     'autodie::exception'    => 'cpan',
     'autodie::exception::system'=> 'cpan',
     'autodie::hints'        => 'cpan',
-    'base'                  => 'blead',
-    'bigint'                => 'blead',
-    'bignum'                => 'blead',
-    'bigrat'                => 'blead',
-    'constant'              => 'blead',
+    'autodie::skip'         => 'cpan',
     'encoding'              => 'cpan',
-    'encoding::warnings'    => undef,
-    'fields'                => 'blead',
-    'if'                    => 'blead',
-    'inc::latest'           => 'cpan',
-    'lib'                   => 'blead',
-    'parent'                => undef,
+    'encoding::warnings'    => 'cpan',
+    'experimental'          => 'cpan',
+    'parent'                => 'cpan',
     'perlfaq'               => 'cpan',
-    'threads'               => 'blead',
-    'threads::shared'       => 'blead',
-    'version'               => undef,
-    'warnings'              => 'blead',
-    'warnings::register'    => 'blead',
+    'version'               => 'cpan',
+    'version::regex'        => 'cpan',
+    'version::vpp'          => 'cpan',
 );
 
 %bug_tracker = (
@@ -7874,25 +11033,10 @@ for my $version (sort { $a <=> $b } keys %delta) {
     'App::Prove::State'     => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness',
     'App::Prove::State::Result'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness',
     'App::Prove::State::Result::Test'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness',
-    'Archive::Extract'      => undef,
     'Archive::Tar'          => undef,
     'Archive::Tar::Constant'=> undef,
     'Archive::Tar::File'    => undef,
-    'Attribute::Handlers'   => undef,
-    'B::Concise'            => undef,
     'B::Debug'              => undef,
-    'B::Deparse'            => undef,
-    'B::Lint'               => undef,
-    'B::Lint::Debug'        => undef,
-    'CGI'                   => undef,
-    'CGI::Apache'           => undef,
-    'CGI::Carp'             => undef,
-    'CGI::Cookie'           => undef,
-    'CGI::Fast'             => undef,
-    'CGI::Pretty'           => undef,
-    'CGI::Push'             => undef,
-    'CGI::Switch'           => undef,
-    'CGI::Util'             => undef,
     'CPAN'                  => undef,
     'CPAN::Author'          => undef,
     'CPAN::Bundle'          => undef,
@@ -7917,15 +11061,16 @@ for my $version (sort { $a <=> $b } keys %delta) {
     'CPAN::InfoObj'         => undef,
     'CPAN::Kwalify'         => undef,
     'CPAN::LWP::UserAgent'  => undef,
-    'CPAN::Meta'            => 'http://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Meta',
-    'CPAN::Meta::Converter' => 'http://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Meta',
-    'CPAN::Meta::Feature'   => 'http://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Meta',
-    'CPAN::Meta::History'   => 'http://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Meta',
-    'CPAN::Meta::Prereqs'   => 'http://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Meta',
-    'CPAN::Meta::Requirements'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Meta-Requirements',
-    'CPAN::Meta::Spec'      => 'http://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Meta',
-    'CPAN::Meta::Validator' => 'http://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Meta',
-    'CPAN::Meta::YAML'      => 'http://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Meta-YAML',
+    'CPAN::Meta'            => 'https://github.com/Perl-Toolchain-Gang/CPAN-Meta/issues',
+    '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',
+    'CPAN::Meta::Validator' => 'https://github.com/Perl-Toolchain-Gang/CPAN-Meta/issues',
+    'CPAN::Meta::YAML'      => 'https://github.com/dagolden/CPAN-Meta-YAML/issues',
     'CPAN::Mirrors'         => undef,
     'CPAN::Module'          => undef,
     'CPAN::Nox'             => undef,
@@ -7935,56 +11080,12 @@ for my $version (sort { $a <=> $b } keys %delta) {
     'CPAN::Tarzip'          => undef,
     'CPAN::URL'             => undef,
     'CPAN::Version'         => undef,
-    'CPANPLUS'              => undef,
-    'CPANPLUS::Backend'     => undef,
-    'CPANPLUS::Backend::RV' => undef,
-    'CPANPLUS::Config'      => undef,
-    'CPANPLUS::Config::HomeEnv'=> undef,
-    'CPANPLUS::Configure'   => undef,
-    'CPANPLUS::Configure::Setup'=> undef,
-    'CPANPLUS::Dist'        => undef,
-    'CPANPLUS::Dist::Autobundle'=> undef,
-    'CPANPLUS::Dist::Base'  => undef,
-    'CPANPLUS::Dist::Build' => undef,
-    'CPANPLUS::Dist::Build::Constants'=> undef,
-    'CPANPLUS::Dist::MM'    => undef,
-    'CPANPLUS::Dist::Sample'=> undef,
-    'CPANPLUS::Error'       => undef,
-    'CPANPLUS::Internals'   => undef,
-    'CPANPLUS::Internals::Constants'=> undef,
-    'CPANPLUS::Internals::Constants::Report'=> undef,
-    'CPANPLUS::Internals::Extract'=> undef,
-    'CPANPLUS::Internals::Fetch'=> undef,
-    'CPANPLUS::Internals::Report'=> undef,
-    'CPANPLUS::Internals::Search'=> undef,
-    'CPANPLUS::Internals::Source'=> undef,
-    'CPANPLUS::Internals::Source::Memory'=> undef,
-    'CPANPLUS::Internals::Source::SQLite'=> undef,
-    'CPANPLUS::Internals::Source::SQLite::Tie'=> undef,
-    'CPANPLUS::Internals::Utils'=> undef,
-    'CPANPLUS::Internals::Utils::Autoflush'=> undef,
-    'CPANPLUS::Module'      => undef,
-    'CPANPLUS::Module::Author'=> undef,
-    'CPANPLUS::Module::Author::Fake'=> undef,
-    'CPANPLUS::Module::Checksums'=> undef,
-    'CPANPLUS::Module::Fake'=> undef,
-    'CPANPLUS::Module::Signature'=> undef,
-    'CPANPLUS::Selfupdate'  => undef,
-    'CPANPLUS::Shell'       => undef,
-    'CPANPLUS::Shell::Classic'=> undef,
-    'CPANPLUS::Shell::Default'=> undef,
-    'CPANPLUS::Shell::Default::Plugins::CustomSource'=> undef,
-    'CPANPLUS::Shell::Default::Plugins::Remote'=> undef,
-    'CPANPLUS::Shell::Default::Plugins::Source'=> undef,
-    'Carp'                  => undef,
-    'Carp::Heavy'           => undef,
     'Compress::Raw::Bzip2'  => undef,
     'Compress::Raw::Zlib'   => undef,
     'Compress::Zlib'        => undef,
-    'Cwd'                   => undef,
+    'Config::Perl::V'       => undef,
     'DB_File'               => undef,
-    'Devel::InnerPackage'   => undef,
-    'Devel::PPPort'         => undef,
+    'Devel::PPPort'         => 'https://github.com/mhx/Devel-PPPort/issues/',
     'Digest'                => undef,
     'Digest::MD5'           => undef,
     'Digest::SHA'           => undef,
@@ -8014,82 +11115,50 @@ for my $version (sort { $a <=> $b } keys %delta) {
     'Encode::TW'            => undef,
     'Encode::Unicode'       => undef,
     'Encode::Unicode::UTF7' => undef,
-    'Exporter'              => undef,
-    'Exporter::Heavy'       => undef,
-    'ExtUtils::CBuilder'    => undef,
-    'ExtUtils::CBuilder::Base'=> undef,
-    'ExtUtils::CBuilder::Platform::Unix'=> undef,
-    'ExtUtils::CBuilder::Platform::VMS'=> undef,
-    'ExtUtils::CBuilder::Platform::Windows'=> undef,
-    'ExtUtils::CBuilder::Platform::Windows::BCC'=> undef,
-    'ExtUtils::CBuilder::Platform::Windows::GCC'=> undef,
-    'ExtUtils::CBuilder::Platform::Windows::MSVC'=> undef,
-    'ExtUtils::CBuilder::Platform::aix'=> undef,
-    'ExtUtils::CBuilder::Platform::cygwin'=> undef,
-    'ExtUtils::CBuilder::Platform::darwin'=> undef,
-    'ExtUtils::CBuilder::Platform::dec_osf'=> undef,
-    'ExtUtils::CBuilder::Platform::os2'=> undef,
-    'ExtUtils::Command::MM' => 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'     => undef,
-    'ExtUtils::Installed'   => undef,
-    'ExtUtils::Liblist'     => undef,
-    'ExtUtils::Liblist::Kid'=> undef,
-    'ExtUtils::MM'          => undef,
-    'ExtUtils::MM_AIX'      => undef,
-    'ExtUtils::MM_Any'      => undef,
-    'ExtUtils::MM_BeOS'     => undef,
-    'ExtUtils::MM_Cygwin'   => undef,
-    'ExtUtils::MM_DOS'      => undef,
-    'ExtUtils::MM_Darwin'   => undef,
-    'ExtUtils::MM_MacOS'    => undef,
-    'ExtUtils::MM_NW5'      => undef,
-    'ExtUtils::MM_OS2'      => undef,
-    'ExtUtils::MM_QNX'      => undef,
-    'ExtUtils::MM_UWIN'     => undef,
-    'ExtUtils::MM_Unix'     => undef,
-    'ExtUtils::MM_VMS'      => undef,
-    'ExtUtils::MM_VOS'      => undef,
-    'ExtUtils::MM_Win32'    => undef,
-    'ExtUtils::MM_Win95'    => undef,
-    'ExtUtils::MY'          => undef,
-    'ExtUtils::MakeMaker'   => undef,
-    'ExtUtils::MakeMaker::Config'=> undef,
-    'ExtUtils::Mkbootstrap' => undef,
-    'ExtUtils::Mksymlists'  => undef,
-    'ExtUtils::Packlist'    => undef,
-    'ExtUtils::ParseXS'     => undef,
-    'ExtUtils::ParseXS::Constants'=> undef,
-    'ExtUtils::ParseXS::CountLines'=> undef,
-    'ExtUtils::ParseXS::Utilities'=> undef,
-    'ExtUtils::Typemaps'    => undef,
-    'ExtUtils::Typemaps::Cmd'=> undef,
-    'ExtUtils::Typemaps::InputMap'=> undef,
-    'ExtUtils::Typemaps::OutputMap'=> undef,
-    'ExtUtils::Typemaps::Type'=> undef,
-    'ExtUtils::testlib'     => undef,
+    'ExtUtils::Install'     => 'http://rt.perl.org/rt3/',
+    'ExtUtils::Installed'   => 'http://rt.perl.org/rt3/',
+    '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',
+    'ExtUtils::MM_AIX'      => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
+    'ExtUtils::MM_Any'      => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
+    'ExtUtils::MM_BeOS'     => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
+    'ExtUtils::MM_Cygwin'   => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
+    'ExtUtils::MM_DOS'      => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
+    'ExtUtils::MM_Darwin'   => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
+    'ExtUtils::MM_MacOS'    => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
+    'ExtUtils::MM_NW5'      => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
+    'ExtUtils::MM_OS2'      => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
+    'ExtUtils::MM_QNX'      => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
+    'ExtUtils::MM_UWIN'     => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
+    'ExtUtils::MM_Unix'     => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
+    'ExtUtils::MM_VMS'      => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
+    'ExtUtils::MM_VOS'      => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
+    'ExtUtils::MM_Win32'    => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
+    'ExtUtils::MM_Win95'    => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
+    'ExtUtils::MY'          => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
+    'ExtUtils::MakeMaker'   => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
+    'ExtUtils::MakeMaker::Config'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
+    'ExtUtils::Manifest'    => 'http://rt.perl.org/rt3/',
+    'ExtUtils::Mkbootstrap' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
+    'ExtUtils::Mksymlists'  => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
+    'ExtUtils::Packlist'    => 'http://rt.perl.org/rt3/',
+    'ExtUtils::testlib'     => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
     'Fatal'                 => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie',
     'File::Fetch'           => undef,
     'File::GlobMapper'      => undef,
     'File::Path'            => undef,
-    'File::Spec'            => undef,
-    'File::Spec::Cygwin'    => undef,
-    'File::Spec::Epoc'      => undef,
-    'File::Spec::Functions' => undef,
-    'File::Spec::Mac'       => undef,
-    'File::Spec::OS2'       => undef,
-    'File::Spec::Unix'      => undef,
-    'File::Spec::VMS'       => undef,
-    'File::Spec::Win32'     => undef,
-    'File::Temp'            => undef,
-    'Filter::Simple'        => undef,
+    'File::Temp'            => 'http://rt.cpan.org/Public/Dist/Display.html?Name=File-Temp',
     'Filter::Util::Call'    => undef,
     'Getopt::Long'          => undef,
-    'HTTP::Tiny'            => 'http://rt.cpan.org/Public/Dist/Display.html?Name=HTTP-Tiny',
+    'HTTP::Tiny'            => 'https://github.com/chansen/p5-http-tiny/issues',
     'IO::Compress::Adapter::Bzip2'=> undef,
     'IO::Compress::Adapter::Deflate'=> undef,
     'IO::Compress::Adapter::Identity'=> undef,
@@ -8104,6 +11173,7 @@ for my $version (sort { $a <=> $b } keys %delta) {
     'IO::Compress::Zip::Constants'=> undef,
     'IO::Compress::Zlib::Constants'=> undef,
     'IO::Compress::Zlib::Extra'=> undef,
+    'IO::Socket::IP'        => undef,
     'IO::Uncompress::Adapter::Bunzip2'=> undef,
     'IO::Uncompress::Adapter::Identity'=> undef,
     'IO::Uncompress::Adapter::Inflate'=> undef,
@@ -8151,26 +11221,10 @@ for my $version (sort { $a <=> $b } keys %delta) {
     'Locale::Country'       => undef,
     'Locale::Currency'      => undef,
     'Locale::Language'      => undef,
-    'Locale::Maketext'      => undef,
-    'Locale::Maketext::Guts'=> undef,
-    'Locale::Maketext::GutsLoader'=> undef,
     'Locale::Maketext::Simple'=> undef,
     'Locale::Script'        => undef,
-    'Log::Message'          => undef,
-    'Log::Message::Config'  => undef,
-    'Log::Message::Handlers'=> undef,
-    'Log::Message::Item'    => undef,
-    'Log::Message::Simple'  => undef,
     'MIME::Base64'          => undef,
     'MIME::QuotedPrint'     => undef,
-    'Math::BigFloat'        => undef,
-    'Math::BigFloat::Trace' => undef,
-    'Math::BigInt'          => undef,
-    'Math::BigInt::Calc'    => undef,
-    'Math::BigInt::CalcEmu' => undef,
-    'Math::BigInt::FastCalc'=> undef,
-    'Math::BigInt::Trace'   => undef,
-    'Math::BigRat'          => undef,
     'Math::Complex'         => undef,
     'Math::Trig'            => undef,
     'Memoize'               => undef,
@@ -8181,40 +11235,13 @@ for my $version (sort { $a <=> $b } keys %delta) {
     '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::Cookbook'=> undef,
-    'Module::Build::Dumper' => undef,
-    'Module::Build::ModuleInfo'=> undef,
-    'Module::Build::Notes'  => undef,
-    'Module::Build::PPMMaker'=> undef,
-    'Module::Build::Platform::Amiga'=> undef,
-    'Module::Build::Platform::Default'=> undef,
-    'Module::Build::Platform::EBCDIC'=> undef,
-    'Module::Build::Platform::MPEiX'=> undef,
-    'Module::Build::Platform::MacOS'=> undef,
-    'Module::Build::Platform::RiscOS'=> 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::CoreList'      => undef,
-    'Module::CoreList::TieHashDelta'=> undef,
     'Module::Load'          => undef,
     'Module::Load::Conditional'=> undef,
     'Module::Loaded'        => undef,
-    'Module::Metadata'      => undef,
-    'Module::Pluggable'     => undef,
-    'Module::Pluggable::Object'=> 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,
@@ -8228,20 +11255,16 @@ for my $version (sort { $a <=> $b } keys %delta) {
     'Net::NNTP'             => undef,
     'Net::Netrc'            => undef,
     'Net::POP3'             => undef,
-    'Net::Ping'             => undef,
     'Net::SMTP'             => undef,
     'Net::Time'             => undef,
-    'Object::Accessor'      => undef,
-    'Package::Constants'    => undef,
     'Params::Check'         => undef,
-    'Parse::CPAN::Meta'     => undef,
-    'Perl::OSType'          => 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',
     'PerlIO::via::QuotedPrint'=> undef,
     'Pod::Checker'          => undef,
     'Pod::Escapes'          => undef,
     'Pod::Find'             => undef,
     'Pod::InputObjects'     => undef,
-    'Pod::LaTeX'            => undef,
     'Pod::Man'              => undef,
     'Pod::ParseLink'        => undef,
     'Pod::ParseUtils'       => undef,
@@ -8294,11 +11317,8 @@ for my $version (sort { $a <=> $b } keys %delta) {
     'Pod::Text::Overstrike' => undef,
     'Pod::Text::Termcap'    => undef,
     'Pod::Usage'            => undef,
-    'Safe'                  => undef,
     'Scalar::Util'          => undef,
-    'SelfLoader'            => undef,
     'Socket'                => undef,
-    'Storable'              => undef,
     'Sys::Syslog'           => undef,
     'Sys::Syslog::Win32'    => undef,
     'TAP::Base'             => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness',
@@ -8311,6 +11331,7 @@ for my $version (sort { $a <=> $b } keys %delta) {
     'TAP::Formatter::File::Session'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness',
     'TAP::Formatter::Session'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness',
     'TAP::Harness'          => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness',
+    'TAP::Harness::Env'     => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness',
     'TAP::Object'           => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness',
     'TAP::Parser'           => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness',
     'TAP::Parser::Aggregator'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness',
@@ -8341,29 +11362,22 @@ for my $version (sort { $a <=> $b } keys %delta) {
     'TAP::Parser::SourceHandler::Handle'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness',
     'TAP::Parser::SourceHandler::Perl'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness',
     'TAP::Parser::SourceHandler::RawTAP'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness',
-    'TAP::Parser::Utils'    => '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,
-    'Term::UI'              => undef,
-    'Term::UI::History'     => undef,
     'Test'                  => undef,
-    'Test::Builder'         => 'http://github.com/schwern/test-more/issues',
-    'Test::Builder::Module' => 'http://github.com/schwern/test-more/issues',
+    'Test::Builder'         => 'http://github.com/Test-More/test-more/issues/',
+    'Test::Builder::Module' => 'http://github.com/Test-More/test-more/issues/',
     'Test::Builder::Tester' => 'http://github.com/schwern/test-more/issues',
     'Test::Builder::Tester::Color'=> 'http://github.com/schwern/test-more/issues',
     'Test::Harness'         => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness',
-    'Test::More'            => 'http://github.com/schwern/test-more/issues',
-    'Test::Simple'          => 'http://github.com/schwern/test-more/issues',
+    'Test::More'            => 'http://github.com/Test-More/test-more/issues/',
+    'Test::Simple'          => 'http://github.com/Test-More/test-more/issues/',
     'Text::Balanced'        => undef,
     'Text::ParseWords'      => undef,
-    'Text::Soundex'         => undef,
     'Text::Tabs'            => undef,
     'Text::Wrap'            => undef,
-    'Thread::Queue'         => undef,
-    'Thread::Semaphore'     => undef,
-    'Tie::File'             => undef,
     'Tie::RefHash'          => undef,
     'Time::HiRes'           => undef,
     'Time::Local'           => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Time-Local',
@@ -8376,35 +11390,28 @@ for my $version (sort { $a <=> $b } keys %delta) {
     'Unicode::Collate::CJK::Korean'=> undef,
     'Unicode::Collate::CJK::Pinyin'=> undef,
     'Unicode::Collate::CJK::Stroke'=> undef,
+    'Unicode::Collate::CJK::Zhuyin'=> undef,
     'Unicode::Collate::Locale'=> undef,
     'Unicode::Normalize'    => undef,
-    'Unicode::UCD'          => undef,
     'Win32'                 => undef,
     'Win32API::File'        => undef,
     'Win32API::File::ExtUtils::Myconst2perl'=> undef,
-    'XSLoader'              => 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',
-    'base'                  => undef,
-    'bigint'                => undef,
-    'bignum'                => undef,
-    'bigrat'                => undef,
-    'constant'              => undef,
+    'autodie::skip'         => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie',
     'encoding'              => undef,
     'encoding::warnings'    => undef,
-    'fields'                => undef,
-    'if'                    => undef,
-    'inc::latest'           => undef,
-    'lib'                   => undef,
+    'experimental'          => 'http://rt.cpan.org/Public/Dist/Display.html?Name=experimental',
     'parent'                => undef,
     'perlfaq'               => 'https://github.com/perl-doc-cats/perlfaq/issues',
-    'threads'               => undef,
-    'threads::shared'       => undef,
     'version'               => undef,
-    'warnings'              => undef,
-    'warnings::register'    => undef,
+    'version::regex'        => undef,
+    'version::vpp'          => undef,
 );
 
 # Create aliases with trailing zeros for $] use
@@ -8412,6 +11419,7 @@ for my $version (sort { $a <=> $b } keys %delta) {
 $released{'5.000'} = $released{5};
 $version{'5.000'} = $version{5};
 
+_create_aliases(\%delta);
 _create_aliases(\%released);
 _create_aliases(\%version);
 _create_aliases(\%deprecated);
@@ -8420,7 +11428,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;