diff --git a/Makefile.PL b/Makefile.PL index a9820ab..1ad301e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,6 +4,7 @@ WriteMakefile( NAME => 'Data::Tools', VERSION_FROM => 'lib/Data/Tools.pm', + ABSTRACT_FROM => 'lib/Data/Tools.pm', LICENSE => 'gpl_2', META_MERGE => { 'meta-spec' => { version => 2 }, diff --git a/lib/Data/Tools.pm b/lib/Data/Tools.pm index f5c8848..872d98e 100644 --- a/lib/Data/Tools.pm +++ b/lib/Data/Tools.pm @@ -876,7 +876,7 @@ INIT { __url_escapes_init(); } =head1 NAME - Data::Tools provides set of basic functions for data manipulation. +Data::Tools - Provides set of basic functions for data manipulation. =head1 SYNOPSIS