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/Text-Abbrev | |
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/Text-Abbrev')
-rw-r--r-- | dist/Text-Abbrev/lib/Text/Abbrev.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |