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

0.09     2013-09-11 (SHARYANTO)

         - No functional changes. Adjust to Data::Sah 0.18.


0.08     2013-09-11 (SHARYANTO)

         - No functional changes. Add 'use experimental smartmatch' for Perl
           5.18+".


0.07     2013-09-08 (SHARYANTO)

         - Bugfix: make sure all uri's fed to Perinci::Access::Perl are pl: uris.


0.06     2013-09-08 (SHARYANTO)

         - No functional changes. Replace Perinci::Access::InProcess with
           ::Perl.


0.05     2013-03-02 (SHARYANTO)

         [BUG FIXES]

         - Validate (to set default value) non-required arguments if their
           schemas specify default values.


0.04     2013-03-02 (SHARYANTO)

         [BUG FIXES]

         - Don't validate non-required (req=>0) arguments if they are not
           passed.


0.03     2013-01-11 (SHARYANTO)

         No functional changes.

         [BUG FIXES]

         - Make sure data_name is alphanum only (foo.contains -> foo_contains).

         - Wrapping fixes (declare variables and require modules required by the
           generated validator code).


0.02     2012-11-06 (SHARYANTO)

         - Add # NO_VALIDATE_ARG(S?)

         - Add notice about setting _perinci.sub.wrapper.validate_args => 0 if
           validated arguments.

         - Some fixes.


0.01     2012-11-06 (SHARYANTO)

         First release.