610d464240
0.2002 Thu Sep 11 14:33:09 EDT 2008 - changed: removed Exporter dependency - test fix: fixed strange t/07_uplevel_too_high.t fail on Win32 0.2001 Tue Sep 9 22:22:40 EDT 2008 - test fix: changed prior override test to be more robust (SCHWERN) 0.20 Tue Sep 9 19:23:35 EDT 2008 - changed: bumped perl requirement to 5.006 and stopped using vars (fixes a test bug under Test::More > 0.80) 0.19_03 Fri Jul 4 13:31:21 EDT 2008 - fixed: load Carp only as needed (fixes problem on 5.005) 0.19_02 Thu Feb 21 14:58:46 EST 2008 - added: uplevel will warn if uplevel request is more than the call stack depth
19 lines
510 B
Makefile
19 lines
510 B
Makefile
# $NetBSD: Makefile,v 1.12 2008/11/10 19:43:32 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Sub-Uplevel-0.2002
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sub/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Sub-Uplevel/
|
|
COMMENT= Apparently run a function in a higher stack frame
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Sub/Uplevel/.packlist
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|