summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Williams <chris@bingosnet.co.uk>2010-04-13 16:08:23 +0100
committerChris Williams <chris@bingosnet.co.uk>2010-04-13 16:08:23 +0100
commit0654a75e074535dcbc7f1c16194a38b527c9baa7 (patch)
treee199c243d749c3ac35605932bea987e44f2bc43f
parent51a6867122da1f41a98aafc24aa8495668a1736d (diff)
downloadperl-0654a75e074535dcbc7f1c16194a38b527c9baa7.tar.gz
Fix the abstract in Module::CoreList's META.yml
-rw-r--r--dist/Module-CoreList/Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/Module-CoreList/Makefile.PL b/dist/Module-CoreList/Makefile.PL
index cea2448727..a619db9fe7 100644
--- a/dist/Module-CoreList/Makefile.PL
+++ b/dist/Module-CoreList/Makefile.PL
@@ -6,6 +6,7 @@ WriteMakefile
(
'NAME' => 'Module::CoreList',
'VERSION_FROM' => 'lib/Module/CoreList.pm',
+ 'ABSTRACT_FROM' => 'lib/Module/CoreList.pm',
'PREREQ_PM' => {
'Test::More' => '0',
},