Skip Menu |

This queue is for tickets about the jmx4perl CPAN distribution.

Report information
The Basics
Id: 51958
Status: resolved
Priority: 0/
Queue: jmx4perl

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

Bug Information
Severity: (no value)
Broken in: 0.40
Fixed in: 0.51



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.
On Mon Nov 23 13:58:21 2009, FWIE wrote: Show quoted text
> 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.
Thanx for spotting this. I fixed it for the next version.