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>.