The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes 06
META.json 11
META.yml 11
lib/Module/CoreList/TieHashDelta.pm 11
lib/Module/CoreList/Utils.pm 115
lib/Module/CoreList.pm 7245
lib/Module/CoreList.pod 12
7 files changed (This is a version diff) 12271
@@ -1,3 +1,9 @@
+5.20140920
+  - Updated for v5.21.4
+
+5.20140914
+  - Updated for v5.20.1
+
 5.021003
   - Prepared for v5.21.3
 
@@ -48,5 +48,5 @@
          "url" : "git://perl5.git.perl.org/perl.git"
       }
    },
-   "version" : "5.021003"
+   "version" : "5.20140920"
 }
@@ -25,4 +25,4 @@ resources:
   bugtracker: https://rt.perl.org/rt3/
   homepage: http://dev.perl.org/
   repository: git://perl5.git.perl.org/perl.git
-version: '5.021003'
+version: '5.20140920'
@@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = '5.021003';
+$VERSION = '5.20140920';
 
 sub TIEHASH {
     my ($class, $changed, $removed, $parent) = @_;
@@ -6,7 +6,7 @@ use vars qw[$VERSION %utilities];
 use Module::CoreList;
 use Module::CoreList::TieHashDelta;
 
-$VERSION = '5.021003';
+$VERSION = '5.20140920';
 
 sub utilities {
     my $perl = shift;
@@ -950,6 +950,20 @@ my %delta = (
         removed => {
         }
     },
+    5.020001 => {
+        delta_from => 5.02,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.021004 => {
+        delta_from => 5.021003,
+        changed => {
+        },
+        removed => {
+        }
+    },
 );
 
 for my $version (sort { $a <=> $b } keys %delta) {
@@ -4,7 +4,7 @@ use vars qw/$VERSION %released %version %families %upstream
 	    %bug_tracker %deprecated %delta/;
 use Module::CoreList::TieHashDelta;
 use version;
-$VERSION = '5.021003';
+$VERSION = '5.20140920';
 
 my $dumpinc = 0;
 sub import {
@@ -253,6 +253,8 @@ sub changes_between {
     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',
   );
 
 for my $version ( sort { $a <=> $b } keys %released ) {
@@ -10130,6 +10132,226 @@ for my $version ( sort { $a <=> $b } keys %released ) {
         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 => {
+        }
+    },
 );
 
 sub is_core
@@ -10559,6 +10781,20 @@ for my $version (sort { $a <=> $b } keys %delta) {
         removed => {
         }
     },
+    5.020001 => {
+        delta_from => 5.020000,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.021004 => {
+        delta_from => 5.021003,
+        changed => {
+        },
+        removed => {
+        }
+    },
 );
 
 for my $version (sort { $a <=> $b } keys %deprecated) {
@@ -10863,6 +11099,7 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'Pod::Usage'            => 'cpan',
     'Scalar::Util'          => 'cpan',
     'Socket'                => 'cpan',
+    'Sub::Util'             => 'cpan',
     'Sys::Syslog'           => 'cpan',
     'Sys::Syslog::Win32'    => 'cpan',
     'TAP::Base'             => 'cpan',
@@ -11053,8 +11290,8 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'ExtUtils::Constant::ProxySubs'=> undef,
     'ExtUtils::Constant::Utils'=> undef,
     'ExtUtils::Constant::XS'=> undef,
-    'ExtUtils::Install'     => 'http://rt.perl.org/rt3/',
-    'ExtUtils::Installed'   => 'http://rt.perl.org/rt3/',
+    'ExtUtils::Install'     => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-Install',
+    'ExtUtils::Installed'   => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-Install',
     'ExtUtils::Liblist'     => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
     'ExtUtils::Liblist::Kid'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
     'ExtUtils::MM'          => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
@@ -11077,10 +11314,10 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'ExtUtils::MY'          => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
     'ExtUtils::MakeMaker'   => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
     'ExtUtils::MakeMaker::Config'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
-    'ExtUtils::Manifest'    => 'http://rt.perl.org/rt3/',
+    'ExtUtils::Manifest'    => 'http://github.com/Perl-Toolchain-Gang/ExtUtils-Manifest/issues',
     'ExtUtils::Mkbootstrap' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
     'ExtUtils::Mksymlists'  => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
-    'ExtUtils::Packlist'    => 'http://rt.perl.org/rt3/',
+    'ExtUtils::Packlist'    => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-Install',
     'ExtUtils::testlib'     => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
     'Fatal'                 => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie',
     'File::Fetch'           => undef,
@@ -11250,6 +11487,7 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'Pod::Usage'            => undef,
     'Scalar::Util'          => undef,
     'Socket'                => undef,
+    'Sub::Util'             => undef,
     'Sys::Syslog'           => undef,
     'Sys::Syslog::Win32'    => undef,
     'TAP::Base'             => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness',
@@ -11300,8 +11538,8 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'Test'                  => undef,
     'Test::Builder'         => 'http://github.com/Test-More/test-more/issues/',
     'Test::Builder::Module' => 'http://github.com/Test-More/test-more/issues/',
-    'Test::Builder::Tester' => 'http://github.com/schwern/test-more/issues',
-    'Test::Builder::Tester::Color'=> 'http://github.com/schwern/test-more/issues',
+    'Test::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/Test-More/test-more/issues/',
     'Test::Simple'          => 'http://github.com/Test-More/test-more/issues/',
@@ -230,7 +230,8 @@ Module::CoreList currently covers the 5.000, 5.001, 5.002, 5.003_07,
 5.15.9, 5.16.0, 5.16.1, 5.16.2, 5.16.3, 5.17.0, 5.17.1, 5.17.2, 5.17.3,
 5.17.4, 5.17.5, 5.17.6, 5.17.7, 5.17.8, 5.17.9, 5.17.10, 5.17.11, 5.18.0,
 5.19.0, 5.19.1, 5.19.2, 5.19.3, 5.19.4, 5.19.5, 5.19.6, 5.19.7, 5.19.8,
-5.19.9, 5.19.10, 5.19.11, 5.20.0, 5.21.0, 5.21.1, 5.21.2 and 5.21.3 releases of perl.
+5.19.9, 5.19.10, 5.19.11, 5.20.0, 5.21.0, 5.21.1, 5.21.2, 5.21.3, 5.20.1
+and 5.21.4 releases of perl.
 
 =head1 HISTORY