In perl.git, the branch maint-5.24 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/b7d278cd87e3d1c3ba741e685e29d88985b5eeab?hp=d9f8eb78a16e822b17c84b1613b0da4dd92daa8d>
- Log ----------------------------------------------------------------- commit b7d278cd87e3d1c3ba741e685e29d88985b5eeab Author: Chad Granum <[email protected]> Date: Thu Dec 15 08:40:55 2016 +0000 Update Module::CoreLiast for 5.25.7 (manually cherry picked from commit b1b49d101cbb74f02521651b56118e30d8f86bc6) M dist/Module-CoreList/lib/Module/CoreList.pm commit cc625b3046148ea0d986192499ca877249a0adc8 Author: Chad Granum <[email protected]> Date: Thu Dec 15 08:35:54 2016 +0000 Fix Module-CoreList version info for 5.25.7 (manually cherry picked from commit c49a7ab0702a9b94f98889e74b9255a6ad8f681d) M dist/Module-CoreList/lib/Module/CoreList.pm commit 6f5763783ce2a1743dd335d9477dd8bd98daeb8a Author: Aaron Crane <[email protected]> Date: Thu Dec 15 08:32:29 2016 +0000 Update Module::Corelist with entries for 5.25.7 (manually cherry picked from commit 935d7564086945ecacb50f63ddaaf34a4394d0c9) M dist/Module-CoreList/Changes M dist/Module-CoreList/lib/Module/CoreList.pm M dist/Module-CoreList/lib/Module/CoreList/Utils.pm commit 5e4cccef79e7e9b2c1f03e16e4f80e18251b46d9 Author: Chad Granum <[email protected]> Date: Thu Dec 15 08:24:36 2016 +0000 Update epigraphs (manually cherry picked from commit a32794896bfbf59d1dcfa3063a5a949e9f400391) M Porting/epigraphs.pod commit e0138333f66ef95eec7a2ed3bd8abd59665bd9dc Author: Chad Granum <[email protected]> Date: Sun Nov 20 11:21:53 2016 -0800 Update perlhist.pod for 5.25.7 (cherry picked from commit 9f072db7f42644b83fa15438811d9a2e3a176043) M pod/perlhist.pod ----------------------------------------------------------------------- Summary of changes: Porting/epigraphs.pod | 14 +++ dist/Module-CoreList/Changes | 3 + dist/Module-CoreList/lib/Module/CoreList.pm | 122 ++++++++++++++++++++++ dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 7 ++ pod/perlhist.pod | 3 +- 5 files changed, 148 insertions(+), 1 deletion(-) diff --git a/Porting/epigraphs.pod b/Porting/epigraphs.pod index 3cb0c37478..78fe151321 100644 --- a/Porting/epigraphs.pod +++ b/Porting/epigraphs.pod @@ -17,6 +17,20 @@ Consult your favorite dictionary for details. =head1 EPIGRAPHS +=head2 v5.25.7 - J.R.R. Tolkien, "The Silmarillion" + +L<Announced on 2016-11-20 by Chad 'Exodist' Granum|http://www.nntp.perl.org/group/perl.perl5.porters/2016/11/msg241120.html> + + Of Beren and Lúthien + + Among the tales of sorrow and of ruin that come down to us from the darkness of + those days there are yet some in which amid weeping there is joy and under the + shadow of death light that endures. And of these histories most fair still in + the ears of the Elves is the tale of Beren and Lúthien. Of their lives was made + the Lay of Leithian, Release from Bondage, which is the longest save one of the + songs concerning the world of old; but here is told in fewer words and without + song. + =head2 v5.25.6 - Alan Warner, "The Sopranos" L<Announced on 2016-10-10 by Aaron Crane|http://www.nntp.perl.org/group/perl.perl5.porters/2016/10/msg240406.html> diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index 1496e80bdd..0e13de86f7 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,6 +1,9 @@ 5.20161019_24 - Updated for v5.24.1 +5.20161120 + - Updated for v5.25.7 + 5.20161020 - Updated for v5.25.6 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index cf7296d018..fcb31dbb4a 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -300,6 +300,7 @@ sub changes_between { 5.025004 => '2016-08-20', 5.025005 => '2016-09-20', 5.025006 => '2016-10-20', + 5.025007 => '2016-11-20', 5.024001 => '????-??-??', ); @@ -13252,6 +13253,120 @@ for my $version ( sort { $a <=> $b } keys %released ) { removed => { } }, + 5.025007 => { + delta_from => 5.025006, + changed => { + 'Archive::Tar' => '2.18', + 'Archive::Tar::Constant'=> '2.18', + 'Archive::Tar::File' => '2.18', + 'B' => '1.65', + 'B::Op_private' => '5.025007', + 'Config' => '5.025007', + 'Cwd' => '3.66', + 'Data::Dumper' => '2.165', + 'Devel::Peek' => '1.26', + 'DynaLoader' => '1.40', + 'Errno' => '1.27', + 'ExtUtils::ParseXS::Utilities'=> '3.34', + 'File::Spec' => '3.66', + 'File::Spec::AmigaOS' => '3.66', + 'File::Spec::Cygwin' => '3.66', + 'File::Spec::Epoc' => '3.66', + 'File::Spec::Functions' => '3.66', + 'File::Spec::Mac' => '3.66', + 'File::Spec::OS2' => '3.66', + 'File::Spec::Unix' => '3.66', + 'File::Spec::VMS' => '3.66', + 'File::Spec::Win32' => '3.66', + 'Hash::Util' => '0.22', + 'JSON::PP' => '2.27400_02', + 'List::Util' => '1.46_02', + 'List::Util::XS' => '1.46_02', + 'Math::BigFloat' => '1.999727', + 'Math::BigInt' => '1.999727', + 'Math::BigInt::Calc' => '1.999727', + 'Math::BigInt::CalcEmu' => '1.999727', + 'Math::Complex' => '1.5901', + 'Module::CoreList' => '5.20161120', + 'Module::CoreList::TieHashDelta'=> '5.20161120', + 'Module::CoreList::Utils'=> '5.20161120', + 'Net::Ping' => '2.55', + 'Opcode' => '1.39', + 'POSIX' => '1.75', + 'Pod::Man' => '4.09', + 'Pod::ParseLink' => '4.09', + 'Pod::Text' => '4.09', + 'Pod::Text::Color' => '4.09', + 'Pod::Text::Overstrike' => '4.09', + 'Pod::Text::Termcap' => '4.09', + 'Scalar::Util' => '1.46_02', + 'Storable' => '2.59', + 'Sub::Util' => '1.46_02', + 'Term::ANSIColor' => '4.06', + 'Test2' => '1.302062', + 'Test2::API' => '1.302062', + 'Test2::API::Breakage' => '1.302062', + 'Test2::API::Context' => '1.302062', + 'Test2::API::Instance' => '1.302062', + 'Test2::API::Stack' => '1.302062', + 'Test2::Event' => '1.302062', + 'Test2::Event::Bail' => '1.302062', + 'Test2::Event::Diag' => '1.302062', + 'Test2::Event::Exception'=> '1.302062', + 'Test2::Event::Generic' => '1.302062', + 'Test2::Event::Info' => '1.302062', + 'Test2::Event::Note' => '1.302062', + 'Test2::Event::Ok' => '1.302062', + 'Test2::Event::Plan' => '1.302062', + 'Test2::Event::Skip' => '1.302062', + 'Test2::Event::Subtest' => '1.302062', + 'Test2::Event::Waiting' => '1.302062', + 'Test2::Formatter' => '1.302062', + 'Test2::Formatter::TAP' => '1.302062', + 'Test2::Hub' => '1.302062', + 'Test2::Hub::Interceptor'=> '1.302062', + 'Test2::Hub::Interceptor::Terminator'=> '1.302062', + 'Test2::Hub::Subtest' => '1.302062', + 'Test2::IPC' => '1.302062', + 'Test2::IPC::Driver' => '1.302062', + 'Test2::IPC::Driver::Files'=> '1.302062', + 'Test2::Util' => '1.302062', + 'Test2::Util::ExternalMeta'=> '1.302062', + 'Test2::Util::HashBase' => '1.302062', + 'Test2::Util::Trace' => '1.302062', + 'Test::Builder' => '1.302062', + 'Test::Builder::Formatter'=> '1.302062', + 'Test::Builder::Module' => '1.302062', + 'Test::Builder::Tester' => '1.302062', + 'Test::Builder::Tester::Color'=> '1.302062', + 'Test::Builder::TodoDiag'=> '1.302062', + 'Test::More' => '1.302062', + 'Test::Simple' => '1.302062', + 'Test::Tester' => '1.302062', + 'Test::Tester::Capture' => '1.302062', + 'Test::Tester::CaptureRunner'=> '1.302062', + 'Test::Tester::Delegate'=> '1.302062', + 'Test::use::ok' => '1.302062', + 'Time::HiRes' => '1.9740_03', + 'Unicode::Collate' => '1.18', + 'Unicode::Collate::CJK::Big5'=> '1.18', + 'Unicode::Collate::CJK::GB2312'=> '1.18', + 'Unicode::Collate::CJK::JISX0208'=> '1.18', + 'Unicode::Collate::CJK::Korean'=> '1.18', + 'Unicode::Collate::CJK::Pinyin'=> '1.18', + 'Unicode::Collate::CJK::Stroke'=> '1.18', + 'Unicode::Collate::CJK::Zhuyin'=> '1.18', + 'Unicode::Collate::Locale'=> '1.18', + 'Unicode::UCD' => '0.67', + 'XS::APItest' => '0.87', + 'XS::Typemap' => '0.15', + 'mro' => '1.20', + 'ok' => '1.302062', + 'threads' => '2.10', + }, + removed => { + } + }, 5.024001 => { delta_from => 5.024000, changed => { @@ -14125,6 +14240,13 @@ for my $version (sort { $a <=> $b } keys %delta) { removed => { } }, + 5.025007 => { + delta_from => 5.025006, + changed => { + }, + removed => { + } + }, 5.024001 => { delta_from => 5.024, changed => { diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm index 4400c4df99..8bdcf06daa 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm @@ -1199,6 +1199,13 @@ my %delta = ( removed => { } }, + 5.025007 => { + delta_from => 5.025006, + changed => { + }, + removed => { + } + }, 5.024001 => { delta_from => 5.024000, changed => { diff --git a/pod/perlhist.pod b/pod/perlhist.pod index b72a0ae045..69547a082b 100644 --- a/pod/perlhist.pod +++ b/pod/perlhist.pod @@ -33,7 +33,7 @@ Matt S Trout, David Golden, Florian Ragwitz, Tatsuhiko Miyagawa, Chris C<BinGOs> Williams, Zefram, Ãvar Arnfjörð Bjarmason, Stevan Little, Dave Rolsky, Max Maischein, Abigail, Jesse Luehrs, Tony Cook, Dominic Hargreaves, Aaron Crane, Aristotle Pagaltzis, Matthew Horsfall, -Peter Martini, and Sawyer X. +Peter Martini, Sawyer X, and Chad 'Exodist' Granum. =head2 PUMPKIN? @@ -601,6 +601,7 @@ the strings?). BinGOs 5.25.4 2016-Aug-20 Stevan 5.25.5 2016-Sep-20 Aaron 5.25.6 2016-Oct-20 + Chad 5.25.7 2016-Nov-20 =head2 SELECTED RELEASE SIZES -- Perl5 Master Repository
