Skip Menu |

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

Report information
The Basics
Id: 51702
Status: new
Priority: 0/
Queue: Net-BobrDobr

People
Owner: Nobody in particular
Requestors: FWIE [...] cpan.org
Cc:
AdminCc:

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



Subject: [Patch] POD nit
The attached patch (against 0.04) fixes some POD, which renders wrong, at least at search.cpan.org.
Subject: pod.patch
diff --git a/lib/Net/BobrDobr.pm b/lib/Net/BobrDobr.pm index bfff1a4..b234a53 100644 --- a/lib/Net/BobrDobr.pm +++ b/lib/Net/BobrDobr.pm @@ -244,7 +244,7 @@ operations. E.g.: Return reference to hash from server, or empty if request fail. -Main field for return hash: C<$ret->{'stat'}>, it may be:C<"ok"> +Main field for return hash: C<< $ret->{'stat'} >>, it may be:C<"ok"> if operation success, or C<"fail"> in other case. Full description see in L<http://bobrdobr.ru/api.html>.