In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/fb7e05a4dc90aa400f54c32a0f72d5b7d7eb9c6b?hp=729aaeb502af62aff1b72f90b3d33e7218b94e0c>
- Log ----------------------------------------------------------------- commit fb7e05a4dc90aa400f54c32a0f72d5b7d7eb9c6b Author: Chris 'BinGOs' Williams <[email protected]> Date: Tue Mar 20 11:12:34 2012 +0000 Get the ABSTRACT for Module-CoreList from the .pod file now ----------------------------------------------------------------------- Summary of changes: 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 a619db9..fd55b68 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', }, -- Perl5 Master Repository
