From 0532b958408a3781ec33dfd1a02e704ab22eda08 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Sat, 3 Nov 2018 00:43:20 +0000 Subject: Update Module::CoreList with data so far for the imminent 5.26.3 (Porting/corelist.pl, plus $VERSION bumps and Changes entry for a tentative release date which is to coincide with a 5.28.1 release) --- dist/Module-CoreList/Changes | 3 +++ dist/Module-CoreList/lib/Module/CoreList.pm | 26 ++++++++++++++++++++--- dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 9 +++++++- 3 files changed, 34 insertions(+), 4 deletions(-) diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index 5ebab71e37..de7ca36614 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,3 +1,6 @@ +5.20181122_26 + - Updated for v5.26.3 + 5.20181020 - Updated for v5.29.4 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 8f9eddc515..29e4672629 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 %delta/; use version; -$VERSION = '5.20180414_26'; +$VERSION = '5.20181122_26'; sub _undelta { my ($delta) = @_; @@ -345,6 +345,7 @@ sub changes_between { 5.029002 => '2018-08-20', 5.029003 => '2018-09-20', 5.029004 => '2018-10-20', + 5.026003 => '????-??-??', ); for my $version ( sort { $a <=> $b } keys %released ) { @@ -15819,6 +15820,18 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'arybase' => 1, } }, + 5.026003 => { + delta_from => 5.026002, + changed => { + 'Archive::Tar' => '2.24_01', + 'B::Op_private' => '5.026003', + 'Config' => '5.026003', + 'Module::CoreList' => '5.20181122_26', + 'Module::CoreList::Utils'=> '5.20181122_26', + }, + removed => { + } + }, ); sub is_core @@ -16748,6 +16761,13 @@ sub is_core arybase => '1', } }, + 5.026003 => { + delta_from => 5.026002, + changed => { + }, + removed => { + } + }, ); %deprecated = _undelta(\%deprecated); @@ -17254,7 +17274,7 @@ sub is_core 'Compress::Zlib' => undef, 'Config::Perl::V' => undef, 'DB_File' => undef, - 'Devel::PPPort' => 'https://github.com/mhx/Devel-PPPort/issues/', + 'Devel::PPPort' => 'https://rt.perl.org/rt3/', 'Digest' => undef, 'Digest::MD5' => undef, 'Digest::SHA' => undef, @@ -17327,7 +17347,7 @@ sub is_core 'File::Fetch' => undef, 'File::GlobMapper' => undef, 'File::Path' => undef, - 'File::Temp' => 'http://rt.cpan.org/Public/Dist/Display.html?Name=File-Temp', + 'File::Temp' => 'https://rt.cpan.org/Public/Dist/Display.html?Name=File-Temp', 'Filter::Util::Call' => undef, 'Getopt::Long' => undef, 'HTTP::Tiny' => 'https://github.com/chansen/p5-http-tiny/issues', diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm index ca36a57e98..59d6749c14 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm @@ -5,7 +5,7 @@ use warnings; use vars qw[$VERSION %utilities]; use Module::CoreList; -$VERSION = '5.20180414_26'; +$VERSION = '5.20181122_26'; sub utilities { my $perl = shift; @@ -1431,6 +1431,13 @@ my %delta = ( removed => { } }, + 5.026003 => { + delta_from => 5.026002, + changed => { + }, + removed => { + } + }, ); %utilities = Module::CoreList::_undelta(\%delta); -- cgit v1.2.1