summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2018-04-21 15:47:01 +0200
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2018-04-21 15:47:01 +0200
commit36738a86a1ceb3eeb45bbb63da56a0a1547c8478 (patch)
treef8f3ac80915262eae44416d2ca1998dbc6c0818a
parentb4aba31bd1c67159540561efda4b5a2845030322 (diff)
downloadperl-36738a86a1ceb3eeb45bbb63da56a0a1547c8478.tar.gz
Fix MetaCPAN indexing of Storable
It looks at the file specified by the provides metadata when deciding if the dist should get the "latest" flag.
-rw-r--r--dist/Storable/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Storable/Makefile.PL b/dist/Storable/Makefile.PL
index cf869bdd51..9720f814ac 100644
--- a/dist/Storable/Makefile.PL
+++ b/dist/Storable/Makefile.PL
@@ -38,7 +38,7 @@ WriteMakefile(
{ bugtracker => 'http://rt.perl.org/perlbug/' },
provides => {
'Storable' => {
- file => 'Storable_pm.PL',
+ file => '__Storable__.pm',
version => MM->parse_version('__Storable__.pm'),
},
},