Skip Menu |

This queue is for tickets about the Params-Validate CPAN distribution.

Report information
The Basics
Id: 17240
Status: resolved
Priority: 0/
Queue: Params-Validate

People
Owner: Nobody in particular
Requestors: mat_trash [...] hotmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.80
Fixed in: (no value)



Subject: Cannot retrieve $Params::Validate::NO_VALIATION
Hi Dave, on line 141 of Validate.xs there is : static bool no_validation() { SV* no_v; no_v = perl_get_sv("Params::Validate::NO_VALIDATION", 0); if (! no_v) croak("Cannot retrieve $Params::Validate::NO_VALIATION\n"); return SvTRUE(no_v); } NO_VALIATION is never defined, I suppose it's a typo and should be NO_VALIDATION. Cheers, Mathieu