Subject: | Possible POD typo in XML/RSS/Parser.pm |
I found this patch seems to be required to have correct rendering with
"perldoc XML::RSS::Parser".
--- lib/XML/RSS/Parser.pm.orig Tue Aug 1 18:28:59 2006
+++ lib/XML/RSS/Parser.pm Tue Aug 1 18:29:55 2006
@@ -307,14 +307,19 @@
The following objects and methods are provided in this
package.
+=over 4
+
=item XML::RSS::Parser->new
Constructor. Returns a reference to a new XML::RSS::Parser
object.
=item $parser->parse
+
=item $parser->parse_file
+
=item $parser->parse_string
+
=item $parser->parse_uri
These methods are mostly pass-thru to the underlying SAX parser
@@ -361,6 +366,8 @@
Returns the last error message set by C<error>. Inherited
from Class:ErrorHandler.
+=back
+
=head1 DEPENDENCIES
L<XML::SAX>, L<XML::Elemental>, L<Class::ErrorHandler>,