diff options
author | Chris Williams <chris@bingosnet.co.uk> | 2010-04-13 16:08:23 +0100 |
---|---|---|
committer | Chris Williams <chris@bingosnet.co.uk> | 2010-04-13 16:08:23 +0100 |
commit | 0654a75e074535dcbc7f1c16194a38b527c9baa7 (patch) | |
tree | e199c243d749c3ac35605932bea987e44f2bc43f | |
parent | 51a6867122da1f41a98aafc24aa8495668a1736d (diff) | |
download | perl-0654a75e074535dcbc7f1c16194a38b527c9baa7.tar.gz |
Fix the abstract in Module::CoreList's META.yml
-rw-r--r-- | dist/Module-CoreList/Makefile.PL | 1 |
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', }, |