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