diff options
author | Robin Barker <rmbarker@cpan.org> | 2011-09-10 09:05:13 +0100 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-09-18 06:12:24 -0700 |
commit | 04101b8fc17884a71ea53cb2b7865c9055de596d (patch) | |
tree | 86a9f179036672ecef5c8fbf1c4c260fd282069a /dist | |
parent | 0f18891dd57b91158a442c0a3154f5aa62604dc4 (diff) | |
download | perl-04101b8fc17884a71ea53cb2b7865c9055de596d.tar.gz |
fix NAME section in Text::Abbrev and Search::Dict
These modules currently warn when parsing ABSTRACT_FROM,
as the NAME section does not have the correct form; so
add "$package - " at the start of the NAME section line.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Search-Dict/lib/Search/Dict.pm | 2 | ||||
-rw-r--r-- | dist/Text-Abbrev/lib/Text/Abbrev.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dist/Search-Dict/lib/Search/Dict.pm b/dist/Search-Dict/lib/Search/Dict.pm index cbbaf99a50..fd1017701e 100644 --- a/dist/Search-Dict/lib/Search/Dict.pm +++ b/dist/Search-Dict/lib/Search/Dict.pm @@ -10,7 +10,7 @@ our @EXPORT = qw(look); =head1 NAME -Search::Dict, look - search for key in dictionary file +Search::Dict - look - search for key in dictionary file =head1 SYNOPSIS diff --git a/dist/Text-Abbrev/lib/Text/Abbrev.pm b/dist/Text-Abbrev/lib/Text/Abbrev.pm index c6be63bcc6..449c49b058 100644 --- a/dist/Text-Abbrev/lib/Text/Abbrev.pm +++ b/dist/Text-Abbrev/lib/Text/Abbrev.pm @@ -6,7 +6,7 @@ our $VERSION = '1.01'; =head1 NAME -abbrev - create an abbreviation table from a list +Text::Abbrev - abbrev - create an abbreviation table from a list =head1 SYNOPSIS |