summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2018-11-02 21:38:15 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2018-11-02 21:38:28 +0000
commit418aa33dfe5c1d9a24d3527b964cddba4f2fcfe6 (patch)
tree113b7d84d91152374f62940bb0b19acddb055d9a
parent63c116bc757819ccd53b0383f6ceb0134dc0e731 (diff)
downloadperl-418aa33dfe5c1d9a24d3527b964cddba4f2fcfe6.tar.gz
remove Storable::__Storable__ from Module::CoreList
It was mistakenly picked up starting in 5.27.6 due to ad2ec6b54c and we didn't notice: it should have never been added. Remove historical entries and blacklist it so it doesn't come back. (manually cherry picked from commit 7c07b4b54b42243e151c5943143c0af7c19b29b7)
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 9a26b89df9..6a8d5cc823 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -14698,7 +14698,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'SelfLoader' => '1.25',
'Socket' => '2.020_04',
'Storable' => '2.65',
- 'Storable::__Storable__'=> '2.65',
'Test' => '1.31',
'Test2' => '1.302111',
'Test2::API' => '1.302111',
@@ -15097,7 +15096,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'PerlIO::encoding' => '0.26',
'Storable' => '3.06',
'Storable::Limit' => undef,
- 'Storable::__Storable__'=> '3.06',
'Test2' => '1.302122',
'Test2::API' => '1.302122',
'Test2::API::Breakage' => '1.302122',