Skip Menu |

This queue is for tickets about the POE-Component-SNMP-Session CPAN distribution.

Report information
The Basics
Id: 51883
Status: resolved
Priority: 0/
Queue: POE-Component-SNMP-Session

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

Bug Information
Severity: (no value)
Broken in: 0.1201
Fixed in: 0.1202



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.
Subject: Re: [rt.cpan.org #51883] [Patch] POD nit
Date: Mon, 23 Nov 2009 11:41:28 -0800
To: bug-POE-Component-SNMP-Session [...] rt.cpan.org
From: Rob Bloodgood <rob [...] exitexchange.com>
So I looked at my repository and have actually got that specific fix already in the pod, I just haven't uploaded it yet. Good catch! On Mon, Nov 23, 2009 at 9:57 AM, Frank Wiegand via RT < bug-POE-Component-SNMP-Session@rt.cpan.org> wrote: Show quoted text
> Mon Nov 23 12:57:40 2009: Request 51883 was acted upon. > Transaction: Ticket created by FWIE > Queue: POE-Component-SNMP-Session > Subject: [Patch] POD nit > Broken in: 0.1201 > Severity: (no value) > Owner: Nobody > Requestors: FWIE@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=51883 > > > > The attached patch fixes some POD, which renders wrong, at least at > search.cpan.org. >
You can close the ticket, it seems to be fixed in 0.1202 already.