From 752b56161c653f714914b82abd0ea3cbadfd9635 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Mon, 20 Aug 2012 11:34:32 +0100 Subject: [PATCH] Upgrade Module-CoreList to 2.71 --- dist/Module-CoreList/Changes | 6 + dist/Module-CoreList/lib/Module/CoreList.pm | 126 ++++++++++++++++++++- dist/Module-CoreList/lib/Module/CoreList.pod | 2 +- .../lib/Module/CoreList/TieHashDelta.pm | 2 +- pod/perldelta.pod | 2 +- 5 files changed, 133 insertions(+), 5 deletions(-) diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index 4e9cab6..709aa05 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,3 +1,9 @@ +2.71 Mon Aug 20 2012 + - Updated for v5.17.3 + +2.70 Thu Aug 9 2012 + - Updated for v5.16.1 + 2.69 Fri Jul 20 2012 - Updated for v5.17.2 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index a1ab567..1cb2b9f 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -3,7 +3,7 @@ use strict; use vars qw/$VERSION %released %version %families %upstream %bug_tracker %deprecated/; use Module::CoreList::TieHashDelta; -$VERSION = '2.70'; +$VERSION = '2.71'; my $dumpinc = 0; sub import { @@ -205,6 +205,7 @@ sub changes_between { 5.017000 => '2012-05-26', 5.017001 => '2012-06-20', 5.017002 => '2012-07-20', + 5.017003 => '2012-08-20', ); for my $version ( sort { $a <=> $b } keys %released ) { @@ -7042,6 +7043,123 @@ my %delta = ( removed => { } }, + 5.017003 => { + delta_from => 5.017002, + changed => { + 'B' => '1.37', + 'B::Concise' => '0.92', + 'B::Debug' => '1.18', + 'B::Deparse' => '1.16', + 'CGI' => '3.60', + 'Compress::Raw::Bzip2' => '2.055', + 'Compress::Raw::Zlib' => '2.056', + 'Compress::Zlib' => '2.055', + 'Data::Dumper' => '2.135_07', + 'Devel::Peek' => '1.09', + 'Encode' => '2.47', + 'Encode::Alias' => '2.16', + 'Encode::GSM0338' => '2.02', + 'Encode::Unicode::UTF7' => '2.06', + 'IO::Compress::Adapter::Bzip2'=> '2.055', + 'IO::Compress::Adapter::Deflate'=> '2.055', + 'IO::Compress::Adapter::Identity'=> '2.055', + 'IO::Compress::Base' => '2.055', + 'IO::Compress::Base::Common'=> '2.055', + 'IO::Compress::Bzip2' => '2.055', + 'IO::Compress::Deflate' => '2.055', + 'IO::Compress::Gzip' => '2.055', + 'IO::Compress::Gzip::Constants'=> '2.055', + 'IO::Compress::RawDeflate'=> '2.055', + 'IO::Compress::Zip' => '2.055', + 'IO::Compress::Zip::Constants'=> '2.055', + 'IO::Compress::Zlib::Constants'=> '2.055', + 'IO::Compress::Zlib::Extra'=> '2.055', + 'IO::Uncompress::Adapter::Bunzip2'=> '2.055', + 'IO::Uncompress::Adapter::Identity'=> '2.055', + 'IO::Uncompress::Adapter::Inflate'=> '2.055', + 'IO::Uncompress::AnyInflate'=> '2.055', + 'IO::Uncompress::AnyUncompress'=> '2.055', + 'IO::Uncompress::Base' => '2.055', + 'IO::Uncompress::Bunzip2'=> '2.055', + 'IO::Uncompress::Gunzip'=> '2.055', + 'IO::Uncompress::Inflate'=> '2.055', + 'IO::Uncompress::RawInflate'=> '2.055', + 'IO::Uncompress::Unzip' => '2.055', + 'Module::Build' => '0.4003', + 'Module::Build::Base' => '0.4003', + 'Module::Build::Compat' => '0.4003', + 'Module::Build::Config' => '0.4003', + 'Module::Build::Cookbook'=> '0.4003', + 'Module::Build::Dumper' => '0.4003', + 'Module::Build::ModuleInfo'=> '0.4003', + 'Module::Build::Notes' => '0.4003', + 'Module::Build::PPMMaker'=> '0.4003', + 'Module::Build::Platform::Amiga'=> '0.4003', + 'Module::Build::Platform::Default'=> '0.4003', + 'Module::Build::Platform::EBCDIC'=> '0.4003', + 'Module::Build::Platform::MPEiX'=> '0.4003', + 'Module::Build::Platform::MacOS'=> '0.4003', + 'Module::Build::Platform::RiscOS'=> '0.4003', + 'Module::Build::Platform::Unix'=> '0.4003', + 'Module::Build::Platform::VMS'=> '0.4003', + 'Module::Build::Platform::VOS'=> '0.4003', + 'Module::Build::Platform::Windows'=> '0.4003', + 'Module::Build::Platform::aix'=> '0.4003', + 'Module::Build::Platform::cygwin'=> '0.4003', + 'Module::Build::Platform::darwin'=> '0.4003', + 'Module::Build::Platform::os2'=> '0.4003', + 'Module::Build::PodParser'=> '0.4003', + 'Module::CoreList' => '2.71', + 'Module::CoreList::TieHashDelta'=> '2.71', + 'Module::Load::Conditional'=> '0.54', + 'Module::Metadata' => '1.000011', + 'Module::Pluggable' => '4.3', + 'Module::Pluggable::Object'=> '4.3', + 'Pod::Simple' => '3.23', + 'Pod::Simple::BlackBox' => '3.23', + 'Pod::Simple::Checker' => '3.23', + 'Pod::Simple::Debug' => '3.23', + 'Pod::Simple::DumpAsText'=> '3.23', + 'Pod::Simple::DumpAsXML'=> '3.23', + 'Pod::Simple::HTML' => '3.23', + 'Pod::Simple::HTMLBatch'=> '3.23', + 'Pod::Simple::LinkSection'=> '3.23', + 'Pod::Simple::Methody' => '3.23', + 'Pod::Simple::Progress' => '3.23', + 'Pod::Simple::PullParser'=> '3.23', + 'Pod::Simple::PullParserEndToken'=> '3.23', + 'Pod::Simple::PullParserStartToken'=> '3.23', + 'Pod::Simple::PullParserTextToken'=> '3.23', + 'Pod::Simple::PullParserToken'=> '3.23', + 'Pod::Simple::RTF' => '3.23', + 'Pod::Simple::Search' => '3.23', + 'Pod::Simple::SimpleTree'=> '3.23', + 'Pod::Simple::Text' => '3.23', + 'Pod::Simple::TextContent'=> '3.23', + 'Pod::Simple::TiedOutFH'=> '3.23', + 'Pod::Simple::Transcode'=> '3.23', + 'Pod::Simple::TranscodeDumb'=> '3.23', + 'Pod::Simple::TranscodeSmart'=> '3.23', + 'Pod::Simple::XHTML' => '3.23', + 'Pod::Simple::XMLOutStream'=> '3.23', + 'Socket' => '2.004', + 'Storable' => '2.38', + 'Sys::Syslog' => '0.31', + 'Term::ReadLine' => '1.10', + 'Text::Tabs' => '2012.0818', + 'Text::Wrap' => '2012.0818', + 'Time::Local' => '1.2300', + 'Unicode::UCD' => '0.45', + 'Win32' => '0.45', + 'Win32CORE' => '0.03', + 'XS::APItest' => '0.42', + 'inc::latest' => '0.4003', + 'perlfaq' => '5.0150041', + 're' => '0.22', + }, + removed => { + } + }, ); for my $version (sort { $a <=> $b } keys %delta) { @@ -7200,6 +7318,8 @@ for my $version (sort { $a <=> $b } keys %delta) { }, 5.017002 => { }, + 5.017003 => { + }, ); %upstream = ( @@ -7545,6 +7665,7 @@ for my $version (sort { $a <=> $b } keys %delta) { 'Module::Build::Version'=> 'cpan', 'Module::Build::YAML' => 'cpan', 'Module::CoreList' => 'blead', + 'Module::CoreList::TieHashDelta'=> 'blead', 'Module::Load' => 'cpan', 'Module::Load::Conditional'=> 'cpan', 'Module::Loaded' => 'cpan', @@ -8087,6 +8208,7 @@ for my $version (sort { $a <=> $b } keys %delta) { 'Module::Build::Version'=> undef, 'Module::Build::YAML' => undef, 'Module::CoreList' => undef, + 'Module::CoreList::TieHashDelta'=> undef, 'Module::Load' => undef, 'Module::Load::Conditional'=> undef, 'Module::Loaded' => undef, @@ -8244,7 +8366,7 @@ for my $version (sort { $a <=> $b } keys %delta) { 'Tie::File' => undef, 'Tie::RefHash' => undef, 'Time::HiRes' => undef, - 'Time::Local' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Markdent', + 'Time::Local' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Time-Local', 'Time::Piece' => undef, 'Time::Seconds' => undef, 'Unicode::Collate' => undef, diff --git a/dist/Module-CoreList/lib/Module/CoreList.pod b/dist/Module-CoreList/lib/Module/CoreList.pod index e5fccce..0a060c5 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pod +++ b/dist/Module-CoreList/lib/Module/CoreList.pod @@ -188,7 +188,7 @@ Module::CoreList currently covers the 5.000, 5.001, 5.002, 5.003_07, 5.13.0, 5.13.1, 5.13.2, 5.13.3, 5.13.4, 5.13.5, 5.13.6, 5.13.7, 5.13.8, 5.13.9, 5.13.10, 5.13.11, 5.14.0, 5.14.1, 5.14.2, 5.15.0, 5.15.1, 5.15.2, 5.15.3, 5.15.4, 5.15.5, 5.15.6, 5.15.7, 5.15.8, 5.15.9, 5.16.0, 5.17.0, -5.17.1 and 5.17.2 releases of perl. +5.17.1, 5.17.2 and 5.17.3 releases of perl. =head1 HISTORY diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm index 810edbc..dead99e 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm @@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta; use strict; use vars qw($VERSION); -$VERSION = "2.70"; +$VERSION = "2.71"; sub TIEHASH { my ($class, $changed, $removed, $parent) = @_; diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 6885391..a20cc77 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -124,7 +124,7 @@ line, and some documentation improvements have been made. =item * -L has been upgraded from version 2.69 to 2.70. Version +L has been upgraded from version 2.69 to 2.71. Version information is now stored as a delta, which greatly reduces the size of the F file. -- 2.7.4