In perl.git, the branch maint-5.22 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/ef6aa4c94e14c64acabb3224163e4b800fb75ece?hp=34527a0964485e5b84e76074838015e516f41e98>
- Log ----------------------------------------------------------------- commit ef6aa4c94e14c64acabb3224163e4b800fb75ece Author: Steve Hay <[email protected]> Date: Wed Oct 12 13:58:16 2016 +0100 Module-CoreList update from Porting\corelist.pl ----------------------------------------------------------------------- Summary of changes: dist/Module-CoreList/lib/Module/CoreList.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 256b5bd..1b3d6d0 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -14683,7 +14683,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, @@ -14812,7 +14812,7 @@ for my $version (sort { $a <=> $b } keys %deprecated) { 'Text::Wrap' => undef, 'Tie::RefHash' => undef, 'Time::HiRes' => 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
