Skip Menu |

This queue is for tickets about the Net-Pachube CPAN distribution.

Report information
The Basics
Id: 51747
Status: new
Priority: 0/
Queue: Net-Pachube

People
Owner: BEANZ [...] cpan.org
Requestors: FWIE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.01
Fixed in: (no value)



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.