Commit graph

8 commits

Author SHA1 Message Date
hiramatsu
0077b51d83 Update p5-MooseX-Params-Validate to 0.16.
Changes from previous:
0.16 2011-01-29
    - The validated_list and validated_hash functions now accept the values to
      be validated as both a hash and a hash reference.

0.15 2010-11-29
    - Add MX_PARAMS_VALIDATE_ALLOW_EXTRA which allows extra parameters in
      validation calls (like allow_extra for Params::Validate).
    - Converted to Test::Fatal.
2011-11-17 14:13:39 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
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