Subject: | [Patch] POD nits |
The attached patch fixes some POD, which renders wrong, at least at
search.cpan.org.
Subject: | pod.patch |
diff --git a/lib/Net/Pachube/Feed.pm b/lib/Net/Pachube/Feed.pm
index 3b11ea5..e434501 100644
--- a/lib/Net/Pachube/Feed.pm
+++ b/lib/Net/Pachube/Feed.pm
@@ -121,7 +121,7 @@ sub description {
=head2 C<feed_id( )>
This method returns the id of the feed from the L<EEML> if the request
-was successful. It should always be equal to C<$self->id> which is
+was successful. It should always be equal to C<< $self->id >> which is
used to request the feed data.
=cut
@@ -240,7 +240,7 @@ sub data_tags {
ref $tags ? @$tags : $tags
}
-=head2 C<update( data => \@data_values )>
+=head2 C<< update( data => \@data_values ) >>
This method performs a C<PUT> request in order to update a feed.
It returns true on success or undef otherwise.