Subject: | POD error problem in lib/Pod/POM/Constants.pm |
Date: | Thu, 2 Apr 2009 22:07:06 -0700 |
To: | bug-Pod-POM [...] rt.cpan.org |
From: | Ryan Niebur <ryanryan52 [...] gmail.com> |
Hi!
There is a minor syntax error in the POD. See the attached test case and patch.
Thanks,
Ryan
$ podchecker lib/Pod/POM/Constants.pm
*** WARNING: Unknown entity E<LT> at line 66 in file lib/Pod/POM/Constants.pm
lib/Pod/POM/Constants.pm pod syntax OK.
$ perldoc ./lib/Pod/POM/Constants.pm
[snip]
AUTHOR
Andy Wardley E<LT>abw@kfs.org>
[snip]
POD ERRORS
Hey! The above document had some coding errors, which are explained below:
Around line 66:
Unknown E content in E<LT>
This patch fixes it:
--- a/lib/Pod/POM/Constants.pm
+++ b/lib/Pod/POM/Constants.pm
@@ -63,7 +63,7 @@
=head1 AUTHOR
-Andy Wardley E<LT>abw@kfs.orgE<gt>
+Andy Wardley E<lt>abw@kfs.orgE<gt>
=head1 COPYRIGHT AND LICENSE
--
Show quoted text
_________________________
Ryan Niebur
ryanryan52@gmail.com
Message body not shown because it is not plain text.