From: Dave Rolsky Date: Mon, 29 Nov 2010 22:34:59 +0000 (-0600) Subject: Remove EOL whitespace X-Git-Tag: v0.15~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Params-Validate.git;a=commitdiff_plain;h=bb17dbd8636b467b60da5970296dfcb2debfab41 Remove EOL whitespace --- diff --git a/ChangeLog b/ChangeLog index 0643c5d..520266d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,13 +25,13 @@ Revision history for Perl extension MooseX-Params-Validate 0.11 Tue. Jul. 7, 2009 - The validation functions tried to coerce optional keys which weren't present in the incoming parameters, leading to weird - errors. Based on a patch from Jos Boumans. RT #46344. + errors. Based on a patch from Jos Boumans. RT #46344. - Allow other callbacks to be specified. Previously these were silently thrown out. But we'd recommend just defining types that encapsulate everything in the callback instead. Based on a patch from Jos Boumans. RT #47647. - + 0.10 Tue. Jun. 30, 2009 - Shut up deprecation warnings from the tests. Reported by John Goulah. @@ -50,7 +50,7 @@ Revision history for Perl extension MooseX-Params-Validate - Errors now reflect the subroutine that called the validation function, rather than coming form inside the validation function itself. - + 0.07 Sun. Sep. 21, 2008 - No code changes, just fixing missing prereqs (Dave Rolsky) @@ -70,18 +70,18 @@ Revision history for Perl extension MooseX-Params-Validate - 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 + + - 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 + - added support for using this within role methods too. 0.02 Wed. April 25, 2007