Subject: | [PATCH] pod errors |
Date: | Sat, 17 Dec 2011 23:29:12 +0100 |
To: | bug-HTML-Microformats [...] rt.cpan.org |
From: | Florian Schlichting <fschlich [...] ZEDAT.FU-Berlin.DE> |
Hi,
the following patch fixes a bunch of pod errors:
--- a/lib/HTML/Microformats.pm
+++ b/lib/HTML/Microformats.pm
@@ -366,8 +366,6 @@
As C<model> but returns a string.
-=back
-
=cut
sub serialise_model
--- a/lib/HTML/Microformats/DocumentContext.pm
+++ b/lib/HTML/Microformats/DocumentContext.pm
@@ -433,6 +433,8 @@
__END__
+=back
+
=head1 BUGS
Please report any bugs to L<http://rt.cpan.org/>.
--- a/lib/HTML/Microformats/ObjectCache.pm
+++ b/lib/HTML/Microformats/ObjectCache.pm
@@ -46,7 +46,7 @@
=over 4
-=item C<< $cache->set($context, $package, $element, $object);
+=item C<< $cache->set($context, $package, $element, $object) >>
For a given context, package (e.g. 'HTML::Microformats::Format::hCard') and DOM
element node, stores an object in the cache.
@@ -68,7 +68,7 @@
return $self->{ $ctx->uri }->{ $klass }->{ $nodepath };
}
-=item C<< $object = $cache->get($context, $package, $element);
+=item C<< $object = $cache->get($context, $package, $element) >>
For a given context, package (e.g. 'HTML::Microformats::Format::hCard') and DOM
element node, retrieves an object from the cache.
@@ -91,7 +91,7 @@
return $self->{ $ctx->uri }->{ $klass }->{ $nodepath };
}
-=item C<< @objects = $cache->get_all($context, [$package]);
+=item C<< @objects = $cache->get_all($context, [$package]) >>
For a given context and package (e.g. 'HTML::Microformats::Format::hCard'), retrieves a
list of objects from within the cache.
best,
Florian