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/lib/POE/Component/SNMP/Session.pm b/lib/POE/Component/SNMP/Session.pm
index 334f4cb..724a1dd 100644
--- a/lib/POE/Component/SNMP/Session.pm
+++ b/lib/POE/Component/SNMP/Session.pm
@@ -510,7 +510,7 @@ reference to an array of C<SNMP::Varbind> objects. See
L<SNMP/Acceptable variable formats:> for more details.
If the response value is C<undef>, then any error message can be
-accessed via the C<SNMP::Session> object as C<$session->{ErrorStr}>.
+accessed via the C<SNMP::Session> object as C<< $session->{ErrorStr} >>.
See L<SNMP/SNMP::Session> for details.