In perl.git, the branch maint-5.24 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/a1220edc42b11075a877416c742e56e1ffd68e42?hp=91fdb36ec4a24fb3d43cb8f7467d836fe2c894da>
- Log ----------------------------------------------------------------- commit a1220edc42b11075a877416c742e56e1ffd68e42 Author: Steve Hay <[email protected]> Date: Wed Oct 12 13:59:11 2016 +0100 Module-CoreList update from Porting\corelist.pl ----------------------------------------------------------------------- Summary of changes: dist/Module-CoreList/lib/Module/CoreList.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 67b3f2c..0817c7b 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -13163,7 +13163,7 @@ for my $version ( sort { $a <=> $b } keys %released ) { } }, 5.024001 => { - delta_from => 5.024, + delta_from => 5.024000, changed => { 'App::Cpan' => '1.63_01', 'App::Prove' => '3.36_01', @@ -14029,7 +14029,7 @@ for my $version (sort { $a <=> $b } keys %delta) { } }, 5.024001 => { - delta_from => 5.024000, + delta_from => 5.024, changed => { }, removed => { @@ -14698,7 +14698,7 @@ for my $version (sort { $a <=> $b } keys %deprecated) { 'Net::SMTP' => undef, 'Net::Time' => undef, 'Params::Check' => undef, - 'Parse::CPAN::Meta' => 'https://github.com/Perl-Toolchain-Gang/Parse-CPAN-Meta/issues', + 'Parse::CPAN::Meta' => 'https://github.com/Perl-Toolchain-Gang/CPAN-Meta/issues', 'Perl::OSType' => 'https://github.com/Perl-Toolchain-Gang/Perl-OSType/issues', 'PerlIO::via::QuotedPrint'=> undef, 'Pod::Checker' => undef, @@ -14825,7 +14825,7 @@ for my $version (sort { $a <=> $b } keys %deprecated) { 'Text::Tabs' => undef, 'Text::Wrap' => undef, 'Tie::RefHash' => undef, - 'Time::Local' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Time-Local', + 'Time::Local' => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Time-Local', 'Time::Piece' => undef, 'Time::Seconds' => undef, 'Unicode::Collate' => undef, -- Perl5 Master Repository
