0.87 January 18, 2007 - When determining the caller of a function in the XS version, use Perl's caller() function rather than CopSTASHPV. The caller() function apparently ignores the DB package, whereas the latter doesn't. This caused validate_options to be ignored when running under profiling (and probably the debugger as well). Thanks to Jeff Weisberg for pointing this out.
20 lines
581 B
Makefile
20 lines
581 B
Makefile
# $NetBSD: Makefile,v 1.26 2007/02/18 02:43:48 wiz Exp $
|
|
|
|
DISTNAME= Params-Validate-0.87
|
|
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
|
|
|
|
DEPENDS+= p5-Attribute-Handlers>=0.76:../../devel/p5-Attribute-Handlers
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Params/Validate/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|