pkgsrc/devel/p5-Params-ValidationCompiler/Makefile
wiz c2ea7a6d87 Updated p5-Params-ValidationCompiler to 0.17.
Add missing test dependencies.

0.17     2016-11-04

- When using positional parameters, parameters with a default are now
  optional. For named parameters, this was already the case.


0.16     2016-11-03

- Moose and Specio types (and coercions) which provide variables to close over
  when being inlined did not always compile properly. Most notable, this was
  not being handled at all for Moose types, and not completely handled for
  Specio coercions.


0.15     2016-11-03

- Previously, using a default with a positional parameter would result in an
  error when compiling the validator subroutine. Defaults now work with
  positional parameters. Implemented by Greg Oschwald. Based on PR #5.


0.14     2016-11-02

- Added a "named_to_list" option to support returning only the parameter
  values from a named parameter validator rather than the key-value
  pairs. Implemented by Greg Oschwald. Based on PR #4.

- Errors from calls to validation_for() now use croak so as to show up at the
  call site, rather than in the internals
2016-11-07 10:45:25 +00:00

24 lines
977 B
Makefile

# $NetBSD: Makefile,v 1.3 2016/11/07 10:45:25 wiz Exp $
DISTNAME= Params-ValidationCompiler-0.17
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/
COMMENT= Build an optimized subroutine parameter validator once, use it forever
LICENSE= artistic-2.0
DEPENDS+= p5-Eval-Closure-[0-9]*:../../devel/p5-Eval-Closure
DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class
# TEST_DEPENDS
BUILD_DEPENDS+= p5-Specio>=0.14:../../devel/p5-Specio
BUILD_DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite
BUILD_DEPENDS+= p5-Test2-Plugin-NoWarnings-[0-9]*:../../devel/p5-Test2-Plugin-NoWarnings
BUILD_DEPENDS+= p5-Test-Without-Module-[0-9]*:../../devel/p5-Test-Without-Module
PERL5_PACKLIST= auto/Params/ValidationCompiler/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"