summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2012-03-20 11:12:34 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2012-03-20 11:12:34 +0000
commitfb7e05a4dc90aa400f54c32a0f72d5b7d7eb9c6b (patch)
tree317f389bbf2c9cd5e830c00ac46d12a02f07a76e
parent729aaeb502af62aff1b72f90b3d33e7218b94e0c (diff)
downloadperl-fb7e05a4dc90aa400f54c32a0f72d5b7d7eb9c6b.tar.gz
Get the ABSTRACT for Module-CoreList from the .pod file now
-rw-r--r--dist/Module-CoreList/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Module-CoreList/Makefile.PL b/dist/Module-CoreList/Makefile.PL
index a619db9fe7..fd55b689dd 100644
--- a/dist/Module-CoreList/Makefile.PL
+++ b/dist/Module-CoreList/Makefile.PL
@@ -6,7 +6,7 @@ WriteMakefile
(
'NAME' => 'Module::CoreList',
'VERSION_FROM' => 'lib/Module/CoreList.pm',
- 'ABSTRACT_FROM' => 'lib/Module/CoreList.pm',
+ 'ABSTRACT_FROM' => 'lib/Module/CoreList.pod',
'PREREQ_PM' => {
'Test::More' => '0',
},