Skip Menu |

This queue is for tickets about the XML-Atom-Microformats CPAN distribution.

Report information
The Basics
Id: 73597
Status: resolved
Priority: 0/
Queue: XML-Atom-Microformats

People
Owner: perl [...] toby.ink
Requestors: fschlich [...] zedat.fu-berlin.de
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.003
Fixed in: (no value)



Subject: [PATCH] pod refers to wrong module
Hi, the POD Synopsis should refer to this module, not HTML::Microformats: --- a/lib/XML/Atom/Microformats.pm +++ b/lib/XML/Atom/Microformats.pm @@ -393,7 +393,7 @@ use XML::Atom::Microformats; - my $feed = HTML::Microformats + my $feed = XML::Atom::Microformats ->new_feed($xml, $base_uri) ->assume_profile(qw(hCard hCalendar)); print $feed->json(pretty => 1); Florian
thanks - I'll include this patch in next release.
Fixed in 0.004.