Skip Menu |

This queue is for tickets about the XML-RSS-Parser CPAN distribution.

Report information
The Basics
Id: 20805
Status: open
Priority: 0/
Queue: XML-RSS-Parser

People
Owner: Nobody in particular
Requestors: kuriyama [...] FreeBSD.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 4.0
Fixed in: (no value)



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>,