8a4571e84e
Upstream changes: 0.004004 Sun Aug 5 17:46:56 2012 - Further patch to failures.t - Added redefinition of Scalar::Util::blessed() to avoid nasty surprises (thanks Andrew!) - Added confess() and cluck() overrides and fixed caller() override to set @DB::args when appropriate 0.004005 Mon Aug 20 10:44:35 2012 - Further patch for t/confess.t (Thanks, David!) 0.004006 Thu Oct 4 16:49:47 2012 - Circumvented annoying undef-as-key warnings in Perl 5.17+ - Honour @CARP_NOT's when reporting context 0.004007 Fri Oct 5 23:05:05 2012 - Added BLESSED handler for better control over how blessed() lies - Upgraded reimplementation of blessed() to make more sense
20 lines
673 B
Makefile
20 lines
673 B
Makefile
# $NetBSD: Makefile,v 1.11 2013/12/12 06:52:14 wen Exp $
|
|
|
|
DISTNAME= Contextual-Return-0.004007
|
|
PKGNAME= p5-${DISTNAME:S/004007/004.007/}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DC/DCONWAY/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Contextual-Return/
|
|
COMMENT= Perl 5 module to create context-senstive return values
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= {perl>=5.10.0,p5-version-[0-9]*}:../../devel/p5-version
|
|
DEPENDS+= p5-Want-[0-9]*:../../devel/p5-Want
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Contextual/Return/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|