X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/5b0ac1aab5af3d6c45330ecef0f6c63bd0f43c44..01f58bcd9dd0fd046ba4b3d52e823716bfd52e51:/dist/Module-CoreList/lib/Module/CoreList.pm diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index eeec0dc..c130ef3 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -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.20160420'; 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 { @@ -276,6 +279,20 @@ sub changes_between { 5.021010 => '2015-03-20', 5.021011 => '2015-04-20', 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 => '2015-11-20', + 5.022001 => '2015-12-13', + 5.023006 => '2015-12-21', + 5.023007 => '2016-01-20', + 5.023008 => '2016-02-20', + 5.023009 => '2016-03-20', + 5.022002 => '2016-04-29', + 5.024000 => '2016-06-06', ); for my $version ( sort { $a <=> $b } keys %released ) { @@ -8104,6 +8121,8 @@ for my $version ( sort { $a <=> $b } keys %released ) { 5.018003 => { delta_from => 5.018002, changed => { + 'Config' => '5.018003', + 'Digest::SHA' => '5.84_02', 'Module::CoreList' => '3.12', 'Module::CoreList::TieHashDelta'=> '3.12', 'Module::CoreList::Utils'=> '3.12', @@ -8112,6 +8131,7 @@ for my $version ( sort { $a <=> $b } keys %released ) { 5.018004 => { delta_from => 5.018003, changed => { + 'Config' => '5.018004', 'Module::CoreList' => '3.13', 'Module::CoreList::TieHashDelta'=> '3.13', 'Module::CoreList::Utils'=> '3.13', @@ -9890,7 +9910,6 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'Module::Build::Version'=> 1, 'Module::Build::YAML' => 1, 'Package::Constants' => 1, - 'Simple' => 1, 'inc::latest' => 1, } }, @@ -11443,6 +11462,951 @@ for my $version ( sort { $a <=> $b } keys %released ) { 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' => '1.61', + 'B::Op_private' => '5.023005', + 'Carp' => '1.38', + 'Carp::Heavy' => '1.38', + 'Config' => '5.023005', + 'Config::Perl::V' => '0.25', + 'Cwd' => '3.59', + 'Devel::Peek' => '1.23', + 'Dumpvalue' => '1.18', + 'DynaLoader' => '1.36', + 'File::Find' => '1.32', + 'File::Spec' => '3.59', + 'File::Spec::AmigaOS' => '3.59', + 'File::Spec::Cygwin' => '3.59', + 'File::Spec::Epoc' => '3.59', + 'File::Spec::Functions' => '3.59', + 'File::Spec::Mac' => '3.59', + 'File::Spec::OS2' => '3.59', + 'File::Spec::Unix' => '3.59', + 'File::Spec::VMS' => '3.59', + 'File::Spec::Win32' => '3.59', + 'Getopt::Long' => '2.48', + 'Hash::Util::FieldHash' => '1.18', + 'IPC::Open3' => '1.20', + 'Math::BigFloat' => '1.999710', + 'Math::BigInt' => '1.999710', + 'Math::BigInt::Calc' => '1.999710', + 'Math::BigInt::CalcEmu' => '1.999710', + 'Math::BigInt::FastCalc'=> '0.37', + 'Module::CoreList' => '5.20151120', + 'Module::CoreList::TieHashDelta'=> '5.20151120', + 'Module::CoreList::Utils'=> '5.20151120', + 'Module::Metadata' => '1.000030', + 'POSIX' => '1.59', + 'PerlIO::encoding' => '0.23', + 'PerlIO::mmap' => '0.015', + 'PerlIO::scalar' => '0.24', + 'PerlIO::via' => '0.16', + 'Pod::Simple' => '3.32', + 'Pod::Simple::BlackBox' => '3.32', + 'Pod::Simple::Checker' => '3.32', + 'Pod::Simple::Debug' => '3.32', + 'Pod::Simple::DumpAsText'=> '3.32', + 'Pod::Simple::DumpAsXML'=> '3.32', + 'Pod::Simple::HTML' => '3.32', + 'Pod::Simple::HTMLBatch'=> '3.32', + 'Pod::Simple::LinkSection'=> '3.32', + 'Pod::Simple::Methody' => '3.32', + 'Pod::Simple::Progress' => '3.32', + 'Pod::Simple::PullParser'=> '3.32', + 'Pod::Simple::PullParserEndToken'=> '3.32', + 'Pod::Simple::PullParserStartToken'=> '3.32', + 'Pod::Simple::PullParserTextToken'=> '3.32', + 'Pod::Simple::PullParserToken'=> '3.32', + 'Pod::Simple::RTF' => '3.32', + 'Pod::Simple::Search' => '3.32', + 'Pod::Simple::SimpleTree'=> '3.32', + 'Pod::Simple::Text' => '3.32', + 'Pod::Simple::TextContent'=> '3.32', + 'Pod::Simple::TiedOutFH'=> '3.32', + 'Pod::Simple::Transcode'=> '3.32', + 'Pod::Simple::TranscodeDumb'=> '3.32', + 'Pod::Simple::TranscodeSmart'=> '3.32', + 'Pod::Simple::XHTML' => '3.32', + 'Pod::Simple::XMLOutStream'=> '3.32', + 'Thread::Queue' => '3.07', + 'Tie::Scalar' => '1.04', + 'Time::HiRes' => '1.9728', + 'Time::Piece' => '1.31', + 'Time::Seconds' => '1.31', + 'Unicode::Normalize' => '1.23', + 'XSLoader' => '0.21', + 'arybase' => '0.11', + 'base' => '2.22_01', + 'fields' => '2.22_01', + 'threads' => '2.04', + 'threads::shared' => '1.49', + }, + removed => { + 'ExtUtils::MakeMaker::version::vpp'=> 1, + 'version::vpp' => 1, + } + }, + 5.022001 => { + delta_from => 5.022, + changed => { + 'B::Op_private' => '5.022001', + 'Config' => '5.022001', + 'Module::CoreList' => '5.20151213', + 'Module::CoreList::TieHashDelta'=> '5.20151213', + 'Module::CoreList::Utils'=> '5.20151213', + 'POSIX' => '1.53_01', + 'PerlIO::scalar' => '0.23', + 'Storable' => '2.53_01', + 'Win32' => '0.52', + 'warnings' => '1.34', + }, + removed => { + } + }, + 5.023006 => { + delta_from => 5.023005, + changed => { + 'B::Deparse' => '1.36', + 'B::Op_private' => '5.023006', + 'Benchmark' => '1.21', + 'CPAN::Meta::Requirements'=> '2.140', + 'CPAN::Meta::YAML' => '0.018', + 'Config' => '5.023006', + 'Cwd' => '3.60', + 'Data::Dumper' => '2.159', + 'DynaLoader' => '1.37', + 'File::Spec' => '3.60', + 'File::Spec::AmigaOS' => '3.60', + 'File::Spec::Cygwin' => '3.60', + 'File::Spec::Epoc' => '3.60', + 'File::Spec::Functions' => '3.60', + 'File::Spec::Mac' => '3.60', + 'File::Spec::OS2' => '3.60', + 'File::Spec::Unix' => '3.60', + 'File::Spec::VMS' => '3.60', + 'File::Spec::Win32' => '3.60', + 'Hash::Util::FieldHash' => '1.19', + 'Locale::Codes' => '3.37', + 'Locale::Codes::Constants'=> '3.37', + 'Locale::Codes::Country'=> '3.37', + 'Locale::Codes::Country_Codes'=> '3.37', + 'Locale::Codes::Country_Retired'=> '3.37', + 'Locale::Codes::Currency'=> '3.37', + 'Locale::Codes::Currency_Codes'=> '3.37', + 'Locale::Codes::Currency_Retired'=> '3.37', + 'Locale::Codes::LangExt'=> '3.37', + 'Locale::Codes::LangExt_Codes'=> '3.37', + 'Locale::Codes::LangExt_Retired'=> '3.37', + 'Locale::Codes::LangFam'=> '3.37', + 'Locale::Codes::LangFam_Codes'=> '3.37', + 'Locale::Codes::LangFam_Retired'=> '3.37', + 'Locale::Codes::LangVar'=> '3.37', + 'Locale::Codes::LangVar_Codes'=> '3.37', + 'Locale::Codes::LangVar_Retired'=> '3.37', + 'Locale::Codes::Language'=> '3.37', + 'Locale::Codes::Language_Codes'=> '3.37', + 'Locale::Codes::Language_Retired'=> '3.37', + 'Locale::Codes::Script' => '3.37', + 'Locale::Codes::Script_Codes'=> '3.37', + 'Locale::Codes::Script_Retired'=> '3.37', + 'Locale::Country' => '3.37', + 'Locale::Currency' => '3.37', + 'Locale::Language' => '3.37', + 'Locale::Script' => '3.37', + 'Math::BigInt::FastCalc'=> '0.38', + 'Module::CoreList' => '5.20151220', + 'Module::CoreList::TieHashDelta'=> '5.20151220', + 'Module::CoreList::Utils'=> '5.20151220', + 'Module::Metadata' => '1.000031', + 'Opcode' => '1.34', + 'PerlIO::mmap' => '0.016', + 'Pod::Perldoc' => '3.25_02', + 'SDBM_File' => '1.14', + 'Term::ANSIColor' => '4.04', + 'Test' => '1.28', + 'Unicode::Normalize' => '1.24', + 'XS::APItest' => '0.77', + 'base' => '2.23', + 'encoding::warnings' => '0.12', + 'fields' => '2.23', + 'locale' => '1.08', + 'strict' => '1.10', + 'threads' => '2.05', + 'threads::shared' => '1.50', + 'utf8' => '1.18', + }, + removed => { + } + }, + 5.023007 => { + delta_from => 5.023006, + changed => { + 'App::Prove' => '3.36', + 'App::Prove::State' => '3.36', + 'App::Prove::State::Result'=> '3.36', + 'App::Prove::State::Result::Test'=> '3.36', + 'B' => '1.62', + 'B::Deparse' => '1.37', + 'B::Op_private' => '5.023007', + 'Benchmark' => '1.22', + 'Config' => '5.023007', + 'Cwd' => '3.62', + 'Data::Dumper' => '2.160', + 'ExtUtils::ParseXS' => '3.31', + 'ExtUtils::ParseXS::Constants'=> '3.31', + 'ExtUtils::ParseXS::CountLines'=> '3.31', + 'ExtUtils::ParseXS::Eval'=> '3.31', + 'ExtUtils::ParseXS::Utilities'=> '3.31', + 'ExtUtils::Typemaps' => '3.31', + 'ExtUtils::Typemaps::Cmd'=> '3.31', + 'ExtUtils::Typemaps::InputMap'=> '3.31', + 'ExtUtils::Typemaps::OutputMap'=> '3.31', + 'ExtUtils::Typemaps::Type'=> '3.31', + 'File::Find' => '1.33', + 'File::Spec' => '3.62', + 'File::Spec::AmigaOS' => '3.62', + 'File::Spec::Cygwin' => '3.62', + 'File::Spec::Epoc' => '3.62', + 'File::Spec::Functions' => '3.62', + 'File::Spec::Mac' => '3.62', + 'File::Spec::OS2' => '3.62', + 'File::Spec::Unix' => '3.62', + 'File::Spec::VMS' => '3.62', + 'File::Spec::Win32' => '3.62', + 'Math::BigFloat' => '1.999715', + 'Math::BigFloat::Trace' => '0.42', + 'Math::BigInt' => '1.999715', + 'Math::BigInt::Calc' => '1.999715', + 'Math::BigInt::CalcEmu' => '1.999715', + 'Math::BigInt::FastCalc'=> '0.40', + 'Math::BigInt::Trace' => '0.42', + 'Math::BigRat' => '0.260802', + 'Module::CoreList' => '5.20160120', + 'Module::CoreList::TieHashDelta'=> '5.20160120', + 'Module::CoreList::Utils'=> '5.20160120', + 'Net::Cmd' => '3.08', + 'Net::Config' => '3.08', + 'Net::Domain' => '3.08', + 'Net::FTP' => '3.08', + 'Net::FTP::A' => '3.08', + 'Net::FTP::E' => '3.08', + 'Net::FTP::I' => '3.08', + 'Net::FTP::L' => '3.08', + 'Net::FTP::dataconn' => '3.08', + 'Net::NNTP' => '3.08', + 'Net::Netrc' => '3.08', + 'Net::POP3' => '3.08', + 'Net::SMTP' => '3.08', + 'Net::Time' => '3.08', + 'Pod::Man' => '4.04', + 'Pod::ParseLink' => '4.04', + 'Pod::Text' => '4.04', + 'Pod::Text::Color' => '4.04', + 'Pod::Text::Overstrike' => '4.04', + 'Pod::Text::Termcap' => '4.04', + 'Pod::Usage' => '1.68', + 'TAP::Base' => '3.36', + 'TAP::Formatter::Base' => '3.36', + 'TAP::Formatter::Color' => '3.36', + 'TAP::Formatter::Console'=> '3.36', + 'TAP::Formatter::Console::ParallelSession'=> '3.36', + 'TAP::Formatter::Console::Session'=> '3.36', + 'TAP::Formatter::File' => '3.36', + 'TAP::Formatter::File::Session'=> '3.36', + 'TAP::Formatter::Session'=> '3.36', + 'TAP::Harness' => '3.36', + 'TAP::Harness::Env' => '3.36', + 'TAP::Object' => '3.36', + 'TAP::Parser' => '3.36', + 'TAP::Parser::Aggregator'=> '3.36', + 'TAP::Parser::Grammar' => '3.36', + 'TAP::Parser::Iterator' => '3.36', + 'TAP::Parser::Iterator::Array'=> '3.36', + 'TAP::Parser::Iterator::Process'=> '3.36', + 'TAP::Parser::Iterator::Stream'=> '3.36', + 'TAP::Parser::IteratorFactory'=> '3.36', + 'TAP::Parser::Multiplexer'=> '3.36', + 'TAP::Parser::Result' => '3.36', + 'TAP::Parser::Result::Bailout'=> '3.36', + 'TAP::Parser::Result::Comment'=> '3.36', + 'TAP::Parser::Result::Plan'=> '3.36', + 'TAP::Parser::Result::Pragma'=> '3.36', + 'TAP::Parser::Result::Test'=> '3.36', + 'TAP::Parser::Result::Unknown'=> '3.36', + 'TAP::Parser::Result::Version'=> '3.36', + 'TAP::Parser::Result::YAML'=> '3.36', + 'TAP::Parser::ResultFactory'=> '3.36', + 'TAP::Parser::Scheduler'=> '3.36', + 'TAP::Parser::Scheduler::Job'=> '3.36', + 'TAP::Parser::Scheduler::Spinner'=> '3.36', + 'TAP::Parser::Source' => '3.36', + 'TAP::Parser::SourceHandler'=> '3.36', + 'TAP::Parser::SourceHandler::Executable'=> '3.36', + 'TAP::Parser::SourceHandler::File'=> '3.36', + 'TAP::Parser::SourceHandler::Handle'=> '3.36', + 'TAP::Parser::SourceHandler::Perl'=> '3.36', + 'TAP::Parser::SourceHandler::RawTAP'=> '3.36', + 'TAP::Parser::YAMLish::Reader'=> '3.36', + 'TAP::Parser::YAMLish::Writer'=> '3.36', + 'Test::Harness' => '3.36', + 'Unicode::Normalize' => '1.25', + 'Unicode::UCD' => '0.64', + 'XS::APItest' => '0.78', + 'bigint' => '0.42', + 'bignum' => '0.42', + 'bigrat' => '0.42', + 'utf8' => '1.19', + }, + removed => { + } + }, + 5.023008 => { + delta_from => 5.023007, + changed => { + 'B::Op_private' => '5.023008', + 'Config' => '5.023008', + 'Cwd' => '3.63', + 'DynaLoader' => '1.38', + 'Encode' => '2.80', + 'Encode::Alias' => '2.20', + 'Encode::MIME::Header' => '2.19', + 'Encode::Unicode' => '2.15', + 'ExtUtils::CBuilder' => '0.280225', + 'ExtUtils::CBuilder::Base'=> '0.280225', + 'ExtUtils::CBuilder::Platform::Unix'=> '0.280225', + 'ExtUtils::CBuilder::Platform::VMS'=> '0.280225', + 'ExtUtils::CBuilder::Platform::Windows'=> '0.280225', + 'ExtUtils::CBuilder::Platform::Windows::BCC'=> '0.280225', + 'ExtUtils::CBuilder::Platform::Windows::GCC'=> '0.280225', + 'ExtUtils::CBuilder::Platform::Windows::MSVC'=> '0.280225', + 'ExtUtils::CBuilder::Platform::aix'=> '0.280225', + 'ExtUtils::CBuilder::Platform::android'=> '0.280225', + 'ExtUtils::CBuilder::Platform::cygwin'=> '0.280225', + 'ExtUtils::CBuilder::Platform::darwin'=> '0.280225', + 'ExtUtils::CBuilder::Platform::dec_osf'=> '0.280225', + 'ExtUtils::CBuilder::Platform::os2'=> '0.280225', + 'ExtUtils::Command::MM' => '7.10_01', + 'ExtUtils::Liblist' => '7.10_01', + 'ExtUtils::Liblist::Kid'=> '7.10_01', + 'ExtUtils::MM' => '7.10_01', + 'ExtUtils::MM_AIX' => '7.10_01', + 'ExtUtils::MM_Any' => '7.10_01', + 'ExtUtils::MM_BeOS' => '7.10_01', + 'ExtUtils::MM_Cygwin' => '7.10_01', + 'ExtUtils::MM_DOS' => '7.10_01', + 'ExtUtils::MM_Darwin' => '7.10_01', + 'ExtUtils::MM_MacOS' => '7.10_01', + 'ExtUtils::MM_NW5' => '7.10_01', + 'ExtUtils::MM_OS2' => '7.10_01', + 'ExtUtils::MM_QNX' => '7.10_01', + 'ExtUtils::MM_UWIN' => '7.10_01', + 'ExtUtils::MM_Unix' => '7.10_01', + 'ExtUtils::MM_VMS' => '7.10_01', + 'ExtUtils::MM_VOS' => '7.10_01', + 'ExtUtils::MM_Win32' => '7.10_01', + 'ExtUtils::MM_Win95' => '7.10_01', + 'ExtUtils::MY' => '7.10_01', + 'ExtUtils::MakeMaker' => '7.10_01', + 'ExtUtils::MakeMaker::Config'=> '7.10_01', + 'ExtUtils::MakeMaker::version'=> '7.10_01', + 'ExtUtils::MakeMaker::version::regex'=> '7.10_01', + 'ExtUtils::Mkbootstrap' => '7.10_01', + 'ExtUtils::Mksymlists' => '7.10_01', + 'ExtUtils::testlib' => '7.10_01', + 'File::Spec' => '3.63', + 'File::Spec::AmigaOS' => '3.63', + 'File::Spec::Cygwin' => '3.63', + 'File::Spec::Epoc' => '3.63', + 'File::Spec::Functions' => '3.63', + 'File::Spec::Mac' => '3.63', + 'File::Spec::OS2' => '3.63', + 'File::Spec::Unix' => '3.63', + 'File::Spec::VMS' => '3.63', + 'File::Spec::Win32' => '3.63', + 'IPC::Msg' => '2.05', + 'IPC::Semaphore' => '2.05', + 'IPC::SharedMem' => '2.05', + 'IPC::SysV' => '2.05', + 'Module::CoreList' => '5.20160121', + 'Module::CoreList::TieHashDelta'=> '5.20160121', + 'Module::CoreList::Utils'=> '5.20160121', + 'ODBM_File' => '1.13', + 'POSIX' => '1.63', + 'PerlIO::encoding' => '0.24', + 'Pod::Man' => '4.06', + 'Pod::ParseLink' => '4.06', + 'Pod::Text' => '4.06', + 'Pod::Text::Color' => '4.06', + 'Pod::Text::Overstrike' => '4.06', + 'Pod::Text::Termcap' => '4.06', + 'Storable' => '2.55', + 'Time::HiRes' => '1.9730', + 'XS::APItest' => '0.79', + }, + removed => { + } + }, + 5.023009 => { + delta_from => 5.023008, + changed => { + 'Amiga::ARexx' => '0.04', + 'Amiga::Exec' => '0.02', + 'B::Op_private' => '5.023009', + 'Carp' => '1.40', + 'Carp::Heavy' => '1.40', + 'Config' => '5.023009', + 'Errno' => '1.25', + 'ExtUtils::Embed' => '1.33', + 'File::Find' => '1.34', + 'File::Glob' => '1.26', + 'File::Spec::AmigaOS' => ';.64', + 'IPC::Msg' => '2.06_01', + 'IPC::Semaphore' => '2.06_01', + 'IPC::SharedMem' => '2.06_01', + 'IPC::SysV' => '2.06_01', + 'List::Util' => '1.42_02', + 'List::Util::XS' => '1.42_02', + 'Module::CoreList' => '5.20160320', + 'Module::CoreList::TieHashDelta'=> '5.20160320', + 'Module::CoreList::Utils'=> '5.20160320', + 'POSIX' => '1.64', + 'Pod::Functions' => '1.10', + 'Pod::Functions::Functions'=> '1.10', + 'Scalar::Util' => '1.42_02', + 'SelfLoader' => '1.23', + 'Socket' => '2.020_03', + 'Storable' => '2.56', + 'Sub::Util' => '1.42_02', + 'Thread::Queue' => '3.08', + 'Tie::File' => '1.02', + 'Time::HiRes' => '1.9732', + 'Win32API::File' => '0.1203', + 'Win32API::File::inc::ExtUtils::Myconst2perl'=> '1', + 'XS::APItest' => '0.80', + 'autouse' => '1.11', + 'bytes' => '1.05', + 'strict' => '1.11', + 'threads' => '2.06', + 'version' => '0.9916', + 'version::regex' => '0.9916', + 'warnings' => '1.36', + }, + removed => { + 'Win32API::File::ExtUtils::Myconst2perl'=> 1, + } + }, + 5.022002 => { + delta_from => 5.022001, + changed => { + 'B::Op_private' => '5.022002', + 'Config' => '5.022002', + 'Cwd' => '3.56_01', + 'File::Spec' => '3.56_01', + 'File::Spec::Cygwin' => '3.56_01', + 'File::Spec::Epoc' => '3.56_01', + 'File::Spec::Functions' => '3.56_01', + 'File::Spec::Mac' => '3.56_01', + 'File::Spec::OS2' => '3.56_01', + 'File::Spec::Unix' => '3.56_01', + 'File::Spec::VMS' => '3.56_01', + 'File::Spec::Win32' => '3.56_01', + 'Module::CoreList' => '5.20160429', + 'Module::CoreList::TieHashDelta'=> '5.20160429', + 'Module::CoreList::Utils'=> '5.20160429', + 'XS::APItest' => '0.72_01', + }, + removed => { + } + }, + 5.024000 => { + delta_from => 5.023009, + changed => { + 'B::Op_private' => '5.024000', + 'Config' => '5.024', + 'File::Copy' => '2.31', + 'File::Path' => '2.12_01', + 'File::Spec::AmigaOS' => '3.64', + 'ODBM_File' => '1.14', + 'POSIX' => '1.65', + 'Pod::Man' => '4.07', + 'Pod::ParseLink' => '4.07', + 'Pod::Text' => '4.07', + 'Pod::Text::Color' => '4.07', + 'Pod::Text::Overstrike' => '4.07', + 'Pod::Text::Termcap' => '4.07', + 'Threads::Queue' => '3.09', + 'Time::HiRes' => '1.9733', + 'threads' => '2.07', + 'threads::shared' => '1.51', + }, + removed => { + } + }, ); sub is_core @@ -11897,7 +12861,6 @@ for my $version (sort { $a <=> $b } keys %delta) { 'Module::Build::Version'=> 1, 'Module::Build::YAML' => 1, 'Package::Constants' => 1, - 'Simple' => 1, 'inc::latest' => 1, } }, @@ -11999,6 +12962,104 @@ for my $version (sort { $a <=> $b } keys %delta) { 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 => { + } + }, + 5.022001 => { + delta_from => 5.022, + changed => { + }, + removed => { + } + }, + 5.023006 => { + delta_from => 5.023005, + changed => { + }, + removed => { + } + }, + 5.023007 => { + delta_from => 5.023006, + changed => { + }, + removed => { + } + }, + 5.023008 => { + delta_from => 5.023007, + changed => { + }, + removed => { + } + }, + 5.023009 => { + delta_from => 5.023008, + changed => { + }, + removed => { + } + }, + 5.022002 => { + delta_from => 5.022001, + changed => { + }, + removed => { + } + }, + 5.024000 => { + delta_from => 5.023009, + changed => { + }, + removed => { + } + }, ); for my $version (sort { $a <=> $b } keys %deprecated) { @@ -12135,7 +13196,6 @@ for my $version (sort { $a <=> $b } keys %deprecated) { 'ExtUtils::MakeMaker::Locale'=> 'cpan', 'ExtUtils::MakeMaker::version'=> 'cpan', 'ExtUtils::MakeMaker::version::regex'=> 'cpan', - 'ExtUtils::MakeMaker::version::vpp'=> 'cpan', 'ExtUtils::Manifest' => 'cpan', 'ExtUtils::Mkbootstrap' => 'cpan', 'ExtUtils::Mksymlists' => 'cpan', @@ -12215,6 +13275,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', @@ -12357,7 +13425,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', @@ -12376,7 +13443,6 @@ for my $version (sort { $a <=> $b } keys %deprecated) { 'Text::Tabs' => 'cpan', 'Text::Wrap' => 'cpan', 'Tie::RefHash' => 'cpan', - 'Time::HiRes' => 'cpan', 'Time::Local' => 'cpan', 'Time::Piece' => 'cpan', 'Time::Seconds' => 'cpan', @@ -12392,24 +13458,25 @@ for my $version (sort { $a <=> $b } keys %deprecated) { 'Unicode::Normalize' => 'cpan', 'Win32' => 'cpan', 'Win32API::File' => 'cpan', - 'Win32API::File::ExtUtils::Myconst2perl'=> 'cpan', + 'Win32API::File::inc::ExtUtils::Myconst2perl'=> 'cpan', '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', 'ok' => 'cpan', 'parent' => 'cpan', 'perlfaq' => 'cpan', 'version' => 'cpan', 'version::regex' => 'cpan', - 'version::vpp' => 'cpan', ); %bug_tracker = ( @@ -12452,7 +13519,7 @@ for my $version (sort { $a <=> $b } keys %deprecated) { '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::Requirements'=> 'https://github.com/Perl-Toolchain-Gang/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/Perl-Toolchain-Gang/YAML-Tiny/issues', @@ -12502,7 +13569,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, @@ -12536,7 +13603,6 @@ for my $version (sort { $a <=> $b } keys %deprecated) { 'ExtUtils::MakeMaker::Locale'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', 'ExtUtils::MakeMaker::version'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', 'ExtUtils::MakeMaker::version::regex'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', - 'ExtUtils::MakeMaker::version::vpp'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', 'ExtUtils::Manifest' => 'http://github.com/Perl-Toolchain-Gang/ExtUtils-Manifest/issues', 'ExtUtils::Mkbootstrap' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', 'ExtUtils::Mksymlists' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', @@ -12584,8 +13650,8 @@ for my $version (sort { $a <=> $b } keys %deprecated) { 'IPC::SysV' => undef, 'JSON::PP' => undef, 'JSON::PP::Boolean' => undef, - 'List::Util' => undef, - 'List::Util::XS' => undef, + 'List::Util' => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Scalar-List-Utils', + 'List::Util::XS' => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Scalar-List-Utils', 'Locale::Codes' => undef, 'Locale::Codes::Constants'=> undef, 'Locale::Codes::Country'=> undef, @@ -12616,6 +13682,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, @@ -12649,15 +13723,15 @@ 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, 'Pod::Find' => undef, 'Pod::InputObjects' => undef, - 'Pod::Man' => undef, - 'Pod::ParseLink' => undef, + 'Pod::Man' => 'https://rt.cpan.org/Dist/Display.html?Name=podlators', + 'Pod::ParseLink' => 'https://rt.cpan.org/Dist/Display.html?Name=podlators', 'Pod::ParseUtils' => undef, 'Pod::Parser' => undef, 'Pod::Perldoc' => undef, @@ -12675,42 +13749,42 @@ 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::Text' => undef, - 'Pod::Text::Color' => undef, - 'Pod::Text::Overstrike' => undef, - 'Pod::Text::Termcap' => 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' => 'https://rt.cpan.org/Dist/Display.html?Name=podlators', + 'Pod::Text::Color' => 'https://rt.cpan.org/Dist/Display.html?Name=podlators', + 'Pod::Text::Overstrike' => 'https://rt.cpan.org/Dist/Display.html?Name=podlators', + 'Pod::Text::Termcap' => 'https://rt.cpan.org/Dist/Display.html?Name=podlators', 'Pod::Usage' => undef, - 'Scalar::Util' => undef, + 'Scalar::Util' => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Scalar-List-Utils', 'Socket' => undef, - 'Sub::Util' => undef, + 'Sub::Util' => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Scalar-List-Utils', 'Sys::Syslog' => undef, 'Sys::Syslog::Win32' => undef, 'TAP::Base' => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', @@ -12756,9 +13830,8 @@ for my $version (sort { $a <=> $b } keys %deprecated) { 'TAP::Parser::SourceHandler::RawTAP'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', 'TAP::Parser::YAMLish::Reader'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', 'TAP::Parser::YAMLish::Writer'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', - 'Term::ANSIColor' => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Term-ANSIColor', + 'Term::ANSIColor' => 'https://rt.cpan.org/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/', @@ -12777,7 +13850,6 @@ for my $version (sort { $a <=> $b } keys %deprecated) { 'Text::Tabs' => undef, 'Text::Wrap' => undef, 'Tie::RefHash' => undef, - 'Time::HiRes' => undef, 'Time::Local' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Time-Local', 'Time::Piece' => undef, 'Time::Seconds' => undef, @@ -12790,27 +13862,28 @@ for my $version (sort { $a <=> $b } keys %deprecated) { 'Unicode::Collate::CJK::Stroke'=> undef, 'Unicode::Collate::CJK::Zhuyin'=> undef, 'Unicode::Collate::Locale'=> undef, - 'Unicode::Normalize' => undef, + 'Unicode::Normalize' => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Unicode-Normalize', 'Win32' => undef, 'Win32API::File' => undef, - 'Win32API::File::ExtUtils::Myconst2perl'=> undef, + 'Win32API::File::inc::ExtUtils::Myconst2perl'=> undef, 'autodie' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie', 'autodie::Scope::Guard' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie', 'autodie::Scope::GuardStack'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie', - 'autodie::ScopeUtil' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie', + 'autodie::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', 'ok' => 'http://github.com/Test-More/test-more/issues/', 'parent' => undef, 'perlfaq' => 'https://github.com/perl-doc-cats/perlfaq/issues', 'version' => 'https://rt.cpan.org/Public/Dist/Display.html?Name=version', 'version::regex' => 'https://rt.cpan.org/Public/Dist/Display.html?Name=version', - 'version::vpp' => 'https://rt.cpan.org/Public/Dist/Display.html?Name=version', ); # Create aliases with trailing zeros for $] use