diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2012-03-20 11:12:34 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2012-03-20 11:12:34 +0000 |
commit | fb7e05a4dc90aa400f54c32a0f72d5b7d7eb9c6b (patch) | |
tree | 317f389bbf2c9cd5e830c00ac46d12a02f07a76e /dist | |
parent | 729aaeb502af62aff1b72f90b3d33e7218b94e0c (diff) | |
download | perl-fb7e05a4dc90aa400f54c32a0f72d5b7d7eb9c6b.tar.gz |
Get the ABSTRACT for Module-CoreList from the .pod file now
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Module-CoreList/Makefile.PL | 2 |
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', }, |