The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.02 - 2012-02-06

  • The previous release never loaded the XS implementation, even if it had been compiled.
  • With newer version of Perl, the pure Perl implementation treated regexp objects differently than the XS implementation. They should be treated as belonging to the SCALARREF type for backwards compatibility.
  • These two bugs combined managed to break the test suites of a number of modules on CPAN. This release should fix them.

Modules

Validate method/function parameters

Provides

in lib/Attribute/Params/Validate.pm
in lib/Params/ValidatePP.pm
in lib/Params/ValidateXS.pm
in lib/Params/Validate/PP.pm
in lib/Params/Validate/XS.pm