Skip Menu |

This queue is for tickets about the libsirc CPAN distribution.

Report information
The Basics
Id: 51945
Status: new
Priority: 0/
Queue: libsirc

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

Bug Information
Severity: (no value)
Broken in: 0.12
Fixed in: (no value)



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/Sirc/Util.pm b/Sirc/Util.pm index 3caef7a..3efef1e 100644 --- a/Sirc/Util.pm +++ b/Sirc/Util.pm @@ -720,7 +720,7 @@ These commands provide a simplified interface to adding /set variables. This sub adds a user-settable option. I<name> is its name, I<var-ref> is a reference to the place it will be stored, and I<setter-ref> is a reference to code to validate and save new values. The code will be -called as C<$rsetter->($rvar, $name, $value)>. $name will be in upper +called as C<< $rsetter->($rvar, $name, $value) >>. $name will be in upper case. The code needs to set both $$rvar and $::set{$name}. (The values in %set are user-visible.)