In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/0654a75e074535dcbc7f1c16194a38b527c9baa7?hp=51a6867122da1f41a98aafc24aa8495668a1736d>
- Log ----------------------------------------------------------------- commit 0654a75e074535dcbc7f1c16194a38b527c9baa7 Author: Chris Williams <ch...@bingosnet.co.uk> Date: Tue Apr 13 16:08:23 2010 +0100 Fix the abstract in Module::CoreList's META.yml ----------------------------------------------------------------------- Summary of changes: 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 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', }, -- Perl5 Master Repository