Skip Menu |

This queue is for tickets about the Passwd-Unix-Alt CPAN distribution.

Report information
The Basics
Id: 75992
Status: resolved
Priority: 0/
Queue: Passwd-Unix-Alt

People
Owner: Nobody in particular
Requestors: christian.kuelker [...] cipworx.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: 0.5210



Subject: POD improvement, POD renders incorrect
* The POD is not rendered correctly for the method new, because the > sign is part of => * Method new do not need an array reference "[" .. "]" provided patch fix this. HTH Christian
Subject: passwd-unix-alt-0.5210-pod-improvement-new.patch
diff -ruN Passwd-Unix-Alt-0.5210/lib/Passwd/Unix/Alt.pm Passwd-Unix-Alt-0.5210-pod-improvement-new/lib/Passwd/Unix/Alt.pm --- Passwd-Unix-Alt-0.5210/lib/Passwd/Unix/Alt.pm 2012-03-22 02:43:12.000000000 +0100 +++ Passwd-Unix-Alt-0.5210-pod-improvement-new/lib/Passwd/Unix/Alt.pm 2012-03-23 00:20:12.915976961 +0100 @@ -1028,7 +1028,7 @@ =over 4 -=item B<new( [ param0 => 1, param1 => 0... ] )> +=item B<new>( param0 => 1, param1 => 0, ... ) Constructor. Possible parameters are:
On Thu Mar 22 19:33:20 2012, ckuelker wrote: Show quoted text
> * The POD is not rendered correctly for the method new, > because the > sign is part of => > * Method new do not need an array reference "[" .. "]" > > provided patch fix this. > > HTH > Christian > > > >
Thanks, applied. Regards, Steven