pkgsrc/devel/p5-Module-Runtime/Makefile
wiz fbcee9fc0a p5-Module-Runtime: update to 0.016.
version 0.016; 2017-10-17

  * port t/taint.t to Perl 5.27.5, where re-requiring an already-loaded
    module doesn't trigger tainting

  * skip t/taint.t if the perl empirically doesn't perform taint checks
    but the script got run anyway (which happens with an unsupported
    configuration of the Perl core which some people are using in the
    absence of a supported no-taint configuration)

  * in t/taint.t, use $^X rather than $ENV{PATH} as the primordial
    tainted value to taint a string being tested

  * in documentation, use four-column indentation for all verbatim
    material

  * in META.{yml,json}, point to public bug tracker

  * in META.json, specify type of public repository
2017-10-18 18:26:33 +00:00

17 lines
513 B
Makefile

# $NetBSD: Makefile,v 1.14 2017/10/18 18:26:33 wiz Exp $
DISTNAME= Module-Runtime-0.016
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Module-Runtime/
COMMENT= Deal with runtime handling of Perl modules
LICENSE= ${PERL5_LICENSE}
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Module/Runtime/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"