summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Green <marcgreen@cpan.org>2011-08-06 11:08:30 -0400
committerMarc Green <marcgreen@cpan.org>2011-12-20 16:14:27 -0500
commitf9109081c1a7198bc9245b1a9e08b4c4704a32eb (patch)
treeeaae23ae16354d705fd6cba5f0ff84623727fb10
parent25343db868d11320a8c9bae38ded3fca6cb73b10 (diff)
downloadperl-f9109081c1a7198bc9245b1a9e08b4c4704a32eb.tar.gz
Remove error from todo list that is already in Pod::Simple
-rw-r--r--cpan/Pod-Parser/pc-errors-todo9
1 files changed, 5 insertions, 4 deletions
diff --git a/cpan/Pod-Parser/pc-errors-todo b/cpan/Pod-Parser/pc-errors-todo
index aca94f64c5..e1dc2b6ff0 100644
--- a/cpan/Pod-Parser/pc-errors-todo
+++ b/cpan/Pod-Parser/pc-errors-todo
@@ -2,10 +2,6 @@
=over 4
-=item * garbled entity I<STRING>
-
-The I<STRING> found cannot be interpreted as a character entity.
-
=back
=head2 Warnings
@@ -111,8 +107,13 @@ syntax described in L<perlpod>.
NOTE: THE ONLY MALFORMATION IS AN EMPTY L<>, WHICH POD::SIMPLE ALREADY DOES
+=item * garbled entity I<STRING>
+
+The I<STRING> found cannot be interpreted as a character entity.
=back
+NOTE: THIS IS EMULATED BY 'STRANGE CONTENT' ERROR AND 'UNKNOWN E CONTENT' ERROR
+
=head2 Warnings (reported as errors in Pod::Simple though, fix this)
=over