The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension MooseX-Params-Validate

0.05 Fri. Mar. 7th, 2008
    - This package would cause a fatal error if loaded
      by a non-Moose class (Dave Rolsky)
      - added tests for this (Dave Rolsky)
    - Added support for coercions (Dave Rolsky)

0.04 Tues. Jan. 8th, 2008
    - upped the Moose dependency and added support
      for the new improved Moose type constraints
      - added tests for this
    
    - adding caching of the prepared parameter 
      specs, this results in approx. 3x speedup 
      using rough benchmarks. 
      
    - added special caching handlers see the 
      IMPORTANT NOTE ON CACHING section of the 
      POD for more details
      - added tests for this

0.03 Fri. June 8th, 2007
    - added support for using this 
      within role methods too.

0.02 Wed. April 25, 2007
    - added validatep, which returns the captured
      args as positional instead of as hash
      - added docs and tests

0.01 Wed. April 18, 2007
    - trying to fill a gap, we will see ...