1ea99e01e1
0.18 2017-11-04 15:30 UTC + Fix : [RT #123411] : Compatibility with CV-in-stash optimisation Thanks Father Chrysostomos for reporting and contributing a patch. + Fix : [RT #122956] : strict/warn flags seem to simply do nothing The documentation has been amended to clarify how these two options are supposed to be used. Thanks Christian Walde for reporting.
17 lines
519 B
Makefile
17 lines
519 B
Makefile
# $NetBSD: Makefile,v 1.8 2017/11/08 20:50:16 wiz Exp $
|
|
|
|
DISTNAME= autovivification-0.18
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Tie-Cycle/lib/Tie/Cycle.pm
|
|
COMMENT= Perl5 module to lexically disable autovivification
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/autovivification/.packlist
|
|
USE_LANGUAGES= c
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|