summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2016-12-30 16:56:36 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2016-12-30 16:56:36 +0000
commitf7cf1490ec5bb6bae2e4bc879c04e1b33c595173 (patch)
tree672af9830563368e6393357b5ec8b9344faee4fa
parent6e93caade08a2408d4df814e51eda31aa2fab630 (diff)
downloadperl-f7cf1490ec5bb6bae2e4bc879c04e1b33c595173.tar.gz
corelist.pl update to account for reverted base.pm changes
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index a1b6d52b9e..ca20a1a40b 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -13681,7 +13681,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Test' => '1.26_01',
'Test::Harness' => '3.35_01',
'XSLoader' => '0.20_01',
- 'base' => '2.22_01',
'bigint' => '0.39_01',
'bignum' => '0.39_01',
'bigrat' => '0.39_01',
@@ -15191,7 +15190,7 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
'Text::Wrap' => undef,
'Tie::RefHash' => undef,
'Time::HiRes' => undef,
- 'Time::Local' => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Time-Local',
+ 'Time::Local' => 'https://github.com/houseabsolute/Time-Local/issues',
'Time::Piece' => undef,
'Time::Seconds' => undef,
'Unicode::Collate' => undef,