diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-02-27 15:29:07 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-02-27 15:29:07 +0100 |
commit | b032e88887f6cb0115394c9072b0279fba6d76b4 (patch) | |
tree | 2b7e6aae7eafb929cd298f63884f038fff55909f /lib/deprecate.pm | |
parent | 6b913759a0729c294b9370f21f563e385be726f2 (diff) | |
download | perl-b032e88887f6cb0115394c9072b0279fba6d76b4.tar.gz |
NAME section must fit on one line
Diffstat (limited to 'lib/deprecate.pm')
-rw-r--r-- | lib/deprecate.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/deprecate.pm b/lib/deprecate.pm index d016d77e93..e8063b311b 100644 --- a/lib/deprecate.pm +++ b/lib/deprecate.pm @@ -56,9 +56,7 @@ __END__ =head1 NAME -deprecate - Perl (core) extension for deprecating the core version of a module, - in favour of the version on CPAN. - +deprecate - Perl pragma for deprecating the core version of a module =head1 SYNOPSIS |