pkgsrc/devel/p5-Params-Validate/Makefile
abs f7ee86a8a6 Updated devel/p5-Params-Validate to 0.91
0.91 May 3, 2008

- The fix for handling @_'s readonly-ness introduced a refcounting
  bug. One symptom of this was a failing Log::Dispatch test. Reported
  by Andreas Koenig. RT #35608.


0.90 May 1, 2008

- Make the XS version of Params::Validate recognize regexp objects
  with Perl 5.11.0-to-be. Patch by Andreas Koenig. RT #32872.

- With the XS version, when you passed @_ directly to validate() and
  then got a hash reference back, the values of that hash reference
  would be marked readonly. Reported by W J Moore. RT #34410.
2008-05-28 21:29:55 +00:00

22 lines
631 B
Makefile

# $NetBSD: Makefile,v 1.30 2008/05/28 21:29:55 abs Exp $
DISTNAME= Params-Validate-0.91
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5pva
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Attribute/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Params-Validate/
COMMENT= Validate method/function parameters
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
DEPENDS+= p5-Attribute-Handlers>=0.76:../../devel/p5-Attribute-Handlers
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Params/Validate/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"