Subject: | (Patch] POD nit |
The attached patch fixes some POD, which renders wrong, at least at
search.cpan.org.
Subject: | pod.patch |
diff --git a/Friends.pm b/Friends.pm
index 55eb55b..4b60b46 100644
--- a/Friends.pm
+++ b/Friends.pm
@@ -218,7 +218,7 @@ server will overwrite any previous report with the same id. A random id is
generated on the first call to report. Subsequent calls to report will use the
same id. Manually specifying an id can be used to allow for updating between
invocations. Id values should be 22 character alphanumeric strings. The
-randomly selected id is available as C<$friends->{id}>. If a single Net::Friend
+randomly selected id is available as C<< $friends->{id} >>. If a single Net::Friend
instance is used to report on multiple people/entities the id corresponding to
each name should be provided with every report. One can safely ignore id
altogether if all reports are about the same people/entity.