Subject: | (Patch] POD nits |
The attached patch fixes some POD, which renders wrong, at least at
search.cpan.org. The patch is against 0.40, the problem exists with
0.50_1 too.
Subject: | pod.patch |
diff --git a/lib/JMX/Jmx4Perl/Product/BaseHandler.pm b/lib/JMX/Jmx4Perl/Product/BaseHandler.pm
index c3ec2d2..2ad8902 100644
--- a/lib/JMX/Jmx4Perl/Product/BaseHandler.pm
+++ b/lib/JMX/Jmx4Perl/Product/BaseHandler.pm
@@ -327,12 +327,12 @@ return an arrayref in the form described above.
=item *
-A coderef, which is executed when C<JMX::Jmx4Perl->get_attribute()> or
-C<JMX::Jmx4Perl->execute()> is called and which is supossed to do the complete
+A coderef, which is executed when C<< JMX::Jmx4Perl->get_attribute() >> or
+C<< JMX::Jmx4Perl->execute() >> is called and which is supossed to do the complete
lookup. The first argument to the subroutine is the handler which can be used
to access the L<JMX::Jmx4Perl> object. The additional argument are either the
-value to set (for C<JMX::Jmx4Perl->set_attribute()> or the operation's
-arguments for C<JMX::Jmx4Perl->execute()>. This is the most flexible way for a
+value to set (for C<< JMX::Jmx4Perl->set_attribute() >> or the operation's
+arguments for C<< JMX::Jmx4Perl->execute() >>. This is the most flexible way for a
handler to do anything it likes to do when an attribute value is requested or
an operation is about to be executed. You have to return a
L<JMX::Jmx4Perl::Response> object.