Re: [perl #44555] [PATCH] Add POD to 51_if_unless.pir
On Aug 10, 2007, at 4:21 PM, Colin Kuskie (via RT) wrote: +=item Numbers + +0.0 is false, all other numbers are true. Including -0.0 and NaN? Either way, that should be documented explicitly. Josh
Re: [perl #44555] [PATCH] Add POD to 51_if_unless.pir
On Friday 10 August 2007 16:21:32 Colin Kuskie wrote: > +=item PMCs > + > +The "truthiness" of a PMC depends on the type of PMC, and the way it > implements its +vtable method C. I'm not sure the type matters at all; it's all up to the vtable entry here. Otherwise, this tutorial looks sound. --