This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Prepare Module::CoreList for 5.23.5
[perl5.git] / dist / Module-CoreList / lib / Module / CoreList.pm
index 5ce7e5c..3312d6e 100644 (file)
@@ -4,7 +4,7 @@ use vars qw/$VERSION %released %version %families %upstream
            %bug_tracker %deprecated %delta/;
 use Module::CoreList::TieHashDelta;
 use version;
-$VERSION = '5.20150520';
+$VERSION = '5.20151120';
 
 sub _released_order {   # Sort helper, to make '?' sort after everything else
     (substr($released{$a}, 0, 1) eq "?")
@@ -74,9 +74,12 @@ sub find_modules {
 
 sub find_version {
     my $v = shift;
-    $v = shift if eval { $v->isa(__PACKAGE__) };
+    if ($v->isa(__PACKAGE__)) {
+        $v = shift;
+        return if not defined $v;
+    }
     return $version{$v} if defined $version{$v};
-    return undef;
+    return;
 }
 
 sub is_deprecated {
@@ -275,7 +278,14 @@ sub changes_between {
     5.021009 => '2015-02-21',
     5.021010 => '2015-03-20',
     5.021011 => '2015-04-20',
-    5.021012 => '????-??-??',
+    5.022000 => '2015-06-01',
+    5.023000 => '2015-06-20',
+    5.023001 => '2015-07-20',
+    5.023002 => '2015-08-20',
+    5.020003 => '2015-09-12',
+    5.023003 => '2015-09-20',
+    5.023004 => '2015-10-20',
+    5.023005 => '????-??-??',
   );
 
 for my $version ( sort { $a <=> $b } keys %released ) {
@@ -11397,14 +11407,523 @@ for my $version ( sort { $a <=> $b } keys %released ) {
         removed => {
         }
     },
-    5.021012 => {
+    5.022000 => {
         delta_from => 5.021011,
         changed => {
-            'B::Op_private'         => '5.021012',
-            'Config'                => '5.021012',
+            'B::Op_private'         => '5.022000',
+            'Config'                => '5.022',
+            'ExtUtils::Command::MM' => '7.04_01',
+            'ExtUtils::Liblist'     => '7.04_01',
+            'ExtUtils::Liblist::Kid'=> '7.04_01',
+            'ExtUtils::MM'          => '7.04_01',
+            'ExtUtils::MM_AIX'      => '7.04_01',
+            'ExtUtils::MM_Any'      => '7.04_01',
+            'ExtUtils::MM_BeOS'     => '7.04_01',
+            'ExtUtils::MM_Cygwin'   => '7.04_01',
+            'ExtUtils::MM_DOS'      => '7.04_01',
+            'ExtUtils::MM_Darwin'   => '7.04_01',
+            'ExtUtils::MM_MacOS'    => '7.04_01',
+            'ExtUtils::MM_NW5'      => '7.04_01',
+            'ExtUtils::MM_OS2'      => '7.04_01',
+            'ExtUtils::MM_QNX'      => '7.04_01',
+            'ExtUtils::MM_UWIN'     => '7.04_01',
+            'ExtUtils::MM_Unix'     => '7.04_01',
+            'ExtUtils::MM_VMS'      => '7.04_01',
+            'ExtUtils::MM_VOS'      => '7.04_01',
+            'ExtUtils::MM_Win32'    => '7.04_01',
+            'ExtUtils::MM_Win95'    => '7.04_01',
+            'ExtUtils::MY'          => '7.04_01',
+            'ExtUtils::MakeMaker'   => '7.04_01',
+            'ExtUtils::MakeMaker::Config'=> '7.04_01',
+            'ExtUtils::MakeMaker::Locale'=> '7.04_01',
+            'ExtUtils::MakeMaker::version'=> '7.04_01',
+            'ExtUtils::MakeMaker::version::regex'=> '7.04_01',
+            'ExtUtils::MakeMaker::version::vpp'=> '7.04_01',
+            'ExtUtils::Mkbootstrap' => '7.04_01',
+            'ExtUtils::Mksymlists'  => '7.04_01',
+            'ExtUtils::testlib'     => '7.04_01',
             'Module::CoreList'      => '5.20150520',
             'Module::CoreList::TieHashDelta'=> '5.20150520',
             'Module::CoreList::Utils'=> '5.20150520',
+            'POSIX'                 => '1.53',
+            'PerlIO::via::QuotedPrint'=> '0.08',
+            'overload'              => '1.26',
+            'utf8'                  => '1.17',
+        },
+        removed => {
+        }
+    },
+    5.023000 => {
+        delta_from => 5.022000,
+        changed => {
+            'B::Op_private'         => '5.023000',
+            'CPAN::Meta'            => '2.150005',
+            'CPAN::Meta::Converter' => '2.150005',
+            'CPAN::Meta::Feature'   => '2.150005',
+            'CPAN::Meta::History'   => '2.150005',
+            'CPAN::Meta::Merge'     => '2.150005',
+            'CPAN::Meta::Prereqs'   => '2.150005',
+            'CPAN::Meta::Requirements'=> '2.133',
+            'CPAN::Meta::Spec'      => '2.150005',
+            'CPAN::Meta::Validator' => '2.150005',
+            'CPAN::Meta::YAML'      => '0.016',
+            'Config'                => '5.023',
+            'Encode'                => '2.73',
+            'ExtUtils::CBuilder'    => '0.280223',
+            'ExtUtils::CBuilder::Base'=> '0.280223',
+            'ExtUtils::CBuilder::Platform::Unix'=> '0.280223',
+            'ExtUtils::CBuilder::Platform::VMS'=> '0.280223',
+            'ExtUtils::CBuilder::Platform::Windows'=> '0.280223',
+            'ExtUtils::CBuilder::Platform::Windows::BCC'=> '0.280223',
+            'ExtUtils::CBuilder::Platform::Windows::GCC'=> '0.280223',
+            'ExtUtils::CBuilder::Platform::Windows::MSVC'=> '0.280223',
+            'ExtUtils::CBuilder::Platform::aix'=> '0.280223',
+            'ExtUtils::CBuilder::Platform::android'=> '0.280223',
+            'ExtUtils::CBuilder::Platform::cygwin'=> '0.280223',
+            'ExtUtils::CBuilder::Platform::darwin'=> '0.280223',
+            'ExtUtils::CBuilder::Platform::dec_osf'=> '0.280223',
+            'ExtUtils::CBuilder::Platform::os2'=> '0.280223',
+            'Fatal'                 => '2.27',
+            'Getopt::Long'          => '2.46',
+            'HTTP::Tiny'            => '0.056',
+            'List::Util'            => '1.42_01',
+            'List::Util::XS'        => '1.42_01',
+            'Locale::Codes'         => '3.35',
+            'Locale::Codes::Constants'=> '3.35',
+            'Locale::Codes::Country'=> '3.35',
+            'Locale::Codes::Country_Codes'=> '3.35',
+            'Locale::Codes::Country_Retired'=> '3.35',
+            'Locale::Codes::Currency'=> '3.35',
+            'Locale::Codes::Currency_Codes'=> '3.35',
+            'Locale::Codes::Currency_Retired'=> '3.35',
+            'Locale::Codes::LangExt'=> '3.35',
+            'Locale::Codes::LangExt_Codes'=> '3.35',
+            'Locale::Codes::LangExt_Retired'=> '3.35',
+            'Locale::Codes::LangFam'=> '3.35',
+            'Locale::Codes::LangFam_Codes'=> '3.35',
+            'Locale::Codes::LangFam_Retired'=> '3.35',
+            'Locale::Codes::LangVar'=> '3.35',
+            'Locale::Codes::LangVar_Codes'=> '3.35',
+            'Locale::Codes::LangVar_Retired'=> '3.35',
+            'Locale::Codes::Language'=> '3.35',
+            'Locale::Codes::Language_Codes'=> '3.35',
+            'Locale::Codes::Language_Retired'=> '3.35',
+            'Locale::Codes::Script' => '3.35',
+            'Locale::Codes::Script_Codes'=> '3.35',
+            'Locale::Codes::Script_Retired'=> '3.35',
+            'Locale::Country'       => '3.35',
+            'Locale::Currency'      => '3.35',
+            'Locale::Language'      => '3.35',
+            'Locale::Script'        => '3.35',
+            'Math::BigFloat'        => '1.999701',
+            'Math::BigInt'          => '1.999701',
+            'Math::BigInt::Calc'    => '1.999701',
+            'Math::BigInt::CalcEmu' => '1.999701',
+            'Math::BigRat'          => '0.260801',
+            'Module::CoreList'      => '5.20150620',
+            'Module::CoreList::TieHashDelta'=> '5.20150620',
+            'Module::CoreList::Utils'=> '5.20150620',
+            'Module::Metadata'      => '1.000027',
+            'Net::Cmd'              => '3.06',
+            'Net::Config'           => '3.06',
+            'Net::Domain'           => '3.06',
+            'Net::FTP'              => '3.06',
+            'Net::FTP::A'           => '3.06',
+            'Net::FTP::E'           => '3.06',
+            'Net::FTP::I'           => '3.06',
+            'Net::FTP::L'           => '3.06',
+            'Net::FTP::dataconn'    => '3.06',
+            'Net::NNTP'             => '3.06',
+            'Net::Netrc'            => '3.06',
+            'Net::POP3'             => '3.06',
+            'Net::SMTP'             => '3.06',
+            'Net::Time'             => '3.06',
+            'POSIX'                 => '1.54',
+            'Parse::CPAN::Meta'     => '1.4417',
+            'Pod::Simple'           => '3.30',
+            'Pod::Simple::BlackBox' => '3.30',
+            'Pod::Simple::Checker'  => '3.30',
+            'Pod::Simple::Debug'    => '3.30',
+            'Pod::Simple::DumpAsText'=> '3.30',
+            'Pod::Simple::DumpAsXML'=> '3.30',
+            'Pod::Simple::HTML'     => '3.30',
+            'Pod::Simple::HTMLBatch'=> '3.30',
+            'Pod::Simple::LinkSection'=> '3.30',
+            'Pod::Simple::Methody'  => '3.30',
+            'Pod::Simple::Progress' => '3.30',
+            'Pod::Simple::PullParser'=> '3.30',
+            'Pod::Simple::PullParserEndToken'=> '3.30',
+            'Pod::Simple::PullParserStartToken'=> '3.30',
+            'Pod::Simple::PullParserTextToken'=> '3.30',
+            'Pod::Simple::PullParserToken'=> '3.30',
+            'Pod::Simple::RTF'      => '3.30',
+            'Pod::Simple::Search'   => '3.30',
+            'Pod::Simple::SimpleTree'=> '3.30',
+            'Pod::Simple::Text'     => '3.30',
+            'Pod::Simple::TextContent'=> '3.30',
+            'Pod::Simple::TiedOutFH'=> '3.30',
+            'Pod::Simple::Transcode'=> '3.30',
+            'Pod::Simple::TranscodeDumb'=> '3.30',
+            'Pod::Simple::TranscodeSmart'=> '3.30',
+            'Pod::Simple::XHTML'    => '3.30',
+            'Pod::Simple::XMLOutStream'=> '3.30',
+            'Pod::Usage'            => '1.67',
+            'Scalar::Util'          => '1.42_01',
+            'Socket'                => '2.019',
+            'Sub::Util'             => '1.42_01',
+            'Time::Piece'           => '1.30',
+            'Time::Seconds'         => '1.30',
+            'UNIVERSAL'             => '1.13',
+            'Unicode'               => '8.0.0',
+            'XS::APItest'           => '0.73',
+            'autodie'               => '2.27',
+            'autodie::Scope::Guard' => '2.27',
+            'autodie::Scope::GuardStack'=> '2.27',
+            'autodie::Util'         => '2.27',
+            'autodie::exception'    => '2.27',
+            'autodie::exception::system'=> '2.27',
+            'autodie::hints'        => '2.27',
+            'autodie::skip'         => '2.27',
+            'encoding'              => '2.15',
+            'feature'               => '1.41',
+            'parent'                => '0.234',
+            'threads'               => '2.02',
+        },
+        removed => {
+        }
+    },
+    5.023001 => {
+        delta_from => 5.023000,
+        changed => {
+            'B::Op_private'         => '5.023001',
+            'Config'                => '5.023001',
+            'DynaLoader'            => '1.33',
+            'Encode'                => '2.75',
+            'Encode::MIME::Header'  => '2.17',
+            'Encode::Unicode'       => '2.13',
+            'Fatal'                 => '2.29',
+            'File::Path'            => '2.11',
+            'Getopt::Long'          => '2.47',
+            'I18N::Langinfo'        => '0.13',
+            'IPC::Open3'            => '1.19',
+            'Module::CoreList'      => '5.20150720',
+            'Module::CoreList::TieHashDelta'=> '5.20150720',
+            'Module::CoreList::Utils'=> '5.20150720',
+            'Net::Cmd'              => '3.07',
+            'Net::Config'           => '3.07',
+            'Net::Domain'           => '3.07',
+            'Net::FTP'              => '3.07',
+            'Net::FTP::A'           => '3.07',
+            'Net::FTP::E'           => '3.07',
+            'Net::FTP::I'           => '3.07',
+            'Net::FTP::L'           => '3.07',
+            'Net::FTP::dataconn'    => '3.07',
+            'Net::NNTP'             => '3.07',
+            'Net::Netrc'            => '3.07',
+            'Net::POP3'             => '3.07',
+            'Net::SMTP'             => '3.07',
+            'Net::Time'             => '3.07',
+            'Opcode'                => '1.33',
+            'POSIX'                 => '1.55',
+            'PerlIO::scalar'        => '0.23',
+            'Socket'                => '2.020',
+            'Storable'              => '2.54',
+            'Unicode::Collate'      => '1.14',
+            'Unicode::Collate::CJK::Big5'=> '1.14',
+            'Unicode::Collate::CJK::GB2312'=> '1.14',
+            'Unicode::Collate::CJK::JISX0208'=> '1.14',
+            'Unicode::Collate::CJK::Korean'=> '1.14',
+            'Unicode::Collate::CJK::Pinyin'=> '1.14',
+            'Unicode::Collate::CJK::Stroke'=> '1.14',
+            'Unicode::Collate::CJK::Zhuyin'=> '1.14',
+            'Unicode::Collate::Locale'=> '1.14',
+            'Unicode::Normalize'    => '1.19',
+            'XS::APItest'           => '0.74',
+            'XS::Typemap'           => '0.14',
+            'autodie'               => '2.29',
+            'autodie::Scope::Guard' => '2.29',
+            'autodie::Scope::GuardStack'=> '2.29',
+            'autodie::Util'         => '2.29',
+            'autodie::exception'    => '2.29',
+            'autodie::exception::system'=> '2.29',
+            'autodie::hints'        => '2.29',
+            'autodie::skip'         => '2.29',
+            'encoding'              => '2.16',
+            'feature'               => '1.42',
+            'warnings'              => '1.33',
+        },
+        removed => {
+            'autodie::ScopeUtil'    => 1,
+        }
+    },
+    5.023002 => {
+        delta_from => 5.023001,
+        changed => {
+            'Attribute::Handlers'   => '0.99',
+            'B::Op_private'         => '5.023002',
+            'CPAN::Meta::YAML'      => '0.017',
+            'Config'                => '5.023002',
+            'Cwd'                   => '3.57',
+            'Encode'                => '2.76',
+            'ExtUtils::ParseXS'     => '3.29',
+            'ExtUtils::ParseXS::Constants'=> '3.29',
+            'ExtUtils::ParseXS::CountLines'=> '3.29',
+            'ExtUtils::ParseXS::Eval'=> '3.29',
+            'ExtUtils::ParseXS::Utilities'=> '3.29',
+            'ExtUtils::Typemaps'    => '3.29',
+            'File::Find'            => '1.30',
+            'File::Spec'            => '3.57',
+            'File::Spec::Cygwin'    => '3.57',
+            'File::Spec::Epoc'      => '3.57',
+            'File::Spec::Functions' => '3.57',
+            'File::Spec::Mac'       => '3.57',
+            'File::Spec::OS2'       => '3.57',
+            'File::Spec::Unix'      => '3.57',
+            'File::Spec::VMS'       => '3.57',
+            'File::Spec::Win32'     => '3.57',
+            'Filter::Util::Call'    => '1.55',
+            'Hash::Util'            => '0.19',
+            'Module::CoreList'      => '5.20150820',
+            'Module::CoreList::TieHashDelta'=> '5.20150820',
+            'Module::CoreList::Utils'=> '5.20150820',
+            'POSIX'                 => '1.56',
+            'Term::Cap'             => '1.17',
+            'Unicode::UCD'          => '0.62',
+            'perlfaq'               => '5.021010',
+        },
+        removed => {
+        }
+    },
+    5.020003 => {
+        delta_from => 5.020002,
+        changed => {
+            'Config'                => '5.020003',
+            'Errno'                 => '1.20_06',
+            'Module::CoreList'      => '5.20150912',
+            'Module::CoreList::TieHashDelta'=> '5.20150912',
+            'Module::CoreList::Utils'=> '5.20150912',
+        },
+        removed => {
+        }
+    },
+    5.023003 => {
+        delta_from => 5.023002,
+        changed => {
+            'Amiga::ARexx'          => '0.02',
+            'Amiga::Exec'           => '0.01',
+            'B'                     => '1.59',
+            'B::Op_private'         => '5.023003',
+            'Carp'                  => '1.37',
+            'Carp::Heavy'           => '1.37',
+            'Compress::Raw::Zlib'   => '2.068_01',
+            'Config'                => '5.023003',
+            'Cwd'                   => '3.58',
+            'DynaLoader'            => '1.34',
+            'Encode'                => '2.77',
+            'Encode::Unicode'       => '2.14',
+            'English'               => '1.10',
+            'Errno'                 => '1.24',
+            'ExtUtils::Command'     => '7.10',
+            'ExtUtils::Command::MM' => '7.10',
+            'ExtUtils::Liblist'     => '7.10',
+            'ExtUtils::Liblist::Kid'=> '7.10',
+            'ExtUtils::MM'          => '7.10',
+            'ExtUtils::MM_AIX'      => '7.10',
+            'ExtUtils::MM_Any'      => '7.10',
+            'ExtUtils::MM_BeOS'     => '7.10',
+            'ExtUtils::MM_Cygwin'   => '7.10',
+            'ExtUtils::MM_DOS'      => '7.10',
+            'ExtUtils::MM_Darwin'   => '7.10',
+            'ExtUtils::MM_MacOS'    => '7.10',
+            'ExtUtils::MM_NW5'      => '7.10',
+            'ExtUtils::MM_OS2'      => '7.10',
+            'ExtUtils::MM_QNX'      => '7.10',
+            'ExtUtils::MM_UWIN'     => '7.10',
+            'ExtUtils::MM_Unix'     => '7.10',
+            'ExtUtils::MM_VMS'      => '7.10',
+            'ExtUtils::MM_VOS'      => '7.10',
+            'ExtUtils::MM_Win32'    => '7.10',
+            'ExtUtils::MM_Win95'    => '7.10',
+            'ExtUtils::MY'          => '7.10',
+            'ExtUtils::MakeMaker'   => '7.10',
+            'ExtUtils::MakeMaker::Config'=> '7.10',
+            'ExtUtils::MakeMaker::Locale'=> '7.10',
+            'ExtUtils::MakeMaker::version'=> '7.10',
+            'ExtUtils::MakeMaker::version::regex'=> '7.10',
+            'ExtUtils::MakeMaker::version::vpp'=> '7.10',
+            'ExtUtils::Mkbootstrap' => '7.10',
+            'ExtUtils::Mksymlists'  => '7.10',
+            'ExtUtils::ParseXS'     => '3.30',
+            'ExtUtils::ParseXS::Constants'=> '3.30',
+            'ExtUtils::ParseXS::CountLines'=> '3.30',
+            'ExtUtils::ParseXS::Eval'=> '3.30',
+            'ExtUtils::ParseXS::Utilities'=> '3.30',
+            'ExtUtils::Typemaps'    => '3.30',
+            'ExtUtils::Typemaps::Cmd'=> '3.30',
+            'ExtUtils::Typemaps::InputMap'=> '3.30',
+            'ExtUtils::Typemaps::OutputMap'=> '3.30',
+            'ExtUtils::Typemaps::Type'=> '3.30',
+            'ExtUtils::testlib'     => '7.10',
+            'File::Find'            => '1.31',
+            'File::Glob'            => '1.25',
+            'File::Spec'            => '3.58',
+            'File::Spec::AmigaOS'   => '3.58',
+            'File::Spec::Cygwin'    => '3.58',
+            'File::Spec::Epoc'      => '3.58',
+            'File::Spec::Functions' => '3.58',
+            'File::Spec::Mac'       => '3.58',
+            'File::Spec::OS2'       => '3.58',
+            'File::Spec::Unix'      => '3.58',
+            'File::Spec::VMS'       => '3.58',
+            'File::Spec::Win32'     => '3.58',
+            'Hash::Util::FieldHash' => '1.17',
+            'Locale::Codes'         => '3.36',
+            'Locale::Codes::Constants'=> '3.36',
+            'Locale::Codes::Country'=> '3.36',
+            'Locale::Codes::Country_Codes'=> '3.36',
+            'Locale::Codes::Country_Retired'=> '3.36',
+            'Locale::Codes::Currency'=> '3.36',
+            'Locale::Codes::Currency_Codes'=> '3.36',
+            'Locale::Codes::Currency_Retired'=> '3.36',
+            'Locale::Codes::LangExt'=> '3.36',
+            'Locale::Codes::LangExt_Codes'=> '3.36',
+            'Locale::Codes::LangExt_Retired'=> '3.36',
+            'Locale::Codes::LangFam'=> '3.36',
+            'Locale::Codes::LangFam_Codes'=> '3.36',
+            'Locale::Codes::LangFam_Retired'=> '3.36',
+            'Locale::Codes::LangVar'=> '3.36',
+            'Locale::Codes::LangVar_Codes'=> '3.36',
+            'Locale::Codes::LangVar_Retired'=> '3.36',
+            'Locale::Codes::Language'=> '3.36',
+            'Locale::Codes::Language_Codes'=> '3.36',
+            'Locale::Codes::Language_Retired'=> '3.36',
+            'Locale::Codes::Script' => '3.36',
+            'Locale::Codes::Script_Codes'=> '3.36',
+            'Locale::Codes::Script_Retired'=> '3.36',
+            'Locale::Country'       => '3.36',
+            'Locale::Currency'      => '3.36',
+            'Locale::Language'      => '3.36',
+            'Locale::Script'        => '3.36',
+            'Math::BigFloat::Trace' => '0.40',
+            'Math::BigInt::Trace'   => '0.40',
+            'Module::CoreList'      => '5.20150920',
+            'Module::CoreList::TieHashDelta'=> '5.20150920',
+            'Module::CoreList::Utils'=> '5.20150920',
+            'OS2::DLL'              => '1.06',
+            'OS2::ExtAttr'          => '0.04',
+            'OS2::Process'          => '1.11',
+            'OS2::REXX'             => '1.05',
+            'POSIX'                 => '1.57',
+            'Pod::Perldoc'          => '3.25_01',
+            'Socket'                => '2.020_01',
+            'Test'                  => '1.27',
+            'Thread::Queue'         => '3.06',
+            'Time::HiRes'           => '1.9727_02',
+            'Unicode::UCD'          => '0.63',
+            'Win32'                 => '0.52',
+            'XS::APItest'           => '0.75',
+            'bigint'                => '0.40',
+            'bignum'                => '0.40',
+            'bigrat'                => '0.40',
+            'encoding'              => '2.17',
+            'experimental'          => '0.014',
+            'if'                    => '0.0605',
+            'locale'                => '1.07',
+            'mro'                   => '1.18',
+            'threads'               => '2.03',
+        },
+        removed => {
+        }
+    },
+    5.023004 => {
+        delta_from => 5.023003,
+        changed => {
+            'B'                     => '1.60',
+            'B::Op_private'         => '5.023004',
+            'Compress::Raw::Bzip2'  => '2.069',
+            'Compress::Raw::Zlib'   => '2.069',
+            'Compress::Zlib'        => '2.069',
+            'Config'                => '5.023004',
+            'Devel::PPPort'         => '3.32',
+            'DynaLoader'            => '1.35',
+            'Encode'                => '2.78',
+            'ExtUtils::CBuilder'    => '0.280224',
+            'ExtUtils::CBuilder::Base'=> '0.280224',
+            'ExtUtils::CBuilder::Platform::Unix'=> '0.280224',
+            'ExtUtils::CBuilder::Platform::VMS'=> '0.280224',
+            'ExtUtils::CBuilder::Platform::Windows'=> '0.280224',
+            'ExtUtils::CBuilder::Platform::Windows::BCC'=> '0.280224',
+            'ExtUtils::CBuilder::Platform::Windows::GCC'=> '0.280224',
+            'ExtUtils::CBuilder::Platform::Windows::MSVC'=> '0.280224',
+            'ExtUtils::CBuilder::Platform::aix'=> '0.280224',
+            'ExtUtils::CBuilder::Platform::android'=> '0.280224',
+            'ExtUtils::CBuilder::Platform::cygwin'=> '0.280224',
+            'ExtUtils::CBuilder::Platform::darwin'=> '0.280224',
+            'ExtUtils::CBuilder::Platform::dec_osf'=> '0.280224',
+            'ExtUtils::CBuilder::Platform::os2'=> '0.280224',
+            'File::Path'            => '2.12',
+            'IO'                    => '1.36',
+            'IO::Compress::Adapter::Bzip2'=> '2.069',
+            'IO::Compress::Adapter::Deflate'=> '2.069',
+            'IO::Compress::Adapter::Identity'=> '2.069',
+            'IO::Compress::Base'    => '2.069',
+            'IO::Compress::Base::Common'=> '2.069',
+            'IO::Compress::Bzip2'   => '2.069',
+            'IO::Compress::Deflate' => '2.069',
+            'IO::Compress::Gzip'    => '2.069',
+            'IO::Compress::Gzip::Constants'=> '2.069',
+            'IO::Compress::RawDeflate'=> '2.069',
+            'IO::Compress::Zip'     => '2.069',
+            'IO::Compress::Zip::Constants'=> '2.069',
+            'IO::Compress::Zlib::Constants'=> '2.069',
+            'IO::Compress::Zlib::Extra'=> '2.069',
+            'IO::Poll'              => '0.10',
+            'IO::Uncompress::Adapter::Bunzip2'=> '2.069',
+            'IO::Uncompress::Adapter::Identity'=> '2.069',
+            'IO::Uncompress::Adapter::Inflate'=> '2.069',
+            'IO::Uncompress::AnyInflate'=> '2.069',
+            'IO::Uncompress::AnyUncompress'=> '2.069',
+            'IO::Uncompress::Base'  => '2.069',
+            'IO::Uncompress::Bunzip2'=> '2.069',
+            'IO::Uncompress::Gunzip'=> '2.069',
+            'IO::Uncompress::Inflate'=> '2.069',
+            'IO::Uncompress::RawInflate'=> '2.069',
+            'IO::Uncompress::Unzip' => '2.069',
+            'Math::BigFloat'        => '1.999704',
+            'Math::BigFloat::Trace' => '0.41',
+            'Math::BigInt'          => '1.999704',
+            'Math::BigInt::Calc'    => '1.999704',
+            'Math::BigInt::CalcEmu' => '1.999704',
+            'Math::BigInt::FastCalc'=> '0.34',
+            'Math::BigInt::Trace'   => '0.41',
+            'Module::CoreList'      => '5.20151020',
+            'Module::CoreList::TieHashDelta'=> '5.20151020',
+            'Module::CoreList::Utils'=> '5.20151020',
+            'Module::Metadata'      => '1.000029',
+            'POSIX'                 => '1.58',
+            'Perl::OSType'          => '1.009',
+            'PerlIO::encoding'      => '0.22',
+            'Socket'                => '2.020_02',
+            'Unicode::Normalize'    => '1.21',
+            'XS::APItest'           => '0.76',
+            'bigint'                => '0.41',
+            'bignum'                => '0.41',
+            'bigrat'                => '0.41',
+            'experimental'          => '0.016',
+            'if'                    => '0.0606',
+            'warnings'              => '1.35',
+        },
+        removed => {
+        }
+    },
+    5.023005 => {
+        delta_from => 5.023004,
+        changed => {
+            'B::Op_private'         => '5.023005',
+            'Config'                => '5.023005',
+            'Module::CoreList'      => '5.20151120',
+            'Module::CoreList::TieHashDelta'=> '5.20151120',
+            'Module::CoreList::Utils'=> '5.20151120',
         },
         removed => {
         }
@@ -11958,13 +12477,62 @@ for my $version (sort { $a <=> $b } keys %delta) {
         removed => {
         }
     },
-    5.021012 => {
+    5.022000 => {
         delta_from => 5.021011,
         changed => {
         },
         removed => {
         }
     },
+    5.023000 => {
+        delta_from => 5.022000,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.023001 => {
+        delta_from => 5.023000,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.023002 => {
+        delta_from => 5.023001,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.020003 => {
+        delta_from => 5.020002,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.023003 => {
+        delta_from => 5.023002,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.023004 => {
+        delta_from => 5.023003,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.023005 => {
+        delta_from => 5.023004,
+        changed => {
+        },
+        removed => {
+        }
+    },
 );
 
 for my $version (sort { $a <=> $b } keys %deprecated) {
@@ -12181,6 +12749,14 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'Locale::Script'        => 'cpan',
     'MIME::Base64'          => 'cpan',
     'MIME::QuotedPrint'     => 'cpan',
+    'Math::BigFloat'        => 'cpan',
+    'Math::BigFloat::Trace' => 'cpan',
+    'Math::BigInt'          => 'cpan',
+    'Math::BigInt::Calc'    => 'cpan',
+    'Math::BigInt::CalcEmu' => 'cpan',
+    'Math::BigInt::FastCalc'=> 'cpan',
+    'Math::BigInt::Trace'   => 'cpan',
+    'Math::BigRat'          => 'cpan',
     'Math::Complex'         => 'cpan',
     'Math::Trig'            => 'cpan',
     'Memoize'               => 'cpan',
@@ -12323,7 +12899,6 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'TAP::Parser::YAMLish::Writer'=> 'cpan',
     'Term::ANSIColor'       => 'cpan',
     'Term::Cap'             => 'cpan',
-    'Test'                  => 'cpan',
     'Test::Builder'         => 'cpan',
     'Test::Builder::IO::Scalar'=> 'cpan',
     'Test::Builder::Module' => 'cpan',
@@ -12362,11 +12937,14 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'autodie'               => 'cpan',
     'autodie::Scope::Guard' => 'cpan',
     'autodie::Scope::GuardStack'=> 'cpan',
-    'autodie::ScopeUtil'    => 'cpan',
+    'autodie::Util'         => 'cpan',
     'autodie::exception'    => 'cpan',
     'autodie::exception::system'=> 'cpan',
     'autodie::hints'        => 'cpan',
     'autodie::skip'         => 'cpan',
+    'bigint'                => 'cpan',
+    'bignum'                => 'cpan',
+    'bigrat'                => 'cpan',
     'encoding'              => 'cpan',
     'encoding::warnings'    => 'cpan',
     'experimental'          => 'cpan',
@@ -12468,7 +13046,7 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'Encode::TW'            => undef,
     'Encode::Unicode'       => undef,
     'Encode::Unicode::UTF7' => undef,
-    'ExtUtils::Command'     => 'http://rt.perl.org/rt3/',
+    'ExtUtils::Command'     => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
     'ExtUtils::Command::MM' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
     'ExtUtils::Constant'    => undef,
     'ExtUtils::Constant::Base'=> undef,
@@ -12582,6 +13160,14 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'Locale::Script'        => 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,
@@ -12615,8 +13201,8 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'Net::SMTP'             => undef,
     'Net::Time'             => undef,
     'Params::Check'         => undef,
-    'Parse::CPAN::Meta'     => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Parse-CPAN-Meta',
-    'Perl::OSType'          => 'https://github.com/dagolden/Perl-OSType/issues',
+    'Parse::CPAN::Meta'     => 'https://github.com/Perl-Toolchain-Gang/Parse-CPAN-Meta/issues',
+    'Perl::OSType'          => 'https://github.com/Perl-Toolchain-Gang/Perl-OSType/issues',
     'PerlIO::via::QuotedPrint'=> undef,
     'Pod::Checker'          => undef,
     'Pod::Escapes'          => undef,
@@ -12641,34 +13227,34 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'Pod::Perldoc::ToXml'   => undef,
     'Pod::PlainText'        => undef,
     'Pod::Select'           => undef,
-    'Pod::Simple'           => undef,
-    'Pod::Simple::BlackBox' => undef,
-    'Pod::Simple::Checker'  => undef,
-    'Pod::Simple::Debug'    => undef,
-    'Pod::Simple::DumpAsText'=> undef,
-    'Pod::Simple::DumpAsXML'=> undef,
-    'Pod::Simple::HTML'     => undef,
-    'Pod::Simple::HTMLBatch'=> undef,
-    'Pod::Simple::HTMLLegacy'=> undef,
-    'Pod::Simple::LinkSection'=> undef,
-    'Pod::Simple::Methody'  => undef,
-    'Pod::Simple::Progress' => undef,
-    'Pod::Simple::PullParser'=> undef,
-    'Pod::Simple::PullParserEndToken'=> undef,
-    'Pod::Simple::PullParserStartToken'=> undef,
-    'Pod::Simple::PullParserTextToken'=> undef,
-    'Pod::Simple::PullParserToken'=> undef,
-    'Pod::Simple::RTF'      => undef,
-    'Pod::Simple::Search'   => undef,
-    'Pod::Simple::SimpleTree'=> undef,
-    'Pod::Simple::Text'     => undef,
-    'Pod::Simple::TextContent'=> undef,
-    'Pod::Simple::TiedOutFH'=> undef,
-    'Pod::Simple::Transcode'=> undef,
-    'Pod::Simple::TranscodeDumb'=> undef,
-    'Pod::Simple::TranscodeSmart'=> undef,
-    'Pod::Simple::XHTML'    => undef,
-    'Pod::Simple::XMLOutStream'=> undef,
+    'Pod::Simple'           => 'https://github.com/perl-pod/pod-simple/issues',
+    'Pod::Simple::BlackBox' => 'https://github.com/perl-pod/pod-simple/issues',
+    'Pod::Simple::Checker'  => 'https://github.com/perl-pod/pod-simple/issues',
+    'Pod::Simple::Debug'    => 'https://github.com/perl-pod/pod-simple/issues',
+    'Pod::Simple::DumpAsText'=> 'https://github.com/perl-pod/pod-simple/issues',
+    'Pod::Simple::DumpAsXML'=> 'https://github.com/perl-pod/pod-simple/issues',
+    'Pod::Simple::HTML'     => 'https://github.com/perl-pod/pod-simple/issues',
+    'Pod::Simple::HTMLBatch'=> 'https://github.com/perl-pod/pod-simple/issues',
+    'Pod::Simple::HTMLLegacy'=> 'https://github.com/perl-pod/pod-simple/issues',
+    'Pod::Simple::LinkSection'=> 'https://github.com/perl-pod/pod-simple/issues',
+    'Pod::Simple::Methody'  => 'https://github.com/perl-pod/pod-simple/issues',
+    'Pod::Simple::Progress' => 'https://github.com/perl-pod/pod-simple/issues',
+    'Pod::Simple::PullParser'=> 'https://github.com/perl-pod/pod-simple/issues',
+    'Pod::Simple::PullParserEndToken'=> 'https://github.com/perl-pod/pod-simple/issues',
+    'Pod::Simple::PullParserStartToken'=> 'https://github.com/perl-pod/pod-simple/issues',
+    'Pod::Simple::PullParserTextToken'=> 'https://github.com/perl-pod/pod-simple/issues',
+    'Pod::Simple::PullParserToken'=> 'https://github.com/perl-pod/pod-simple/issues',
+    'Pod::Simple::RTF'      => 'https://github.com/perl-pod/pod-simple/issues',
+    'Pod::Simple::Search'   => 'https://github.com/perl-pod/pod-simple/issues',
+    'Pod::Simple::SimpleTree'=> 'https://github.com/perl-pod/pod-simple/issues',
+    'Pod::Simple::Text'     => 'https://github.com/perl-pod/pod-simple/issues',
+    'Pod::Simple::TextContent'=> 'https://github.com/perl-pod/pod-simple/issues',
+    'Pod::Simple::TiedOutFH'=> 'https://github.com/perl-pod/pod-simple/issues',
+    'Pod::Simple::Transcode'=> 'https://github.com/perl-pod/pod-simple/issues',
+    'Pod::Simple::TranscodeDumb'=> 'https://github.com/perl-pod/pod-simple/issues',
+    'Pod::Simple::TranscodeSmart'=> 'https://github.com/perl-pod/pod-simple/issues',
+    'Pod::Simple::XHTML'    => 'https://github.com/perl-pod/pod-simple/issues',
+    'Pod::Simple::XMLOutStream'=> 'https://github.com/perl-pod/pod-simple/issues',
     'Pod::Text'             => undef,
     'Pod::Text::Color'      => undef,
     'Pod::Text::Overstrike' => undef,
@@ -12724,7 +13310,6 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'TAP::Parser::YAMLish::Writer'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness',
     'Term::ANSIColor'       => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Term-ANSIColor',
     'Term::Cap'             => undef,
-    'Test'                  => undef,
     'Test::Builder'         => 'http://github.com/Test-More/test-more/issues/',
     'Test::Builder::IO::Scalar'=> 'http://github.com/Test-More/test-more/issues/',
     'Test::Builder::Module' => 'http://github.com/Test-More/test-more/issues/',
@@ -12763,11 +13348,14 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     '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::Util'         => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie',
     'autodie::exception'    => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie',
     'autodie::exception::system'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie',
     'autodie::hints'        => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie',
     'autodie::skip'         => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie',
+    'bigint'                => undef,
+    'bignum'                => undef,
+    'bigrat'                => undef,
     'encoding'              => undef,
     'encoding::warnings'    => undef,
     'experimental'          => 'http://rt.cpan.org/Public/Dist/Display.html?Name=experimental',