summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Module/CoreList.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Module/CoreList.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/Module/CoreList.pm2053
1 files changed, 2014 insertions, 39 deletions
diff --git a/Master/tlpkg/tlperl/lib/Module/CoreList.pm b/Master/tlpkg/tlperl/lib/Module/CoreList.pm
index 702cfd69490..54725c87fc4 100644
--- a/Master/tlpkg/tlperl/lib/Module/CoreList.pm
+++ b/Master/tlpkg/tlperl/lib/Module/CoreList.pm
@@ -3,7 +3,8 @@ use strict;
use vars qw/$VERSION %released %version %families %upstream
%bug_tracker %deprecated %delta/;
use Module::CoreList::TieHashDelta;
-$VERSION = '3.03';
+use version;
+$VERSION = '5.20150214';
my $dumpinc = 0;
sub import {
@@ -27,7 +28,7 @@ sub first_release_raw {
my $version = shift;
my @perls = $version
- ? grep { exists $version{$_}{ $module } &&
+ ? grep { defined $version{$_}{ $module } &&
$version{$_}{ $module } ge $version } keys %version
: grep { exists $version{$_}{ $module } } keys %version;
@@ -242,7 +243,25 @@ sub changes_between {
5.019005 => '2013-10-20',
5.019006 => '2013-11-20',
5.019007 => '2013-12-20',
- 5.018002 => '2014-01-09',
+ 5.018002 => '2014-01-06',
+ 5.018003 => '2014-10-01',
+ 5.018004 => '2014-10-01',
+ 5.019008 => '2014-01-20',
+ 5.019009 => '2014-02-20',
+ 5.01901 => '2014-03-20',
+ 5.019011 => '2014-04-20',
+ 5.020000 => '2014-05-27',
+ 5.021000 => '2014-05-27',
+ 5.021001 => '2014-06-20',
+ 5.021002 => '2014-07-20',
+ 5.021003 => '2014-08-20',
+ 5.020001 => '2014-09-14',
+ 5.021004 => '2014-09-20',
+ 5.021005 => '2014-10-20',
+ 5.021006 => '2014-11-20',
+ 5.021007 => '2014-12-20',
+ 5.021008 => '2015-01-20',
+ 5.020002 => '2015-02-14',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -1703,6 +1722,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Time::HiRes' => '1.59',
'Unicode' => '4.0.1',
'Unicode::UCD' => '0.22',
+ 'Win32' => '0.23',
'base' => '2.05',
'bigint' => '0.05',
'bignum' => '0.15',
@@ -1926,11 +1946,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'JPL::AutoLoader' => 1,
'JPL::Class' => 1,
'JPL::Compile' => 1,
- 'OS2::DLL' => 1,
- 'OS2::ExtAttr' => 1,
- 'OS2::PrfDB' => 1,
- 'OS2::Process' => 1,
- 'OS2::REXX' => 1,
}
},
5.008008 => {
@@ -2023,6 +2038,9 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Math::Trig' => '1.03',
'NDBM_File' => '1.06',
'ODBM_File' => '1.06',
+ 'OS2::PrfDB' => '0.04',
+ 'OS2::Process' => '1.02',
+ 'OS2::REXX' => '1.03',
'Opcode' => '1.06',
'POSIX' => '1.09',
'PerlIO' => '1.04',
@@ -2274,6 +2292,8 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Net::SMTP' => '2.31',
'O' => '1.01',
'ODBM_File' => '1.07',
+ 'OS2::DLL' => '1.03',
+ 'OS2::Process' => '1.03',
'Opcode' => '1.0601',
'POSIX' => '1.15',
'PerlIO' => '1.05',
@@ -3073,6 +3093,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Net::POP3' => '2.29',
'Net::SMTP' => '2.31',
'ODBM_File' => '1.07',
+ 'OS2::DLL' => '1.03',
'Object::Accessor' => '0.32',
'Opcode' => '1.09',
'POSIX' => '1.13',
@@ -3627,6 +3648,8 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'NEXT' => '0.64',
'Net::Ping' => '2.36',
'O' => '1.01',
+ 'OS2::Process' => '1.03',
+ 'OS2::REXX' => '1.04',
'Object::Accessor' => '0.34',
'POSIX' => '1.17',
'Package::Constants' => '0.02',
@@ -3933,6 +3956,8 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'File::Path' => '2.08',
'IO' => '1.25_02',
'Module::CoreList' => '2.21',
+ 'OS2::DLL' => '1.04',
+ 'OS2::Process' => '1.04',
'Object::Accessor' => '0.36',
'Opcode' => '1.15',
'POSIX' => '1.18',
@@ -5243,6 +5268,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Module::Load::Conditional'=> '0.40',
'Module::Metadata' => '1.000003',
'Net::Ping' => '2.38',
+ 'OS2::Process' => '1.05',
'Object::Accessor' => '0.38',
'POSIX' => '1.24',
'Params::Check' => '0.28',
@@ -5353,6 +5379,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Module::CoreList' => '2.45',
'Module::Load::Conditional'=> '0.44',
'Module::Metadata' => '1.000004',
+ 'OS2::Process' => '1.06',
'Parse::CPAN::Meta' => '1.4401',
'Pod::Html' => '1.1',
'Socket' => '1.94',
@@ -5609,7 +5636,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Module::CoreList' => '2.49_02',
'PerlIO::scalar' => '0.11_01',
'Time::Piece::Seconds' => undef,
- 'XSLoader::XSLoader' => '0.13',
},
removed => {
}
@@ -5848,6 +5874,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Math::Complex' => '1.58',
'Math::Trig' => '1.22',
'Module::CoreList' => '2.54',
+ 'OS2::Process' => '1.07',
'Pod::Perldoc' => '3.15_06',
'Pod::Simple' => '3.18',
'Pod::Simple::BlackBox' => '3.18',
@@ -6589,7 +6616,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Pod::Checker' => '1.51',
'Pod::Find' => '1.51',
'Pod::Functions' => '1.05',
- 'Pod::Functions::Functions'=> '1.05',
'Pod::Html' => '1.14',
'Pod::InputObjects' => '1.51',
'Pod::ParseUtils' => '1.51',
@@ -6812,7 +6838,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'IO::Socket' => '1.34',
'Module::CoreList' => '2.67',
'Pod::Functions' => '1.06',
- 'Pod::Functions::Functions'=> '1.06',
'Storable' => '2.35',
'XS::APItest' => '0.39',
'diagnostics' => '1.29',
@@ -7733,6 +7758,9 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Module::Load' => '0.24',
'Module::Pluggable' => '4.6',
'Module::Pluggable::Object'=> '4.6',
+ 'OS2::DLL' => '1.05',
+ 'OS2::ExtAttr' => '0.03',
+ 'OS2::Process' => '1.08',
'Object::Accessor' => '0.46',
'PerlIO::scalar' => '0.16',
'Pod::Checker' => '1.60',
@@ -8059,6 +8087,22 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Module::CoreList::Utils'=> '3.03',
},
},
+ 5.018003 => {
+ delta_from => 5.018002,
+ changed => {
+ 'Module::CoreList' => '3.12',
+ 'Module::CoreList::TieHashDelta'=> '3.12',
+ 'Module::CoreList::Utils'=> '3.12',
+ },
+ },
+ 5.018004 => {
+ delta_from => 5.018003,
+ changed => {
+ 'Module::CoreList' => '3.13',
+ 'Module::CoreList::TieHashDelta'=> '3.13',
+ 'Module::CoreList::Utils'=> '3.13',
+ },
+ },
5.019000 => {
delta_from => 5.018000,
changed => {
@@ -8307,6 +8351,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Module::CoreList::Utils'=> '2.92',
'Module::Metadata' => '1.000014',
'Net::Ping' => '2.42',
+ 'OS2::Process' => '1.09',
'POSIX' => '1.33',
'Pod::Find' => '1.61',
'Pod::Html' => '1.19',
@@ -8461,7 +8506,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Params::Check' => '0.38',
'Parse::CPAN::Meta' => '1.4405',
'Pod::Functions' => '1.07',
- 'Pod::Functions::Functions'=> '1.07',
'Pod::Html' => '1.2',
'Safe' => '2.37',
'Socket' => '2.010',
@@ -8627,7 +8671,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Net::SMTP' => '2.32',
'PerlIO' => '1.08',
'Pod::Functions' => '1.08',
- 'Pod::Functions::Functions'=> '1.08',
'Scalar::Util' => '1.31',
'Socket' => '2.011',
'Storable' => '2.46',
@@ -9248,7 +9291,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Module::CoreList::TieHashDelta'=> '3.02',
'Module::CoreList::Utils'=> '3.02',
'POSIX' => '1.37',
- 'PathTools::Cwd' => '3.45',
'PerlIO::encoding' => '0.17',
'PerlIO::via' => '0.14',
'SDBM_File' => '1.11',
@@ -9266,6 +9308,1787 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 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.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.01901 => {
+ delta_from => 5.019009,
+ changed => {
+ 'App::Cpan' => '1.62',
+ 'Attribute::Handlers' => '0.96',
+ 'B::Deparse' => '1.26',
+ 'CPAN' => '2.04',
+ 'CPAN::Bundle' => '5.5001',
+ 'CPAN::Complete' => '5.5001',
+ 'CPAN::Distribution' => '2.01',
+ 'CPAN::Distroprefs' => '6.0001',
+ 'CPAN::FirstTime' => '5.5305',
+ 'CPAN::Meta' => '2.140640',
+ 'CPAN::Meta::Converter' => '2.140640',
+ 'CPAN::Meta::Feature' => '2.140640',
+ 'CPAN::Meta::History' => '2.140640',
+ 'CPAN::Meta::Prereqs' => '2.140640',
+ 'CPAN::Meta::Spec' => '2.140640',
+ 'CPAN::Meta::Validator' => '2.140640',
+ 'CPAN::Meta::YAML' => '0.012',
+ 'CPAN::Queue' => '5.5002',
+ 'CPAN::Shell' => '5.5003',
+ 'CPAN::Tarzip' => '5.5012',
+ 'CPAN::Version' => '5.5003',
+ 'Carp' => '1.33',
+ 'Carp::Heavy' => '1.33',
+ 'Config' => '5.019010',
+ 'Data::Dumper' => '2.151',
+ 'Devel::PPPort' => '3.22',
+ 'Digest::SHA' => '5.88',
+ 'ExtUtils::Command::MM' => '6.92',
+ 'ExtUtils::Install' => '1.63',
+ 'ExtUtils::Installed' => '1.999005',
+ 'ExtUtils::Liblist' => '6.92',
+ 'ExtUtils::Liblist::Kid'=> '6.92',
+ 'ExtUtils::MM' => '6.92',
+ 'ExtUtils::MM_AIX' => '6.92',
+ 'ExtUtils::MM_Any' => '6.92',
+ 'ExtUtils::MM_BeOS' => '6.92',
+ 'ExtUtils::MM_Cygwin' => '6.92',
+ 'ExtUtils::MM_DOS' => '6.92',
+ 'ExtUtils::MM_Darwin' => '6.92',
+ 'ExtUtils::MM_MacOS' => '6.92',
+ 'ExtUtils::MM_NW5' => '6.92',
+ 'ExtUtils::MM_OS2' => '6.92',
+ 'ExtUtils::MM_QNX' => '6.92',
+ 'ExtUtils::MM_UWIN' => '6.92',
+ 'ExtUtils::MM_Unix' => '6.92',
+ 'ExtUtils::MM_VMS' => '6.92',
+ 'ExtUtils::MM_VOS' => '6.92',
+ 'ExtUtils::MM_Win32' => '6.92',
+ 'ExtUtils::MM_Win95' => '6.92',
+ 'ExtUtils::MY' => '6.92',
+ 'ExtUtils::MakeMaker' => '6.92',
+ 'ExtUtils::MakeMaker::Config'=> '6.92',
+ 'ExtUtils::Mkbootstrap' => '6.92',
+ 'ExtUtils::Mksymlists' => '6.92',
+ 'ExtUtils::Packlist' => '1.48',
+ 'ExtUtils::ParseXS' => '3.24',
+ 'ExtUtils::ParseXS::Constants'=> '3.24',
+ 'ExtUtils::ParseXS::CountLines'=> '3.24',
+ 'ExtUtils::ParseXS::Eval'=> '3.24',
+ 'ExtUtils::ParseXS::Utilities'=> '3.24',
+ 'ExtUtils::Typemaps' => '3.24',
+ 'ExtUtils::Typemaps::Cmd'=> '3.24',
+ 'ExtUtils::Typemaps::InputMap'=> '3.24',
+ 'ExtUtils::Typemaps::OutputMap'=> '3.24',
+ 'ExtUtils::Typemaps::Type'=> '3.24',
+ 'ExtUtils::testlib' => '6.92',
+ 'File::Find' => '1.27',
+ 'Filter::Simple' => '0.91',
+ 'HTTP::Tiny' => '0.043',
+ 'Hash::Util::FieldHash' => '1.15',
+ 'IO' => '1.31',
+ 'IO::Socket::IP' => '0.29',
+ 'Locale::Codes' => '3.30',
+ 'Locale::Codes::Constants'=> '3.30',
+ 'Locale::Codes::Country'=> '3.30',
+ 'Locale::Codes::Country_Codes'=> '3.30',
+ 'Locale::Codes::Country_Retired'=> '3.30',
+ 'Locale::Codes::Currency'=> '3.30',
+ 'Locale::Codes::Currency_Codes'=> '3.30',
+ 'Locale::Codes::Currency_Retired'=> '3.30',
+ 'Locale::Codes::LangExt'=> '3.30',
+ 'Locale::Codes::LangExt_Codes'=> '3.30',
+ 'Locale::Codes::LangExt_Retired'=> '3.30',
+ 'Locale::Codes::LangFam'=> '3.30',
+ 'Locale::Codes::LangFam_Codes'=> '3.30',
+ 'Locale::Codes::LangFam_Retired'=> '3.30',
+ 'Locale::Codes::LangVar'=> '3.30',
+ 'Locale::Codes::LangVar_Codes'=> '3.30',
+ 'Locale::Codes::LangVar_Retired'=> '3.30',
+ 'Locale::Codes::Language'=> '3.30',
+ 'Locale::Codes::Language_Codes'=> '3.30',
+ 'Locale::Codes::Language_Retired'=> '3.30',
+ 'Locale::Codes::Script' => '3.30',
+ 'Locale::Codes::Script_Codes'=> '3.30',
+ 'Locale::Codes::Script_Retired'=> '3.30',
+ 'Locale::Country' => '3.30',
+ 'Locale::Currency' => '3.30',
+ 'Locale::Language' => '3.30',
+ 'Locale::Script' => '3.30',
+ 'Module::CoreList' => '3.09',
+ 'Module::CoreList::TieHashDelta'=> '3.09',
+ 'Module::CoreList::Utils'=> '3.09',
+ 'Module::Load' => '0.32',
+ 'POSIX' => '1.38_03',
+ 'Parse::CPAN::Meta' => '1.4414',
+ 'Pod::Perldoc' => '3.23',
+ 'Pod::Perldoc::BaseTo' => '3.23',
+ 'Pod::Perldoc::GetOptsOO'=> '3.23',
+ 'Pod::Perldoc::ToANSI' => '3.23',
+ 'Pod::Perldoc::ToChecker'=> '3.23',
+ 'Pod::Perldoc::ToMan' => '3.23',
+ 'Pod::Perldoc::ToNroff' => '3.23',
+ 'Pod::Perldoc::ToPod' => '3.23',
+ 'Pod::Perldoc::ToRtf' => '3.23',
+ 'Pod::Perldoc::ToTerm' => '3.23',
+ 'Pod::Perldoc::ToText' => '3.23',
+ 'Pod::Perldoc::ToTk' => '3.23',
+ 'Pod::Perldoc::ToXml' => '3.23',
+ 'Thread::Queue' => '3.05',
+ 'XS::APItest' => '0.60',
+ 'XS::Typemap' => '0.13',
+ 'autouse' => '1.08',
+ 'base' => '2.22',
+ 'charnames' => '1.40',
+ 'feature' => '1.36',
+ 'mro' => '1.16',
+ 'threads' => '1.93',
+ 'warnings' => '1.23',
+ 'warnings::register' => '1.03',
+ },
+ removed => {
+ }
+ },
+ 5.019011 => {
+ delta_from => 5.01901,
+ changed => {
+ 'CPAN' => '2.05',
+ 'CPAN::Distribution' => '2.02',
+ 'CPAN::FirstTime' => '5.5306',
+ 'CPAN::Shell' => '5.5004',
+ 'Carp' => '1.3301',
+ 'Carp::Heavy' => '1.3301',
+ 'Config' => '5.019011',
+ 'ExtUtils::Command::MM' => '6.94',
+ 'ExtUtils::Install' => '1.67',
+ 'ExtUtils::Liblist' => '6.94',
+ 'ExtUtils::Liblist::Kid'=> '6.94',
+ 'ExtUtils::MM' => '6.94',
+ 'ExtUtils::MM_AIX' => '6.94',
+ 'ExtUtils::MM_Any' => '6.94',
+ 'ExtUtils::MM_BeOS' => '6.94',
+ 'ExtUtils::MM_Cygwin' => '6.94',
+ 'ExtUtils::MM_DOS' => '6.94',
+ 'ExtUtils::MM_Darwin' => '6.94',
+ 'ExtUtils::MM_MacOS' => '6.94',
+ 'ExtUtils::MM_NW5' => '6.94',
+ 'ExtUtils::MM_OS2' => '6.94',
+ 'ExtUtils::MM_QNX' => '6.94',
+ 'ExtUtils::MM_UWIN' => '6.94',
+ 'ExtUtils::MM_Unix' => '6.94',
+ 'ExtUtils::MM_VMS' => '6.94',
+ 'ExtUtils::MM_VOS' => '6.94',
+ 'ExtUtils::MM_Win32' => '6.94',
+ 'ExtUtils::MM_Win95' => '6.94',
+ 'ExtUtils::MY' => '6.94',
+ 'ExtUtils::MakeMaker' => '6.94',
+ 'ExtUtils::MakeMaker::Config'=> '6.94',
+ 'ExtUtils::Mkbootstrap' => '6.94',
+ 'ExtUtils::Mksymlists' => '6.94',
+ 'ExtUtils::testlib' => '6.94',
+ 'Module::CoreList' => '3.10',
+ 'Module::CoreList::TieHashDelta'=> '3.10',
+ 'Module::CoreList::Utils'=> '3.10',
+ 'PerlIO' => '1.09',
+ 'Storable' => '2.49',
+ 'Win32' => '0.49',
+ 'experimental' => '0.007',
+ },
+ removed => {
+ }
+ },
+ 5.020000 => {
+ delta_from => 5.019011,
+ changed => {
+ 'Config' => '5.02',
+ 'Devel::PPPort' => '3.21',
+ 'Encode' => '2.60',
+ 'Errno' => '1.20_03',
+ 'ExtUtils::Command::MM' => '6.98',
+ 'ExtUtils::Liblist' => '6.98',
+ 'ExtUtils::Liblist::Kid'=> '6.98',
+ 'ExtUtils::MM' => '6.98',
+ 'ExtUtils::MM_AIX' => '6.98',
+ 'ExtUtils::MM_Any' => '6.98',
+ 'ExtUtils::MM_BeOS' => '6.98',
+ 'ExtUtils::MM_Cygwin' => '6.98',
+ 'ExtUtils::MM_DOS' => '6.98',
+ 'ExtUtils::MM_Darwin' => '6.98',
+ 'ExtUtils::MM_MacOS' => '6.98',
+ 'ExtUtils::MM_NW5' => '6.98',
+ 'ExtUtils::MM_OS2' => '6.98',
+ 'ExtUtils::MM_QNX' => '6.98',
+ 'ExtUtils::MM_UWIN' => '6.98',
+ 'ExtUtils::MM_Unix' => '6.98',
+ 'ExtUtils::MM_VMS' => '6.98',
+ 'ExtUtils::MM_VOS' => '6.98',
+ 'ExtUtils::MM_Win32' => '6.98',
+ 'ExtUtils::MM_Win95' => '6.98',
+ 'ExtUtils::MY' => '6.98',
+ 'ExtUtils::MakeMaker' => '6.98',
+ 'ExtUtils::MakeMaker::Config'=> '6.98',
+ 'ExtUtils::Miniperl' => '1.01',
+ 'ExtUtils::Mkbootstrap' => '6.98',
+ 'ExtUtils::Mksymlists' => '6.98',
+ 'ExtUtils::testlib' => '6.98',
+ 'Pod::Functions::Functions'=> '1.08',
+ },
+ removed => {
+ }
+ },
+ 5.021000 => {
+ delta_from => 5.020000,
+ changed => {
+ 'Module::CoreList' => '5.021001',
+ 'Module::CoreList::TieHashDelta'=> '5.021001',
+ 'Module::CoreList::Utils'=> '5.021001',
+ 'feature' => '1.37',
+ },
+ removed => {
+ 'CGI' => 1,
+ 'CGI::Apache' => 1,
+ 'CGI::Carp' => 1,
+ 'CGI::Cookie' => 1,
+ 'CGI::Fast' => 1,
+ 'CGI::Pretty' => 1,
+ 'CGI::Push' => 1,
+ 'CGI::Switch' => 1,
+ 'CGI::Util' => 1,
+ 'Module::Build' => 1,
+ 'Module::Build::Base' => 1,
+ 'Module::Build::Compat' => 1,
+ 'Module::Build::Config' => 1,
+ 'Module::Build::ConfigData'=> 1,
+ 'Module::Build::Cookbook'=> 1,
+ 'Module::Build::Dumper' => 1,
+ 'Module::Build::ModuleInfo'=> 1,
+ 'Module::Build::Notes' => 1,
+ 'Module::Build::PPMMaker'=> 1,
+ 'Module::Build::Platform::Default'=> 1,
+ 'Module::Build::Platform::MacOS'=> 1,
+ 'Module::Build::Platform::Unix'=> 1,
+ 'Module::Build::Platform::VMS'=> 1,
+ 'Module::Build::Platform::VOS'=> 1,
+ 'Module::Build::Platform::Windows'=> 1,
+ 'Module::Build::Platform::aix'=> 1,
+ 'Module::Build::Platform::cygwin'=> 1,
+ 'Module::Build::Platform::darwin'=> 1,
+ 'Module::Build::Platform::os2'=> 1,
+ 'Module::Build::PodParser'=> 1,
+ 'Module::Build::Version'=> 1,
+ 'Module::Build::YAML' => 1,
+ 'Package::Constants' => 1,
+ 'Simple' => 1,
+ 'inc::latest' => 1,
+ }
+ },
+ 5.021001 => {
+ delta_from => 5.021000,
+ changed => {
+ 'App::Prove' => '3.32',
+ 'App::Prove::State' => '3.32',
+ 'App::Prove::State::Result'=> '3.32',
+ 'App::Prove::State::Result::Test'=> '3.32',
+ 'Archive::Tar' => '2.00',
+ 'Archive::Tar::Constant'=> '2.00',
+ 'Archive::Tar::File' => '2.00',
+ 'B' => '1.49',
+ 'B::Deparse' => '1.27',
+ 'Benchmark' => '1.19',
+ 'CPAN::Meta' => '2.141520',
+ 'CPAN::Meta::Converter' => '2.141520',
+ 'CPAN::Meta::Feature' => '2.141520',
+ 'CPAN::Meta::History' => '2.141520',
+ 'CPAN::Meta::Prereqs' => '2.141520',
+ 'CPAN::Meta::Spec' => '2.141520',
+ 'CPAN::Meta::Validator' => '2.141520',
+ 'Carp' => '1.34',
+ 'Carp::Heavy' => '1.34',
+ 'Config' => '5.021001',
+ 'Cwd' => '3.48',
+ 'Data::Dumper' => '2.152',
+ 'Devel::PPPort' => '3.24',
+ 'Devel::Peek' => '1.17',
+ 'Digest::SHA' => '5.92',
+ 'DynaLoader' => '1.26',
+ 'Encode' => '2.62',
+ 'Errno' => '1.20_04',
+ 'Exporter' => '5.71',
+ 'Exporter::Heavy' => '5.71',
+ 'ExtUtils::Install' => '1.68',
+ 'ExtUtils::Miniperl' => '1.02',
+ 'ExtUtils::ParseXS' => '3.25',
+ 'ExtUtils::ParseXS::Constants'=> '3.25',
+ 'ExtUtils::ParseXS::CountLines'=> '3.25',
+ 'ExtUtils::ParseXS::Eval'=> '3.25',
+ 'ExtUtils::ParseXS::Utilities'=> '3.25',
+ 'ExtUtils::Typemaps' => '3.25',
+ 'ExtUtils::Typemaps::Cmd'=> '3.25',
+ 'ExtUtils::Typemaps::InputMap'=> '3.25',
+ 'ExtUtils::Typemaps::OutputMap'=> '3.25',
+ 'ExtUtils::Typemaps::Type'=> '3.25',
+ 'Fatal' => '2.25',
+ 'File::Spec' => '3.48',
+ 'File::Spec::Cygwin' => '3.48',
+ 'File::Spec::Epoc' => '3.48',
+ 'File::Spec::Functions' => '3.48',
+ 'File::Spec::Mac' => '3.48',
+ 'File::Spec::OS2' => '3.48',
+ 'File::Spec::Unix' => '3.48',
+ 'File::Spec::VMS' => '3.48',
+ 'File::Spec::Win32' => '3.48',
+ 'Hash::Util' => '0.17',
+ 'IO' => '1.32',
+ 'List::Util' => '1.39',
+ 'List::Util::XS' => '1.39',
+ 'Locale::Codes' => '3.31',
+ 'Locale::Codes::Constants'=> '3.31',
+ 'Locale::Codes::Country'=> '3.31',
+ 'Locale::Codes::Country_Codes'=> '3.31',
+ 'Locale::Codes::Country_Retired'=> '3.31',
+ 'Locale::Codes::Currency'=> '3.31',
+ 'Locale::Codes::Currency_Codes'=> '3.31',
+ 'Locale::Codes::Currency_Retired'=> '3.31',
+ 'Locale::Codes::LangExt'=> '3.31',
+ 'Locale::Codes::LangExt_Codes'=> '3.31',
+ 'Locale::Codes::LangExt_Retired'=> '3.31',
+ 'Locale::Codes::LangFam'=> '3.31',
+ 'Locale::Codes::LangFam_Codes'=> '3.31',
+ 'Locale::Codes::LangFam_Retired'=> '3.31',
+ 'Locale::Codes::LangVar'=> '3.31',
+ 'Locale::Codes::LangVar_Codes'=> '3.31',
+ 'Locale::Codes::LangVar_Retired'=> '3.31',
+ 'Locale::Codes::Language'=> '3.31',
+ 'Locale::Codes::Language_Codes'=> '3.31',
+ 'Locale::Codes::Language_Retired'=> '3.31',
+ 'Locale::Codes::Script' => '3.31',
+ 'Locale::Codes::Script_Codes'=> '3.31',
+ 'Locale::Codes::Script_Retired'=> '3.31',
+ 'Locale::Country' => '3.31',
+ 'Locale::Currency' => '3.31',
+ 'Locale::Language' => '3.31',
+ 'Locale::Script' => '3.31',
+ 'Math::BigFloat' => '1.9994',
+ 'Math::BigInt' => '1.9995',
+ 'Math::BigInt::Calc' => '1.9994',
+ 'Math::BigInt::CalcEmu' => '1.9994',
+ 'Math::BigRat' => '0.2608',
+ 'Module::CoreList' => '5.021001_01',
+ 'Module::CoreList::TieHashDelta'=> '5.021001_01',
+ 'Module::CoreList::Utils'=> '5.021001_01',
+ 'Module::Metadata' => '1.000024',
+ 'Module::Metadata::corpus::BOMTest::UTF16BE'=> undef,
+ 'Module::Metadata::corpus::BOMTest::UTF16LE'=> undef,
+ 'Module::Metadata::corpus::BOMTest::UTF8'=> '1',
+ 'NDBM_File' => '1.13',
+ 'Net::Config' => '1.14',
+ 'Net::SMTP' => '2.34',
+ 'Net::Time' => '2.11',
+ 'OS2::Process' => '1.10',
+ 'POSIX' => '1.40',
+ 'PerlIO::encoding' => '0.19',
+ 'PerlIO::mmap' => '0.013',
+ 'PerlIO::scalar' => '0.19',
+ 'PerlIO::via' => '0.15',
+ 'Pod::Html' => '1.22',
+ 'Scalar::Util' => '1.39',
+ 'SelfLoader' => '1.22',
+ 'Socket' => '2.014',
+ 'Storable' => '2.51',
+ 'TAP::Base' => '3.32',
+ 'TAP::Formatter::Base' => '3.32',
+ 'TAP::Formatter::Color' => '3.32',
+ 'TAP::Formatter::Console'=> '3.32',
+ 'TAP::Formatter::Console::ParallelSession'=> '3.32',
+ 'TAP::Formatter::Console::Session'=> '3.32',
+ 'TAP::Formatter::File' => '3.32',
+ 'TAP::Formatter::File::Session'=> '3.32',
+ 'TAP::Formatter::Session'=> '3.32',
+ 'TAP::Harness' => '3.32',
+ 'TAP::Harness::Env' => '3.32',
+ 'TAP::Object' => '3.32',
+ 'TAP::Parser' => '3.32',
+ 'TAP::Parser::Aggregator'=> '3.32',
+ 'TAP::Parser::Grammar' => '3.32',
+ 'TAP::Parser::Iterator' => '3.32',
+ 'TAP::Parser::Iterator::Array'=> '3.32',
+ 'TAP::Parser::Iterator::Process'=> '3.32',
+ 'TAP::Parser::Iterator::Stream'=> '3.32',
+ 'TAP::Parser::IteratorFactory'=> '3.32',
+ 'TAP::Parser::Multiplexer'=> '3.32',
+ 'TAP::Parser::Result' => '3.32',
+ 'TAP::Parser::Result::Bailout'=> '3.32',
+ 'TAP::Parser::Result::Comment'=> '3.32',
+ 'TAP::Parser::Result::Plan'=> '3.32',
+ 'TAP::Parser::Result::Pragma'=> '3.32',
+ 'TAP::Parser::Result::Test'=> '3.32',
+ 'TAP::Parser::Result::Unknown'=> '3.32',
+ 'TAP::Parser::Result::Version'=> '3.32',
+ 'TAP::Parser::Result::YAML'=> '3.32',
+ 'TAP::Parser::ResultFactory'=> '3.32',
+ 'TAP::Parser::Scheduler'=> '3.32',
+ 'TAP::Parser::Scheduler::Job'=> '3.32',
+ 'TAP::Parser::Scheduler::Spinner'=> '3.32',
+ 'TAP::Parser::Source' => '3.32',
+ 'TAP::Parser::SourceHandler'=> '3.32',
+ 'TAP::Parser::SourceHandler::Executable'=> '3.32',
+ 'TAP::Parser::SourceHandler::File'=> '3.32',
+ 'TAP::Parser::SourceHandler::Handle'=> '3.32',
+ 'TAP::Parser::SourceHandler::Perl'=> '3.32',
+ 'TAP::Parser::SourceHandler::RawTAP'=> '3.32',
+ 'TAP::Parser::YAMLish::Reader'=> '3.32',
+ 'TAP::Parser::YAMLish::Writer'=> '3.32',
+ 'Term::ANSIColor' => '4.03',
+ 'Test::Builder' => '1.001003',
+ 'Test::Builder::Module' => '1.001003',
+ 'Test::Builder::Tester' => '1.23_003',
+ 'Test::Harness' => '3.32',
+ 'Test::More' => '1.001003',
+ 'Test::Simple' => '1.001003',
+ 'Tie::File' => '1.01',
+ 'Unicode' => '7.0.0',
+ 'Unicode::Collate' => '1.07',
+ 'Unicode::Normalize' => '1.18',
+ 'Unicode::UCD' => '0.58',
+ 'XS::APItest' => '0.61',
+ '_charnames' => '1.41',
+ 'autodie' => '2.25',
+ 'autodie::Scope::Guard' => '2.25',
+ 'autodie::Scope::GuardStack'=> '2.25',
+ 'autodie::ScopeUtil' => '2.25',
+ 'autodie::exception' => '2.25',
+ 'autodie::exception::system'=> '2.25',
+ 'autodie::hints' => '2.25',
+ 'autodie::skip' => '2.25',
+ 'charnames' => '1.41',
+ 'locale' => '1.04',
+ 'threads' => '1.94',
+ 'utf8' => '1.14',
+ 'warnings' => '1.24',
+ },
+ removed => {
+ }
+ },
+ 5.021002 => {
+ delta_from => 5.021001,
+ changed => {
+ 'B' => '1.50',
+ 'Config' => '5.021002',
+ 'Cwd' => '3.49',
+ 'Devel::Peek' => '1.18',
+ 'ExtUtils::Manifest' => '1.64',
+ 'File::Copy' => '2.30',
+ 'File::Spec' => '3.49',
+ 'File::Spec::Cygwin' => '3.49',
+ 'File::Spec::Epoc' => '3.49',
+ 'File::Spec::Functions' => '3.49',
+ 'File::Spec::Mac' => '3.49',
+ 'File::Spec::OS2' => '3.49',
+ 'File::Spec::Unix' => '3.49',
+ 'File::Spec::VMS' => '3.49',
+ 'File::Spec::Win32' => '3.49',
+ 'Filter::Simple' => '0.92',
+ 'Hash::Util' => '0.18',
+ 'IO' => '1.33',
+ 'IO::Socket::IP' => '0.31',
+ 'IPC::Open3' => '1.17',
+ 'Math::BigFloat' => '1.9996',
+ 'Math::BigInt' => '1.9996',
+ 'Math::BigInt::Calc' => '1.9996',
+ 'Math::BigInt::CalcEmu' => '1.9996',
+ 'Module::CoreList' => '5.021002',
+ 'Module::CoreList::TieHashDelta'=> '5.021002',
+ 'Module::CoreList::Utils'=> '5.021002',
+ 'POSIX' => '1.41',
+ 'Pod::Usage' => '1.64',
+ 'XS::APItest' => '0.62',
+ 'arybase' => '0.08',
+ 'experimental' => '0.008',
+ 'threads' => '1.95',
+ 'warnings' => '1.26',
+ },
+ removed => {
+ }
+ },
+ 5.021003 => {
+ delta_from => 5.021002,
+ changed => {
+ 'B::Debug' => '1.21',
+ 'CPAN::Meta' => '2.142060',
+ 'CPAN::Meta::Converter' => '2.142060',
+ 'CPAN::Meta::Feature' => '2.142060',
+ 'CPAN::Meta::History' => '2.142060',
+ 'CPAN::Meta::Merge' => '2.142060',
+ 'CPAN::Meta::Prereqs' => '2.142060',
+ 'CPAN::Meta::Requirements'=> '2.126',
+ 'CPAN::Meta::Spec' => '2.142060',
+ 'CPAN::Meta::Validator' => '2.142060',
+ 'Config' => '5.021003',
+ 'Config::Perl::V' => '0.22',
+ 'ExtUtils::CBuilder' => '0.280217',
+ 'ExtUtils::CBuilder::Base'=> '0.280217',
+ 'ExtUtils::CBuilder::Platform::Unix'=> '0.280217',
+ 'ExtUtils::CBuilder::Platform::VMS'=> '0.280217',
+ 'ExtUtils::CBuilder::Platform::Windows'=> '0.280217',
+ 'ExtUtils::CBuilder::Platform::Windows::BCC'=> '0.280217',
+ 'ExtUtils::CBuilder::Platform::Windows::GCC'=> '0.280217',
+ 'ExtUtils::CBuilder::Platform::Windows::MSVC'=> '0.280217',
+ 'ExtUtils::CBuilder::Platform::aix'=> '0.280217',
+ 'ExtUtils::CBuilder::Platform::android'=> '0.280217',
+ 'ExtUtils::CBuilder::Platform::cygwin'=> '0.280217',
+ 'ExtUtils::CBuilder::Platform::darwin'=> '0.280217',
+ 'ExtUtils::CBuilder::Platform::dec_osf'=> '0.280217',
+ 'ExtUtils::CBuilder::Platform::os2'=> '0.280217',
+ 'ExtUtils::Manifest' => '1.65',
+ 'HTTP::Tiny' => '0.047',
+ 'IPC::Open3' => '1.18',
+ 'Module::CoreList' => '5.021003',
+ 'Module::CoreList::TieHashDelta'=> '5.021003',
+ 'Module::CoreList::Utils'=> '5.021003',
+ 'Opcode' => '1.28',
+ 'POSIX' => '1.42',
+ 'Safe' => '2.38',
+ 'Socket' => '2.015',
+ 'Sys::Hostname' => '1.19',
+ 'UNIVERSAL' => '1.12',
+ 'XS::APItest' => '0.63',
+ 'perlfaq' => '5.0150045',
+ },
+ removed => {
+ }
+ },
+ 5.020001 => {
+ delta_from => 5.020000,
+ changed => {
+ 'Config' => '5.020001',
+ 'Config::Perl::V' => '0.22',
+ 'Cwd' => '3.48',
+ 'Exporter' => '5.71',
+ 'Exporter::Heavy' => '5.71',
+ 'ExtUtils::CBuilder' => '0.280217',
+ 'ExtUtils::CBuilder::Base'=> '0.280217',
+ 'ExtUtils::CBuilder::Platform::Unix'=> '0.280217',
+ 'ExtUtils::CBuilder::Platform::VMS'=> '0.280217',
+ 'ExtUtils::CBuilder::Platform::Windows'=> '0.280217',
+ 'ExtUtils::CBuilder::Platform::Windows::BCC'=> '0.280217',
+ 'ExtUtils::CBuilder::Platform::Windows::GCC'=> '0.280217',
+ 'ExtUtils::CBuilder::Platform::Windows::MSVC'=> '0.280217',
+ 'ExtUtils::CBuilder::Platform::aix'=> '0.280217',
+ 'ExtUtils::CBuilder::Platform::android'=> '0.280217',
+ 'ExtUtils::CBuilder::Platform::cygwin'=> '0.280217',
+ 'ExtUtils::CBuilder::Platform::darwin'=> '0.280217',
+ 'ExtUtils::CBuilder::Platform::dec_osf'=> '0.280217',
+ 'ExtUtils::CBuilder::Platform::os2'=> '0.280217',
+ 'File::Copy' => '2.30',
+ 'File::Spec' => '3.48',
+ 'File::Spec::Cygwin' => '3.48',
+ 'File::Spec::Epoc' => '3.48',
+ 'File::Spec::Functions' => '3.48',
+ 'File::Spec::Mac' => '3.48',
+ 'File::Spec::OS2' => '3.48',
+ 'File::Spec::Unix' => '3.48',
+ 'File::Spec::VMS' => '3.48',
+ 'File::Spec::Win32' => '3.48',
+ 'Module::CoreList' => '5.020001',
+ 'Module::CoreList::TieHashDelta'=> '5.020001',
+ 'Module::CoreList::Utils'=> '5.020001',
+ 'PerlIO::via' => '0.15',
+ 'Unicode::UCD' => '0.58',
+ 'XS::APItest' => '0.60_01',
+ 'utf8' => '1.13_01',
+ 'version' => '0.9909',
+ 'version::regex' => '0.9909',
+ 'version::vpp' => '0.9909',
+ },
+ removed => {
+ }
+ },
+ 5.021004 => {
+ delta_from => 5.021003,
+ changed => {
+ 'App::Prove' => '3.33',
+ 'App::Prove::State' => '3.33',
+ 'App::Prove::State::Result'=> '3.33',
+ 'App::Prove::State::Result::Test'=> '3.33',
+ 'Archive::Tar' => '2.02',
+ 'Archive::Tar::Constant'=> '2.02',
+ 'Archive::Tar::File' => '2.02',
+ 'Attribute::Handlers' => '0.97',
+ 'B' => '1.51',
+ 'B::Concise' => '0.993',
+ 'B::Deparse' => '1.28',
+ 'B::Op_private' => '5.021004',
+ 'CPAN::Meta::Requirements'=> '2.128',
+ 'Config' => '5.021004',
+ 'Cwd' => '3.50',
+ 'Data::Dumper' => '2.154',
+ 'ExtUtils::CBuilder' => '0.280219',
+ 'ExtUtils::CBuilder::Base'=> '0.280219',
+ 'ExtUtils::CBuilder::Platform::Unix'=> '0.280219',
+ 'ExtUtils::CBuilder::Platform::VMS'=> '0.280219',
+ 'ExtUtils::CBuilder::Platform::Windows'=> '0.280219',
+ 'ExtUtils::CBuilder::Platform::Windows::BCC'=> '0.280219',
+ 'ExtUtils::CBuilder::Platform::Windows::GCC'=> '0.280219',
+ 'ExtUtils::CBuilder::Platform::Windows::MSVC'=> '0.280219',
+ 'ExtUtils::CBuilder::Platform::aix'=> '0.280219',
+ 'ExtUtils::CBuilder::Platform::android'=> '0.280219',
+ 'ExtUtils::CBuilder::Platform::cygwin'=> '0.280219',
+ 'ExtUtils::CBuilder::Platform::darwin'=> '0.280219',
+ 'ExtUtils::CBuilder::Platform::dec_osf'=> '0.280219',
+ 'ExtUtils::CBuilder::Platform::os2'=> '0.280219',
+ 'ExtUtils::Install' => '2.04',
+ 'ExtUtils::Installed' => '2.04',
+ 'ExtUtils::Liblist::Kid'=> '6.98_01',
+ 'ExtUtils::Manifest' => '1.68',
+ 'ExtUtils::Packlist' => '2.04',
+ 'File::Find' => '1.28',
+ 'File::Spec' => '3.50',
+ 'File::Spec::Cygwin' => '3.50',
+ 'File::Spec::Epoc' => '3.50',
+ 'File::Spec::Functions' => '3.50',
+ 'File::Spec::Mac' => '3.50',
+ 'File::Spec::OS2' => '3.50',
+ 'File::Spec::Unix' => '3.50',
+ 'File::Spec::VMS' => '3.50',
+ 'File::Spec::Win32' => '3.50',
+ 'Getopt::Std' => '1.11',
+ 'HTTP::Tiny' => '0.049',
+ 'IO' => '1.34',
+ 'IO::Socket::IP' => '0.32',
+ 'List::Util' => '1.41',
+ 'List::Util::XS' => '1.41',
+ 'Locale::Codes' => '3.32',
+ 'Locale::Codes::Constants'=> '3.32',
+ 'Locale::Codes::Country'=> '3.32',
+ 'Locale::Codes::Country_Codes'=> '3.32',
+ 'Locale::Codes::Country_Retired'=> '3.32',
+ 'Locale::Codes::Currency'=> '3.32',
+ 'Locale::Codes::Currency_Codes'=> '3.32',
+ 'Locale::Codes::Currency_Retired'=> '3.32',
+ 'Locale::Codes::LangExt'=> '3.32',
+ 'Locale::Codes::LangExt_Codes'=> '3.32',
+ 'Locale::Codes::LangExt_Retired'=> '3.32',
+ 'Locale::Codes::LangFam'=> '3.32',
+ 'Locale::Codes::LangFam_Codes'=> '3.32',
+ 'Locale::Codes::LangFam_Retired'=> '3.32',
+ 'Locale::Codes::LangVar'=> '3.32',
+ 'Locale::Codes::LangVar_Codes'=> '3.32',
+ 'Locale::Codes::LangVar_Retired'=> '3.32',
+ 'Locale::Codes::Language'=> '3.32',
+ 'Locale::Codes::Language_Codes'=> '3.32',
+ 'Locale::Codes::Language_Retired'=> '3.32',
+ 'Locale::Codes::Script' => '3.32',
+ 'Locale::Codes::Script_Codes'=> '3.32',
+ 'Locale::Codes::Script_Retired'=> '3.32',
+ 'Locale::Country' => '3.32',
+ 'Locale::Currency' => '3.32',
+ 'Locale::Language' => '3.32',
+ 'Locale::Script' => '3.32',
+ 'Math::BigFloat' => '1.9997',
+ 'Math::BigInt' => '1.9997',
+ 'Math::BigInt::Calc' => '1.9997',
+ 'Math::BigInt::CalcEmu' => '1.9997',
+ 'Module::CoreList' => '5.20140920',
+ 'Module::CoreList::TieHashDelta'=> '5.20140920',
+ 'Module::CoreList::Utils'=> '5.20140920',
+ 'POSIX' => '1.43',
+ 'Pod::Perldoc' => '3.24',
+ 'Pod::Perldoc::BaseTo' => '3.24',
+ 'Pod::Perldoc::GetOptsOO'=> '3.24',
+ 'Pod::Perldoc::ToANSI' => '3.24',
+ 'Pod::Perldoc::ToChecker'=> '3.24',
+ 'Pod::Perldoc::ToMan' => '3.24',
+ 'Pod::Perldoc::ToNroff' => '3.24',
+ 'Pod::Perldoc::ToPod' => '3.24',
+ 'Pod::Perldoc::ToRtf' => '3.24',
+ 'Pod::Perldoc::ToTerm' => '3.24',
+ 'Pod::Perldoc::ToText' => '3.24',
+ 'Pod::Perldoc::ToTk' => '3.24',
+ 'Pod::Perldoc::ToXml' => '3.24',
+ 'Scalar::Util' => '1.41',
+ 'Sub::Util' => '1.41',
+ 'TAP::Base' => '3.33',
+ 'TAP::Formatter::Base' => '3.33',
+ 'TAP::Formatter::Color' => '3.33',
+ 'TAP::Formatter::Console'=> '3.33',
+ 'TAP::Formatter::Console::ParallelSession'=> '3.33',
+ 'TAP::Formatter::Console::Session'=> '3.33',
+ 'TAP::Formatter::File' => '3.33',
+ 'TAP::Formatter::File::Session'=> '3.33',
+ 'TAP::Formatter::Session'=> '3.33',
+ 'TAP::Harness' => '3.33',
+ 'TAP::Harness::Env' => '3.33',
+ 'TAP::Object' => '3.33',
+ 'TAP::Parser' => '3.33',
+ 'TAP::Parser::Aggregator'=> '3.33',
+ 'TAP::Parser::Grammar' => '3.33',
+ 'TAP::Parser::Iterator' => '3.33',
+ 'TAP::Parser::Iterator::Array'=> '3.33',
+ 'TAP::Parser::Iterator::Process'=> '3.33',
+ 'TAP::Parser::Iterator::Stream'=> '3.33',
+ 'TAP::Parser::IteratorFactory'=> '3.33',
+ 'TAP::Parser::Multiplexer'=> '3.33',
+ 'TAP::Parser::Result' => '3.33',
+ 'TAP::Parser::Result::Bailout'=> '3.33',
+ 'TAP::Parser::Result::Comment'=> '3.33',
+ 'TAP::Parser::Result::Plan'=> '3.33',
+ 'TAP::Parser::Result::Pragma'=> '3.33',
+ 'TAP::Parser::Result::Test'=> '3.33',
+ 'TAP::Parser::Result::Unknown'=> '3.33',
+ 'TAP::Parser::Result::Version'=> '3.33',
+ 'TAP::Parser::Result::YAML'=> '3.33',
+ 'TAP::Parser::ResultFactory'=> '3.33',
+ 'TAP::Parser::Scheduler'=> '3.33',
+ 'TAP::Parser::Scheduler::Job'=> '3.33',
+ 'TAP::Parser::Scheduler::Spinner'=> '3.33',
+ 'TAP::Parser::Source' => '3.33',
+ 'TAP::Parser::SourceHandler'=> '3.33',
+ 'TAP::Parser::SourceHandler::Executable'=> '3.33',
+ 'TAP::Parser::SourceHandler::File'=> '3.33',
+ 'TAP::Parser::SourceHandler::Handle'=> '3.33',
+ 'TAP::Parser::SourceHandler::Perl'=> '3.33',
+ 'TAP::Parser::SourceHandler::RawTAP'=> '3.33',
+ 'TAP::Parser::YAMLish::Reader'=> '3.33',
+ 'TAP::Parser::YAMLish::Writer'=> '3.33',
+ 'Term::ReadLine' => '1.15',
+ 'Test::Builder' => '1.001006',
+ 'Test::Builder::Module' => '1.001006',
+ 'Test::Builder::Tester' => '1.24',
+ 'Test::Builder::Tester::Color'=> '1.24',
+ 'Test::Harness' => '3.33',
+ 'Test::More' => '1.001006',
+ 'Test::Simple' => '1.001006',
+ 'Time::Piece' => '1.29',
+ 'Time::Seconds' => '1.29',
+ 'XS::APItest' => '0.64',
+ '_charnames' => '1.42',
+ 'attributes' => '0.23',
+ 'bigint' => '0.37',
+ 'bignum' => '0.38',
+ 'bigrat' => '0.37',
+ 'constant' => '1.32',
+ 'experimental' => '0.010',
+ 'overload' => '1.23',
+ 'threads' => '1.96',
+ 'version' => '0.9909',
+ 'version::regex' => '0.9909',
+ 'version::vpp' => '0.9909',
+ },
+ removed => {
+ }
+ },
+ 5.021005 => {
+ delta_from => 5.021004,
+ changed => {
+ 'B' => '1.52',
+ 'B::Concise' => '0.994',
+ 'B::Debug' => '1.22',
+ 'B::Deparse' => '1.29',
+ 'B::Op_private' => '5.021005',
+ 'CPAN::Meta' => '2.142690',
+ 'CPAN::Meta::Converter' => '2.142690',
+ 'CPAN::Meta::Feature' => '2.142690',
+ 'CPAN::Meta::History' => '2.142690',
+ 'CPAN::Meta::Merge' => '2.142690',
+ 'CPAN::Meta::Prereqs' => '2.142690',
+ 'CPAN::Meta::Spec' => '2.142690',
+ 'CPAN::Meta::Validator' => '2.142690',
+ 'Compress::Raw::Bzip2' => '2.066',
+ 'Compress::Raw::Zlib' => '2.066',
+ 'Compress::Zlib' => '2.066',
+ 'Config' => '5.021005',
+ 'Cwd' => '3.51',
+ 'DynaLoader' => '1.27',
+ 'Errno' => '1.21',
+ 'ExtUtils::CBuilder' => '0.280220',
+ 'ExtUtils::CBuilder::Base'=> '0.280220',
+ 'ExtUtils::CBuilder::Platform::Unix'=> '0.280220',
+ 'ExtUtils::CBuilder::Platform::VMS'=> '0.280220',
+ 'ExtUtils::CBuilder::Platform::Windows'=> '0.280220',
+ 'ExtUtils::CBuilder::Platform::Windows::BCC'=> '0.280220',
+ 'ExtUtils::CBuilder::Platform::Windows::GCC'=> '0.280220',
+ 'ExtUtils::CBuilder::Platform::Windows::MSVC'=> '0.280220',
+ 'ExtUtils::CBuilder::Platform::aix'=> '0.280220',
+ 'ExtUtils::CBuilder::Platform::android'=> '0.280220',
+ 'ExtUtils::CBuilder::Platform::cygwin'=> '0.280220',
+ 'ExtUtils::CBuilder::Platform::darwin'=> '0.280220',
+ 'ExtUtils::CBuilder::Platform::dec_osf'=> '0.280220',
+ 'ExtUtils::CBuilder::Platform::os2'=> '0.280220',
+ 'ExtUtils::Miniperl' => '1.03',
+ 'Fcntl' => '1.13',
+ 'File::Find' => '1.29',
+ 'File::Spec' => '3.51',
+ 'File::Spec::Cygwin' => '3.51',
+ 'File::Spec::Epoc' => '3.51',
+ 'File::Spec::Functions' => '3.51',
+ 'File::Spec::Mac' => '3.51',
+ 'File::Spec::OS2' => '3.51',
+ 'File::Spec::Unix' => '3.51',
+ 'File::Spec::VMS' => '3.51',
+ 'File::Spec::Win32' => '3.51',
+ 'HTTP::Tiny' => '0.050',
+ 'IO::Compress::Adapter::Bzip2'=> '2.066',
+ 'IO::Compress::Adapter::Deflate'=> '2.066',
+ 'IO::Compress::Adapter::Identity'=> '2.066',
+ 'IO::Compress::Base' => '2.066',
+ 'IO::Compress::Base::Common'=> '2.066',
+ 'IO::Compress::Bzip2' => '2.066',
+ 'IO::Compress::Deflate' => '2.066',
+ 'IO::Compress::Gzip' => '2.066',
+ 'IO::Compress::Gzip::Constants'=> '2.066',
+ 'IO::Compress::RawDeflate'=> '2.066',
+ 'IO::Compress::Zip' => '2.066',
+ 'IO::Compress::Zip::Constants'=> '2.066',
+ 'IO::Compress::Zlib::Constants'=> '2.066',
+ 'IO::Compress::Zlib::Extra'=> '2.066',
+ 'IO::Uncompress::Adapter::Bunzip2'=> '2.066',
+ 'IO::Uncompress::Adapter::Identity'=> '2.066',
+ 'IO::Uncompress::Adapter::Inflate'=> '2.066',
+ 'IO::Uncompress::AnyInflate'=> '2.066',
+ 'IO::Uncompress::AnyUncompress'=> '2.066',
+ 'IO::Uncompress::Base' => '2.066',
+ 'IO::Uncompress::Bunzip2'=> '2.066',
+ 'IO::Uncompress::Gunzip'=> '2.066',
+ 'IO::Uncompress::Inflate'=> '2.066',
+ 'IO::Uncompress::RawInflate'=> '2.066',
+ 'IO::Uncompress::Unzip' => '2.066',
+ 'JSON::PP' => '2.27300',
+ 'Module::CoreList' => '5.20141020',
+ 'Module::CoreList::TieHashDelta'=> '5.20141020',
+ 'Module::CoreList::Utils'=> '5.20141020',
+ 'Net::Cmd' => '3.02',
+ 'Net::Config' => '3.02',
+ 'Net::Domain' => '3.02',
+ 'Net::FTP' => '3.02',
+ 'Net::FTP::A' => '3.02',
+ 'Net::FTP::E' => '3.02',
+ 'Net::FTP::I' => '3.02',
+ 'Net::FTP::L' => '3.02',
+ 'Net::FTP::dataconn' => '3.02',
+ 'Net::NNTP' => '3.02',
+ 'Net::Netrc' => '3.02',
+ 'Net::POP3' => '3.02',
+ 'Net::SMTP' => '3.02',
+ 'Net::Time' => '3.02',
+ 'Opcode' => '1.29',
+ 'POSIX' => '1.45',
+ 'Socket' => '2.016',
+ 'Test::Builder' => '1.001008',
+ 'Test::Builder::Module' => '1.001008',
+ 'Test::More' => '1.001008',
+ 'Test::Simple' => '1.001008',
+ 'XS::APItest' => '0.65',
+ 'XSLoader' => '0.18',
+ 'attributes' => '0.24',
+ 'experimental' => '0.012',
+ 'feature' => '1.38',
+ 'perlfaq' => '5.0150046',
+ 're' => '0.27',
+ 'threads::shared' => '1.47',
+ 'warnings' => '1.28',
+ 'warnings::register' => '1.04',
+ },
+ removed => {
+ }
+ },
+ 5.021006 => {
+ delta_from => 5.021005,
+ changed => {
+ 'App::Prove' => '3.34',
+ 'App::Prove::State' => '3.34',
+ 'App::Prove::State::Result'=> '3.34',
+ 'App::Prove::State::Result::Test'=> '3.34',
+ 'B' => '1.53',
+ 'B::Concise' => '0.995',
+ 'B::Deparse' => '1.30',
+ 'B::Op_private' => '5.021006',
+ 'CPAN::Meta' => '2.143240',
+ 'CPAN::Meta::Converter' => '2.143240',
+ 'CPAN::Meta::Feature' => '2.143240',
+ 'CPAN::Meta::History' => '2.143240',
+ 'CPAN::Meta::Merge' => '2.143240',
+ 'CPAN::Meta::Prereqs' => '2.143240',
+ 'CPAN::Meta::Requirements'=> '2.130',
+ 'CPAN::Meta::Spec' => '2.143240',
+ 'CPAN::Meta::Validator' => '2.143240',
+ 'Config' => '5.021006',
+ 'Devel::Peek' => '1.19',
+ 'Digest::SHA' => '5.93',
+ 'DynaLoader' => '1.28',
+ 'Encode' => '2.64',
+ 'Exporter' => '5.72',
+ 'Exporter::Heavy' => '5.72',
+ 'ExtUtils::Command::MM' => '7.02',
+ 'ExtUtils::Liblist' => '7.02',
+ 'ExtUtils::Liblist::Kid'=> '7.02',
+ 'ExtUtils::MM' => '7.02',
+ 'ExtUtils::MM_AIX' => '7.02',
+ 'ExtUtils::MM_Any' => '7.02',
+ 'ExtUtils::MM_BeOS' => '7.02',
+ 'ExtUtils::MM_Cygwin' => '7.02',
+ 'ExtUtils::MM_DOS' => '7.02',
+ 'ExtUtils::MM_Darwin' => '7.02',
+ 'ExtUtils::MM_MacOS' => '7.02',
+ 'ExtUtils::MM_NW5' => '7.02',
+ 'ExtUtils::MM_OS2' => '7.02',
+ 'ExtUtils::MM_QNX' => '7.02',
+ 'ExtUtils::MM_UWIN' => '7.02',
+ 'ExtUtils::MM_Unix' => '7.02',
+ 'ExtUtils::MM_VMS' => '7.02',
+ 'ExtUtils::MM_VOS' => '7.02',
+ 'ExtUtils::MM_Win32' => '7.02',
+ 'ExtUtils::MM_Win95' => '7.02',
+ 'ExtUtils::MY' => '7.02',
+ 'ExtUtils::MakeMaker' => '7.02',
+ 'ExtUtils::MakeMaker::Config'=> '7.02',
+ 'ExtUtils::MakeMaker::Locale'=> '7.02',
+ 'ExtUtils::MakeMaker::version'=> '7.02',
+ 'ExtUtils::MakeMaker::version::regex'=> '7.02',
+ 'ExtUtils::MakeMaker::version::vpp'=> '7.02',
+ 'ExtUtils::Manifest' => '1.69',
+ 'ExtUtils::Mkbootstrap' => '7.02',
+ 'ExtUtils::Mksymlists' => '7.02',
+ 'ExtUtils::ParseXS' => '3.26',
+ 'ExtUtils::ParseXS::Constants'=> '3.26',
+ 'ExtUtils::ParseXS::CountLines'=> '3.26',
+ 'ExtUtils::ParseXS::Eval'=> '3.26',
+ 'ExtUtils::ParseXS::Utilities'=> '3.26',
+ 'ExtUtils::testlib' => '7.02',
+ 'File::Spec::VMS' => '3.52',
+ 'HTTP::Tiny' => '0.051',
+ 'I18N::Langinfo' => '0.12',
+ 'IO::Socket' => '1.38',
+ 'Module::CoreList' => '5.20141120',
+ 'Module::CoreList::TieHashDelta'=> '5.20141120',
+ 'Module::CoreList::Utils'=> '5.20141120',
+ 'POSIX' => '1.46',
+ 'PerlIO::encoding' => '0.20',
+ 'PerlIO::scalar' => '0.20',
+ 'TAP::Base' => '3.34',
+ 'TAP::Formatter::Base' => '3.34',
+ 'TAP::Formatter::Color' => '3.34',
+ 'TAP::Formatter::Console'=> '3.34',
+ 'TAP::Formatter::Console::ParallelSession'=> '3.34',
+ 'TAP::Formatter::Console::Session'=> '3.34',
+ 'TAP::Formatter::File' => '3.34',
+ 'TAP::Formatter::File::Session'=> '3.34',
+ 'TAP::Formatter::Session'=> '3.34',
+ 'TAP::Harness' => '3.34',
+ 'TAP::Harness::Env' => '3.34',
+ 'TAP::Object' => '3.34',
+ 'TAP::Parser' => '3.34',
+ 'TAP::Parser::Aggregator'=> '3.34',
+ 'TAP::Parser::Grammar' => '3.34',
+ 'TAP::Parser::Iterator' => '3.34',
+ 'TAP::Parser::Iterator::Array'=> '3.34',
+ 'TAP::Parser::Iterator::Process'=> '3.34',
+ 'TAP::Parser::Iterator::Stream'=> '3.34',
+ 'TAP::Parser::IteratorFactory'=> '3.34',
+ 'TAP::Parser::Multiplexer'=> '3.34',
+ 'TAP::Parser::Result' => '3.34',
+ 'TAP::Parser::Result::Bailout'=> '3.34',
+ 'TAP::Parser::Result::Comment'=> '3.34',
+ 'TAP::Parser::Result::Plan'=> '3.34',
+ 'TAP::Parser::Result::Pragma'=> '3.34',
+ 'TAP::Parser::Result::Test'=> '3.34',
+ 'TAP::Parser::Result::Unknown'=> '3.34',
+ 'TAP::Parser::Result::Version'=> '3.34',
+ 'TAP::Parser::Result::YAML'=> '3.34',
+ 'TAP::Parser::ResultFactory'=> '3.34',
+ 'TAP::Parser::Scheduler'=> '3.34',
+ 'TAP::Parser::Scheduler::Job'=> '3.34',
+ 'TAP::Parser::Scheduler::Spinner'=> '3.34',
+ 'TAP::Parser::Source' => '3.34',
+ 'TAP::Parser::SourceHandler'=> '3.34',
+ 'TAP::Parser::SourceHandler::Executable'=> '3.34',
+ 'TAP::Parser::SourceHandler::File'=> '3.34',
+ 'TAP::Parser::SourceHandler::Handle'=> '3.34',
+ 'TAP::Parser::SourceHandler::Perl'=> '3.34',
+ 'TAP::Parser::SourceHandler::RawTAP'=> '3.34',
+ 'TAP::Parser::YAMLish::Reader'=> '3.34',
+ 'TAP::Parser::YAMLish::Writer'=> '3.34',
+ 'Test::Builder' => '1.301001_075',
+ 'Test::Builder::Module' => '1.301001_075',
+ 'Test::Builder::Tester' => '1.301001_075',
+ 'Test::Builder::Tester::Color'=> '1.301001_075',
+ 'Test::Harness' => '3.34',
+ 'Test::More' => '1.301001_075',
+ 'Test::More::DeepCheck' => undef,
+ 'Test::More::DeepCheck::Strict'=> undef,
+ 'Test::More::DeepCheck::Tolerant'=> undef,
+ 'Test::More::Tools' => undef,
+ 'Test::MostlyLike' => undef,
+ 'Test::Simple' => '1.301001_075',
+ 'Test::Stream' => '1.301001_075',
+ 'Test::Stream::ArrayBase'=> undef,
+ 'Test::Stream::ArrayBase::Meta'=> undef,
+ 'Test::Stream::Carp' => undef,
+ 'Test::Stream::Context' => undef,
+ 'Test::Stream::Event' => undef,
+ 'Test::Stream::Event::Bail'=> undef,
+ 'Test::Stream::Event::Child'=> undef,
+ 'Test::Stream::Event::Diag'=> undef,
+ 'Test::Stream::Event::Finish'=> undef,
+ 'Test::Stream::Event::Note'=> undef,
+ 'Test::Stream::Event::Ok'=> undef,
+ 'Test::Stream::Event::Plan'=> undef,
+ 'Test::Stream::Event::Subtest'=> undef,
+ 'Test::Stream::ExitMagic'=> undef,
+ 'Test::Stream::ExitMagic::Context'=> undef,
+ 'Test::Stream::Exporter'=> undef,
+ 'Test::Stream::Exporter::Meta'=> undef,
+ 'Test::Stream::IOSets' => undef,
+ 'Test::Stream::Meta' => undef,
+ 'Test::Stream::PackageUtil'=> undef,
+ 'Test::Stream::Tester' => undef,
+ 'Test::Stream::Tester::Checks'=> undef,
+ 'Test::Stream::Tester::Checks::Event'=> undef,
+ 'Test::Stream::Tester::Events'=> undef,
+ 'Test::Stream::Tester::Events::Event'=> undef,
+ 'Test::Stream::Tester::Grab'=> undef,
+ 'Test::Stream::Threads' => undef,
+ 'Test::Stream::Toolset' => undef,
+ 'Test::Stream::Util' => undef,
+ 'Test::Tester' => '1.301001_075',
+ 'Test::Tester::Capture' => undef,
+ 'Test::use::ok' => '1.301001_075',
+ 'Unicode::UCD' => '0.59',
+ 'XS::APItest' => '0.68',
+ 'XSLoader' => '0.19',
+ 'experimental' => '0.013',
+ 'locale' => '1.05',
+ 'ok' => '1.301001_075',
+ 'overload' => '1.24',
+ 're' => '0.28',
+ 'warnings' => '1.29',
+ },
+ removed => {
+ }
+ },
+ 5.021007 => {
+ delta_from => 5.021006,
+ changed => {
+ 'Archive::Tar' => '2.04',
+ 'Archive::Tar::Constant'=> '2.04',
+ 'Archive::Tar::File' => '2.04',
+ 'B' => '1.54',
+ 'B::Concise' => '0.996',
+ 'B::Deparse' => '1.31',
+ 'B::Op_private' => '5.021007',
+ 'B::Showlex' => '1.05',
+ 'Compress::Raw::Bzip2' => '2.067',
+ 'Compress::Raw::Zlib' => '2.067',
+ 'Compress::Zlib' => '2.067',
+ 'Config' => '5.021007',
+ 'Cwd' => '3.54',
+ 'DB_File' => '1.834',
+ 'Data::Dumper' => '2.155',
+ 'Devel::PPPort' => '3.25',
+ 'Devel::Peek' => '1.20',
+ 'DynaLoader' => '1.29',
+ 'Encode' => '2.67',
+ 'Errno' => '1.22',
+ 'ExtUtils::CBuilder' => '0.280221',
+ 'ExtUtils::CBuilder::Base'=> '0.280221',
+ 'ExtUtils::CBuilder::Platform::Unix'=> '0.280221',
+ 'ExtUtils::CBuilder::Platform::VMS'=> '0.280221',
+ 'ExtUtils::CBuilder::Platform::Windows'=> '0.280221',
+ 'ExtUtils::CBuilder::Platform::aix'=> '0.280221',
+ 'ExtUtils::CBuilder::Platform::android'=> '0.280221',
+ 'ExtUtils::CBuilder::Platform::cygwin'=> '0.280221',
+ 'ExtUtils::CBuilder::Platform::darwin'=> '0.280221',
+ 'ExtUtils::CBuilder::Platform::dec_osf'=> '0.280221',
+ 'ExtUtils::CBuilder::Platform::os2'=> '0.280221',
+ 'ExtUtils::Command::MM' => '7.04',
+ 'ExtUtils::Liblist' => '7.04',
+ 'ExtUtils::Liblist::Kid'=> '7.04',
+ 'ExtUtils::MM' => '7.04',
+ 'ExtUtils::MM_AIX' => '7.04',
+ 'ExtUtils::MM_Any' => '7.04',
+ 'ExtUtils::MM_BeOS' => '7.04',
+ 'ExtUtils::MM_Cygwin' => '7.04',
+ 'ExtUtils::MM_DOS' => '7.04',
+ 'ExtUtils::MM_Darwin' => '7.04',
+ 'ExtUtils::MM_MacOS' => '7.04',
+ 'ExtUtils::MM_NW5' => '7.04',
+ 'ExtUtils::MM_OS2' => '7.04',
+ 'ExtUtils::MM_QNX' => '7.04',
+ 'ExtUtils::MM_UWIN' => '7.04',
+ 'ExtUtils::MM_Unix' => '7.04',
+ 'ExtUtils::MM_VMS' => '7.04',
+ 'ExtUtils::MM_VOS' => '7.04',
+ 'ExtUtils::MM_Win32' => '7.04',
+ 'ExtUtils::MM_Win95' => '7.04',
+ 'ExtUtils::MY' => '7.04',
+ 'ExtUtils::MakeMaker' => '7.04',
+ 'ExtUtils::MakeMaker::Config'=> '7.04',
+ 'ExtUtils::MakeMaker::Locale'=> '7.04',
+ 'ExtUtils::MakeMaker::version'=> '7.04',
+ 'ExtUtils::MakeMaker::version::regex'=> '7.04',
+ 'ExtUtils::MakeMaker::version::vpp'=> '7.04',
+ 'ExtUtils::Mkbootstrap' => '7.04',
+ 'ExtUtils::Mksymlists' => '7.04',
+ 'ExtUtils::ParseXS' => '3.27',
+ 'ExtUtils::ParseXS::Constants'=> '3.27',
+ 'ExtUtils::ParseXS::CountLines'=> '3.27',
+ 'ExtUtils::ParseXS::Eval'=> '3.27',
+ 'ExtUtils::ParseXS::Utilities'=> '3.27',
+ 'ExtUtils::testlib' => '7.04',
+ 'File::Spec' => '3.53',
+ 'File::Spec::Cygwin' => '3.54',
+ 'File::Spec::Epoc' => '3.54',
+ 'File::Spec::Functions' => '3.54',
+ 'File::Spec::Mac' => '3.54',
+ 'File::Spec::OS2' => '3.54',
+ 'File::Spec::Unix' => '3.54',
+ 'File::Spec::VMS' => '3.54',
+ 'File::Spec::Win32' => '3.54',
+ 'Filter::Util::Call' => '1.51',
+ 'HTTP::Tiny' => '0.053',
+ 'IO' => '1.35',
+ 'IO::Compress::Adapter::Bzip2'=> '2.067',
+ 'IO::Compress::Adapter::Deflate'=> '2.067',
+ 'IO::Compress::Adapter::Identity'=> '2.067',
+ 'IO::Compress::Base' => '2.067',
+ 'IO::Compress::Base::Common'=> '2.067',
+ 'IO::Compress::Bzip2' => '2.067',
+ 'IO::Compress::Deflate' => '2.067',
+ 'IO::Compress::Gzip' => '2.067',
+ 'IO::Compress::Gzip::Constants'=> '2.067',
+ 'IO::Compress::RawDeflate'=> '2.067',
+ 'IO::Compress::Zip' => '2.067',
+ 'IO::Compress::Zip::Constants'=> '2.067',
+ 'IO::Compress::Zlib::Constants'=> '2.067',
+ 'IO::Compress::Zlib::Extra'=> '2.067',
+ 'IO::Socket::IP' => '0.34',
+ 'IO::Uncompress::Adapter::Bunzip2'=> '2.067',
+ 'IO::Uncompress::Adapter::Identity'=> '2.067',
+ 'IO::Uncompress::Adapter::Inflate'=> '2.067',
+ 'IO::Uncompress::AnyInflate'=> '2.067',
+ 'IO::Uncompress::AnyUncompress'=> '2.067',
+ 'IO::Uncompress::Base' => '2.067',
+ 'IO::Uncompress::Bunzip2'=> '2.067',
+ 'IO::Uncompress::Gunzip'=> '2.067',
+ 'IO::Uncompress::Inflate'=> '2.067',
+ 'IO::Uncompress::RawInflate'=> '2.067',
+ 'IO::Uncompress::Unzip' => '2.067',
+ 'Locale::Codes' => '3.33',
+ 'Locale::Codes::Constants'=> '3.33',
+ 'Locale::Codes::Country'=> '3.33',
+ 'Locale::Codes::Country_Codes'=> '3.33',
+ 'Locale::Codes::Country_Retired'=> '3.33',
+ 'Locale::Codes::Currency'=> '3.33',
+ 'Locale::Codes::Currency_Codes'=> '3.33',
+ 'Locale::Codes::Currency_Retired'=> '3.33',
+ 'Locale::Codes::LangExt'=> '3.33',
+ 'Locale::Codes::LangExt_Codes'=> '3.33',
+ 'Locale::Codes::LangExt_Retired'=> '3.33',
+ 'Locale::Codes::LangFam'=> '3.33',
+ 'Locale::Codes::LangFam_Codes'=> '3.33',
+ 'Locale::Codes::LangFam_Retired'=> '3.33',
+ 'Locale::Codes::LangVar'=> '3.33',
+ 'Locale::Codes::LangVar_Codes'=> '3.33',
+ 'Locale::Codes::LangVar_Retired'=> '3.33',
+ 'Locale::Codes::Language'=> '3.33',
+ 'Locale::Codes::Language_Codes'=> '3.33',
+ 'Locale::Codes::Language_Retired'=> '3.33',
+ 'Locale::Codes::Script' => '3.33',
+ 'Locale::Codes::Script_Codes'=> '3.33',
+ 'Locale::Codes::Script_Retired'=> '3.33',
+ 'Locale::Country' => '3.33',
+ 'Locale::Currency' => '3.33',
+ 'Locale::Language' => '3.33',
+ 'Locale::Maketext' => '1.26',
+ 'Locale::Script' => '3.33',
+ 'Module::CoreList' => '5.20141220',
+ 'Module::CoreList::TieHashDelta'=> '5.20141220',
+ 'Module::CoreList::Utils'=> '5.20141220',
+ 'NDBM_File' => '1.14',
+ 'Net::Cmd' => '3.04',
+ 'Net::Config' => '3.04',
+ 'Net::Domain' => '3.04',
+ 'Net::FTP' => '3.04',
+ 'Net::FTP::A' => '3.04',
+ 'Net::FTP::E' => '3.04',
+ 'Net::FTP::I' => '3.04',
+ 'Net::FTP::L' => '3.04',
+ 'Net::FTP::dataconn' => '3.04',
+ 'Net::NNTP' => '3.04',
+ 'Net::Netrc' => '3.04',
+ 'Net::POP3' => '3.04',
+ 'Net::SMTP' => '3.04',
+ 'Net::Time' => '3.04',
+ 'Opcode' => '1.30',
+ 'POSIX' => '1.48',
+ 'PerlIO::scalar' => '0.21',
+ 'Pod::Escapes' => '1.07',
+ 'SDBM_File' => '1.12',
+ 'Storable' => '2.52',
+ 'Sys::Hostname' => '1.20',
+ 'Test::Builder' => '1.301001_090',
+ 'Test::Builder::Module' => '1.301001_090',
+ 'Test::Builder::Tester' => '1.301001_090',
+ 'Test::Builder::Tester::Color'=> '1.301001_090',
+ 'Test::CanFork' => undef,
+ 'Test::CanThread' => undef,
+ 'Test::More' => '1.301001_090',
+ 'Test::Simple' => '1.301001_090',
+ 'Test::Stream' => '1.301001_090',
+ 'Test::Stream::API' => undef,
+ 'Test::Stream::ForceExit'=> undef,
+ 'Test::Stream::Subtest' => undef,
+ 'Test::Tester' => '1.301001_090',
+ 'Test::use::ok' => '1.301001_090',
+ 'Unicode::Collate' => '1.09',
+ 'Unicode::Collate::CJK::Big5'=> '1.09',
+ 'Unicode::Collate::CJK::GB2312'=> '1.09',
+ 'Unicode::Collate::CJK::JISX0208'=> '1.09',
+ 'Unicode::Collate::CJK::Korean'=> '1.09',
+ 'Unicode::Collate::CJK::Pinyin'=> '1.09',
+ 'Unicode::Collate::CJK::Stroke'=> '1.09',
+ 'Unicode::Collate::CJK::Zhuyin'=> '1.09',
+ 'Unicode::Collate::Locale'=> '1.09',
+ 'XS::APItest' => '0.69',
+ 'XSLoader' => '0.20',
+ '_charnames' => '1.43',
+ 'arybase' => '0.09',
+ 'charnames' => '1.43',
+ 'feature' => '1.39',
+ 'mro' => '1.17',
+ 'ok' => '1.301001_090',
+ 'strict' => '1.09',
+ 'threads' => '1.96_001',
+ },
+ removed => {
+ }
+ },
+ 5.021008 => {
+ delta_from => 5.021007,
+ changed => {
+ 'App::Prove' => '3.35',
+ 'App::Prove::State' => '3.35',
+ 'App::Prove::State::Result'=> '3.35',
+ 'App::Prove::State::Result::Test'=> '3.35',
+ 'B' => '1.55',
+ 'B::Deparse' => '1.32',
+ 'B::Op_private' => '5.021008',
+ 'CPAN::Meta::Requirements'=> '2.131',
+ 'Compress::Raw::Bzip2' => '2.068',
+ 'Compress::Raw::Zlib' => '2.068',
+ 'Compress::Zlib' => '2.068',
+ 'Config' => '5.021008',
+ 'DB_File' => '1.835',
+ 'Data::Dumper' => '2.156',
+ 'Devel::PPPort' => '3.28',
+ 'Devel::Peek' => '1.21',
+ 'Digest::MD5' => '2.54',
+ 'Digest::SHA' => '5.95',
+ 'DynaLoader' => '1.30',
+ 'ExtUtils::Command' => '1.20',
+ 'ExtUtils::Manifest' => '1.70',
+ 'Fatal' => '2.26',
+ 'File::Glob' => '1.24',
+ 'Filter::Util::Call' => '1.54',
+ 'Getopt::Long' => '2.43',
+ 'IO::Compress::Adapter::Bzip2'=> '2.068',
+ 'IO::Compress::Adapter::Deflate'=> '2.068',
+ 'IO::Compress::Adapter::Identity'=> '2.068',
+ 'IO::Compress::Base' => '2.068',
+ 'IO::Compress::Base::Common'=> '2.068',
+ 'IO::Compress::Bzip2' => '2.068',
+ 'IO::Compress::Deflate' => '2.068',
+ 'IO::Compress::Gzip' => '2.068',
+ 'IO::Compress::Gzip::Constants'=> '2.068',
+ 'IO::Compress::RawDeflate'=> '2.068',
+ 'IO::Compress::Zip' => '2.068',
+ 'IO::Compress::Zip::Constants'=> '2.068',
+ 'IO::Compress::Zlib::Constants'=> '2.068',
+ 'IO::Compress::Zlib::Extra'=> '2.068',
+ 'IO::Socket::IP' => '0.36',
+ 'IO::Uncompress::Adapter::Bunzip2'=> '2.068',
+ 'IO::Uncompress::Adapter::Identity'=> '2.068',
+ 'IO::Uncompress::Adapter::Inflate'=> '2.068',
+ 'IO::Uncompress::AnyInflate'=> '2.068',
+ 'IO::Uncompress::AnyUncompress'=> '2.068',
+ 'IO::Uncompress::Base' => '2.068',
+ 'IO::Uncompress::Bunzip2'=> '2.068',
+ 'IO::Uncompress::Gunzip'=> '2.068',
+ 'IO::Uncompress::Inflate'=> '2.068',
+ 'IO::Uncompress::RawInflate'=> '2.068',
+ 'IO::Uncompress::Unzip' => '2.068',
+ 'MIME::Base64' => '3.15',
+ 'Module::CoreList' => '5.20150220',
+ 'Module::CoreList::TieHashDelta'=> '5.20150220',
+ 'Module::CoreList::Utils'=> '5.20150220',
+ 'Module::Load::Conditional'=> '0.64',
+ 'Module::Metadata' => '1.000026',
+ 'Net::Cmd' => '3.05',
+ 'Net::Config' => '3.05',
+ 'Net::Domain' => '3.05',
+ 'Net::FTP' => '3.05',
+ 'Net::FTP::A' => '3.05',
+ 'Net::FTP::E' => '3.05',
+ 'Net::FTP::I' => '3.05',
+ 'Net::FTP::L' => '3.05',
+ 'Net::FTP::dataconn' => '3.05',
+ 'Net::NNTP' => '3.05',
+ 'Net::Netrc' => '3.05',
+ 'Net::POP3' => '3.05',
+ 'Net::SMTP' => '3.05',
+ 'Net::Time' => '3.05',
+ 'Opcode' => '1.31',
+ 'POSIX' => '1.49',
+ 'PerlIO::encoding' => '0.21',
+ 'Pod::Simple' => '3.29',
+ 'Pod::Simple::BlackBox' => '3.29',
+ 'Pod::Simple::Checker' => '3.29',
+ 'Pod::Simple::Debug' => '3.29',
+ 'Pod::Simple::DumpAsText'=> '3.29',
+ 'Pod::Simple::DumpAsXML'=> '3.29',
+ 'Pod::Simple::HTML' => '3.29',
+ 'Pod::Simple::HTMLBatch'=> '3.29',
+ 'Pod::Simple::LinkSection'=> '3.29',
+ 'Pod::Simple::Methody' => '3.29',
+ 'Pod::Simple::Progress' => '3.29',
+ 'Pod::Simple::PullParser'=> '3.29',
+ 'Pod::Simple::PullParserEndToken'=> '3.29',
+ 'Pod::Simple::PullParserStartToken'=> '3.29',
+ 'Pod::Simple::PullParserTextToken'=> '3.29',
+ 'Pod::Simple::PullParserToken'=> '3.29',
+ 'Pod::Simple::RTF' => '3.29',
+ 'Pod::Simple::Search' => '3.29',
+ 'Pod::Simple::SimpleTree'=> '3.29',
+ 'Pod::Simple::Text' => '3.29',
+ 'Pod::Simple::TextContent'=> '3.29',
+ 'Pod::Simple::TiedOutFH'=> '3.29',
+ 'Pod::Simple::Transcode'=> '3.29',
+ 'Pod::Simple::TranscodeDumb'=> '3.29',
+ 'Pod::Simple::TranscodeSmart'=> '3.29',
+ 'Pod::Simple::XHTML' => '3.29',
+ 'Pod::Simple::XMLOutStream'=> '3.29',
+ 'SDBM_File' => '1.13',
+ 'Safe' => '2.39',
+ 'TAP::Base' => '3.35',
+ 'TAP::Formatter::Base' => '3.35',
+ 'TAP::Formatter::Color' => '3.35',
+ 'TAP::Formatter::Console'=> '3.35',
+ 'TAP::Formatter::Console::ParallelSession'=> '3.35',
+ 'TAP::Formatter::Console::Session'=> '3.35',
+ 'TAP::Formatter::File' => '3.35',
+ 'TAP::Formatter::File::Session'=> '3.35',
+ 'TAP::Formatter::Session'=> '3.35',
+ 'TAP::Harness' => '3.35',
+ 'TAP::Harness::Env' => '3.35',
+ 'TAP::Object' => '3.35',
+ 'TAP::Parser' => '3.35',
+ 'TAP::Parser::Aggregator'=> '3.35',
+ 'TAP::Parser::Grammar' => '3.35',
+ 'TAP::Parser::Iterator' => '3.35',
+ 'TAP::Parser::Iterator::Array'=> '3.35',
+ 'TAP::Parser::Iterator::Process'=> '3.35',
+ 'TAP::Parser::Iterator::Stream'=> '3.35',
+ 'TAP::Parser::IteratorFactory'=> '3.35',
+ 'TAP::Parser::Multiplexer'=> '3.35',
+ 'TAP::Parser::Result' => '3.35',
+ 'TAP::Parser::Result::Bailout'=> '3.35',
+ 'TAP::Parser::Result::Comment'=> '3.35',
+ 'TAP::Parser::Result::Plan'=> '3.35',
+ 'TAP::Parser::Result::Pragma'=> '3.35',
+ 'TAP::Parser::Result::Test'=> '3.35',
+ 'TAP::Parser::Result::Unknown'=> '3.35',
+ 'TAP::Parser::Result::Version'=> '3.35',
+ 'TAP::Parser::Result::YAML'=> '3.35',
+ 'TAP::Parser::ResultFactory'=> '3.35',
+ 'TAP::Parser::Scheduler'=> '3.35',
+ 'TAP::Parser::Scheduler::Job'=> '3.35',
+ 'TAP::Parser::Scheduler::Spinner'=> '3.35',
+ 'TAP::Parser::Source' => '3.35',
+ 'TAP::Parser::SourceHandler'=> '3.35',
+ 'TAP::Parser::SourceHandler::Executable'=> '3.35',
+ 'TAP::Parser::SourceHandler::File'=> '3.35',
+ 'TAP::Parser::SourceHandler::Handle'=> '3.35',
+ 'TAP::Parser::SourceHandler::Perl'=> '3.35',
+ 'TAP::Parser::SourceHandler::RawTAP'=> '3.35',
+ 'TAP::Parser::YAMLish::Reader'=> '3.35',
+ 'TAP::Parser::YAMLish::Writer'=> '3.35',
+ 'Test::Builder' => '1.301001_097',
+ 'Test::Builder::Module' => '1.301001_097',
+ 'Test::Builder::Tester' => '1.301001_097',
+ 'Test::Builder::Tester::Color'=> '1.301001_097',
+ 'Test::Harness' => '3.35',
+ 'Test::More' => '1.301001_097',
+ 'Test::Simple' => '1.301001_097',
+ 'Test::Stream' => '1.301001_097',
+ 'Test::Stream::Block' => undef,
+ 'Test::Tester' => '1.301001_097',
+ 'Test::Tester::CaptureRunner'=> undef,
+ 'Test::Tester::Delegate'=> undef,
+ 'Test::use::ok' => '1.301001_097',
+ 'Unicode::Collate' => '1.10',
+ 'Unicode::Collate::CJK::Big5'=> '1.10',
+ 'Unicode::Collate::CJK::GB2312'=> '1.10',
+ 'Unicode::Collate::CJK::JISX0208'=> '1.10',
+ 'Unicode::Collate::CJK::Korean'=> '1.10',
+ 'Unicode::Collate::CJK::Pinyin'=> '1.10',
+ 'Unicode::Collate::CJK::Stroke'=> '1.10',
+ 'Unicode::Collate::CJK::Zhuyin'=> '1.10',
+ 'Unicode::Collate::Locale'=> '1.10',
+ 'VMS::DCLsym' => '1.06',
+ 'XS::APItest' => '0.70',
+ 'arybase' => '0.10',
+ 'attributes' => '0.25',
+ 'autodie' => '2.26',
+ 'autodie::Scope::Guard' => '2.26',
+ 'autodie::Scope::GuardStack'=> '2.26',
+ 'autodie::ScopeUtil' => '2.26',
+ 'autodie::exception' => '2.26',
+ 'autodie::exception::system'=> '2.26',
+ 'autodie::hints' => '2.26',
+ 'autodie::skip' => '2.26',
+ 'ok' => '1.301001_097',
+ 're' => '0.30',
+ 'warnings' => '1.30',
+ },
+ removed => {
+ }
+ },
+ 5.020002 => {
+ delta_from => 5.020001,
+ changed => {
+ 'CPAN::Author' => '5.5002',
+ 'CPAN::CacheMgr' => '5.5002',
+ 'CPAN::FTP' => '5.5006',
+ 'CPAN::HTTP::Client' => '1.9601',
+ 'CPAN::HandleConfig' => '5.5005',
+ 'CPAN::Index' => '1.9601',
+ 'CPAN::LWP::UserAgent' => '1.9601',
+ 'CPAN::Mirrors' => '1.9601',
+ 'Config' => '5.020002',
+ 'Cwd' => '3.48_01',
+ 'Data::Dumper' => '2.151_01',
+ 'Errno' => '1.20_05',
+ 'File::Spec' => '3.48_01',
+ 'File::Spec::Cygwin' => '3.48_01',
+ 'File::Spec::Epoc' => '3.48_01',
+ 'File::Spec::Functions' => '3.48_01',
+ 'File::Spec::Mac' => '3.48_01',
+ 'File::Spec::OS2' => '3.48_01',
+ 'File::Spec::Unix' => '3.48_01',
+ 'File::Spec::VMS' => '3.48_01',
+ 'File::Spec::Win32' => '3.48_01',
+ 'IO::Socket' => '1.38',
+ 'Module::CoreList' => '5.20150214',
+ 'Module::CoreList::TieHashDelta'=> '5.20150214',
+ 'Module::CoreList::Utils'=> '5.20150214',
+ 'PerlIO::scalar' => '0.18_01',
+ 'Pod::PlainText' => '2.07',
+ 'Storable' => '2.49_01',
+ 'VMS::DCLsym' => '1.05_01',
+ 'VMS::Stdio' => '2.41',
+ 'attributes' => '0.23',
+ 'feature' => '1.36_01',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -9275,7 +11098,7 @@ sub is_core
my ($module_version, $perl_version);
$module_version = shift if @_ > 0;
- $perl_version = @_ > 0 ? shift : $^V;
+ $perl_version = @_ > 0 ? shift : $];
my $first_release = first_release($module);
@@ -9307,7 +11130,7 @@ sub is_core
last RELEASE if $prn > $perl_version;
next unless defined(my $next_module_version
= $delta{$prn}->{changed}->{$module});
- return 1 if $next_module_version >= $module_version;
+ return 1 if version->parse($next_module_version) >= version->parse($module_version);
}
return 0;
}
@@ -9485,7 +11308,20 @@ for my $version (sort { $a <=> $b } keys %delta) {
removed => {
}
},
-
+ 5.018003 => {
+ delta_from => 5.018,
+ changed => {
+ },
+ removed => {
+ }
+ },
+ 5.018004 => {
+ delta_from => 5.018,
+ changed => {
+ },
+ removed => {
+ }
+ },
5.019 => {
delta_from => 5.018,
@@ -9617,6 +11453,134 @@ for my $version (sort { $a <=> $b } keys %delta) {
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.020001 => {
+ delta_from => 5.020000,
+ changed => {
+ },
+ removed => {
+ }
+ },
+ 5.021004 => {
+ delta_from => 5.021003,
+ changed => {
+ },
+ removed => {
+ }
+ },
+ 5.021005 => {
+ delta_from => 5.021004,
+ changed => {
+ },
+ removed => {
+ }
+ },
+ 5.021006 => {
+ delta_from => 5.021005,
+ changed => {
+ },
+ removed => {
+ }
+ },
+ 5.021007 => {
+ delta_from => 5.021006,
+ changed => {
+ },
+ removed => {
+ }
+ },
+ 5.021008 => {
+ delta_from => 5.021007,
+ changed => {
+ },
+ removed => {
+ }
+ },
+ 5.020002 => {
+ delta_from => 5.020001,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
for my $version (sort { $a <=> $b } keys %deprecated) {
@@ -9778,6 +11742,7 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
'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',
@@ -10028,9 +11993,13 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
'autodie::skip' => 'cpan',
'encoding' => 'cpan',
'encoding::warnings' => 'cpan',
+ 'experimental' => 'cpan',
'inc::latest' => 'cpan',
'parent' => 'cpan',
'perlfaq' => 'cpan',
+ 'version' => 'cpan',
+ 'version::regex' => 'cpan',
+ 'version::vpp' => 'cpan',
);
%bug_tracker = (
@@ -10043,15 +12012,15 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
'Archive::Tar::Constant'=> undef,
'Archive::Tar::File' => undef,
'B::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,
+ 'CGI' => 'https://github.com/leejo/CGI.pm/issues',
+ 'CGI::Apache' => 'https://github.com/leejo/CGI.pm/issues',
+ 'CGI::Carp' => 'https://github.com/leejo/CGI.pm/issues',
+ 'CGI::Cookie' => 'https://github.com/leejo/CGI.pm/issues',
+ 'CGI::Fast' => 'https://github.com/leejo/cgi-fast/issues',
+ 'CGI::Pretty' => 'https://github.com/leejo/CGI.pm/issues',
+ 'CGI::Push' => 'https://github.com/leejo/CGI.pm/issues',
+ 'CGI::Switch' => 'https://github.com/leejo/CGI.pm/issues',
+ 'CGI::Util' => 'https://github.com/leejo/CGI.pm/issues',
'CPAN' => undef,
'CPAN::Author' => undef,
'CPAN::Bundle' => undef,
@@ -10099,7 +12068,7 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
'Compress::Zlib' => undef,
'Config::Perl::V' => undef,
'DB_File' => undef,
- 'Devel::PPPort' => undef,
+ 'Devel::PPPort' => 'https://github.com/mhx/Devel-PPPort/issues/',
'Digest' => undef,
'Digest::MD5' => undef,
'Digest::SHA' => undef,
@@ -10182,6 +12151,7 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
'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,
@@ -10250,7 +12220,7 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
'Module::Build::ConfigData'=> undef,
'Module::Build::Cookbook'=> undef,
'Module::Build::Dumper' => undef,
- 'Module::Build::ModuleInfo'=> undef,
+ 'Module::Build::ModuleInfo'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Module-Build-Deprecated',
'Module::Build::Notes' => undef,
'Module::Build::PPMMaker'=> undef,
'Module::Build::Platform::Default'=> undef,
@@ -10264,8 +12234,8 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
'Module::Build::Platform::darwin'=> undef,
'Module::Build::Platform::os2'=> undef,
'Module::Build::PodParser'=> undef,
- 'Module::Build::Version'=> undef,
- 'Module::Build::YAML' => undef,
+ 'Module::Build::Version'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Module-Build-Deprecated',
+ 'Module::Build::YAML' => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Module-Build-Deprecated',
'Module::Load' => undef,
'Module::Load::Conditional'=> undef,
'Module::Loaded' => undef,
@@ -10393,16 +12363,16 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
'TAP::Parser::SourceHandler::RawTAP'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness',
'TAP::Parser::YAMLish::Reader'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness',
'TAP::Parser::YAMLish::Writer'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness',
- 'Term::ANSIColor' => undef,
+ 'Term::ANSIColor' => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Term-ANSIColor',
'Term::Cap' => undef,
'Test' => undef,
- 'Test::Builder' => 'http://github.com/schwern/test-more/issues/',
- 'Test::Builder::Module' => 'http://github.com/schwern/test-more/issues/',
- 'Test::Builder::Tester' => 'http://github.com/schwern/test-more/issues',
- 'Test::Builder::Tester::Color'=> 'http://github.com/schwern/test-more/issues',
+ 'Test::Builder' => 'http://github.com/Test-More/test-more/issues/',
+ 'Test::Builder::Module' => 'http://github.com/Test-More/test-more/issues/',
+ 'Test::Builder::Tester' => 'http://github.com/Test-More/test-more/issues/',
+ 'Test::Builder::Tester::Color'=> 'http://github.com/Test-More/test-more/issues/',
'Test::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::Tabs' => undef,
@@ -10432,9 +12402,13 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
'autodie::skip' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie',
'encoding' => undef,
'encoding::warnings' => undef,
- 'inc::latest' => undef,
+ 'experimental' => 'http://rt.cpan.org/Public/Dist/Display.html?Name=experimental',
+ 'inc::latest' => 'https://github.com/dagolden/inc-latest/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
@@ -10442,6 +12416,7 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
$released{'5.000'} = $released{5};
$version{'5.000'} = $version{5};
+_create_aliases(\%delta);
_create_aliases(\%released);
_create_aliases(\%version);
_create_aliases(\%deprecated);
@@ -10450,7 +12425,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;