Commit graph

5 commits

Author SHA1 Message Date
seb
8061783352 Update p5-MooseX-Params-Validate from version 0.13 to version 0.14.
Upstream changes:
0.14 Sun. Mar. 18, 2010
    - The validated_hash method failed when called on in an overloaded
      stringify method. Patch by Ian Sillitoe. RT #52565.
2010-04-27 01:01:17 +00:00
sno
628132ae91 Updating devel/p5-MooseX-Params-Validate from 0.12nb1 to 0.13
Upstream changes:
0.13 Sun., Nov. 29, 2009
    - Fix so that validated_hash does not try to coerce optional
      parameters which are not present. Patch by Ian Sillitoe.
    - Same fix for pos_validated_list. (Dave Rolsky)
2010-01-16 17:47:16 +00:00
sno
15707ea5a1 Bumping revision of packages which depend direct or indirect on
devel/p5-Class-MOP. A late detected incompible change forced it.
2009-09-24 06:50:10 +00:00
sno
52d660b82a Updating package for MooseX::Params::Validate from 0.09 to 0.12
Adjusting meta-info according to META.yml (license, dependencies)

Upstream changes:
0.12 Tue. Jul. 7, 2009
    - Using the subroutine name as a cache key for validation specs
      broke in the face of method modifiers, which all appear to have
      the same name. Now we use Devel::Caller to get the CV of the
      caller and use its refaddr as the key, which will be unique in
      all cases. Bug report by Jos Boumans. RT #46730.

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.

    - 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.
2009-07-08 08:30:42 +00:00
sno
c6eae61761 Importing package for p5 module MooseX::Params::Validate 0.09 as dependency
of upcoming import for p5 module File::ChangeNotify (which is a dependency
for the scheduled p5-Catalyst-Devel update)

This module fills a gap in Moose by adding method parameter validation to
Moose. This is just one of many developing options, it should not be
considered the "official" one by any means though.
2009-05-19 22:02:21 +00:00