In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/8ad047eaaa657bd8c0bcc74c24d1221ac958837d?hp=18864292b4751beee108b3b4983f9ddf2228f8ef>
- Log ----------------------------------------------------------------- commit 8ad047eaaa657bd8c0bcc74c24d1221ac958837d Author: Steve Hay <[email protected]> Date: Sat Jan 31 22:48:53 2015 +0000 Update Module-CoreList for 5.20.2 These are changes for the impending 5.20.2-RC1 release, for cherry-picking back into maint-5.20. ----------------------------------------------------------------------- Summary of changes: dist/Module-CoreList/Changes | 3 ++ dist/Module-CoreList/lib/Module/CoreList.pm | 47 +++++++++++++++++++++++ dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 7 ++++ 3 files changed, 57 insertions(+) diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index 12fe65e..2153037 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,6 +1,9 @@ 5.20150220 - Updated for v5.21.9 +5.20150131 + - Updated for v5.20.2 + 5.20150120 - Updated for v5.21.8 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 6068742..2e444b9 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -261,6 +261,7 @@ sub changes_between { 5.021006 => '2014-11-20', 5.021007 => '2014-12-20', 5.021008 => '2015-01-20', + 5.020002 => '????-??-??', 5.021009 => '????-??-??', ); @@ -11050,6 +11051,45 @@ for my $version ( sort { $a <=> $b } keys %released ) { 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.20150131', + 'Module::CoreList::TieHashDelta'=> '5.20150131', + 'Module::CoreList::Utils'=> '5.20150131', + '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 => { + } + }, 5.021009 => { delta_from => 5.021008, changed => { @@ -11544,6 +11584,13 @@ for my $version (sort { $a <=> $b } keys %delta) { removed => { } }, + 5.020002 => { + delta_from => 5.020001, + changed => { + }, + removed => { + } + }, 5.021009 => { delta_from => 5.021008, changed => { diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm index e1a408e..c70a1d2 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm @@ -1006,6 +1006,13 @@ my %delta = ( removed => { } }, + 5.020002 => { + delta_from => 5.020001, + changed => { + }, + removed => { + } + }, 5.021009 => { delta_from => 5.021008, changed => { -- Perl5 Master Repository
