Change 12527 by ams@ams-lustre on 2001/10/20 12:09:41
Subject: [PATCH lib/Pod/Checker.pm] Minor typo
From: Michael G Schwern <[EMAIL PROTECTED]>
Date: Sat, 20 Oct 2001 02:04:21 -0400
Message-Id: <20011020020421.A11732@blackrider>
Affected files ...
... //depot/perl/lib/Pod/Checker.pm#17 edit
Differences ...
==== //depot/perl/lib/Pod/Checker.pm#17 (text) ====
Index: perl/lib/Pod/Checker.pm
--- perl/lib/Pod/Checker.pm.~1~ Sat Oct 20 06:15:09 2001
+++ perl/lib/Pod/Checker.pm Sat Oct 20 06:15:09 2001
@@ -290,7 +290,7 @@
=item * (section) in '$page' deprecated
There is a section detected in the page name of LE<lt>...E<gt>, e.g.
-C<LE<gt>passwd(2)E<gt>>. POD hyperlinks may point to POD documents only.
+C<LE<lt>passwd(2)E<gt>>. POD hyperlinks may point to POD documents only.
Please write C<CE<lt>passwd(2)E<gt>> instead. Some formatters are able
to expand this to appropriate code. For links to (builtin) functions,
please say C<LE<lt>perlfunc/mkdirE<gt>>, without ().
End of Patch.