Fix the abstract in Module::CoreList's META.yml
Chris Williams [Tue, 13 Apr 2010 15:08:23 +0000 (16:08 +0100)]
dist/Module-CoreList/Makefile.PL

index cea2448..a619db9 100644 (file)
@@ -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',
     },