From: Chris Williams Date: Tue, 13 Apr 2010 15:08:23 +0000 (+0100) Subject: Fix the abstract in Module::CoreList's META.yml X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0654a75e074535dcbc7f1c16194a38b527c9baa7;p=p5sagit%2Fp5-mst-13.2.git Fix the abstract in Module::CoreList's META.yml --- diff --git a/dist/Module-CoreList/Makefile.PL b/dist/Module-CoreList/Makefile.PL index cea2448..a619db9 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', },