Wed Oct 18 18:26:33 2017 UTC ()
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


(wiz)
diff -r1.13 -r1.14 pkgsrc/devel/p5-Module-Runtime/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/p5-Module-Runtime/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/devel/p5-Module-Runtime/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Module-Runtime/Makefile 2017/08/14 19:00:15 1.13
+++ pkgsrc/devel/p5-Module-Runtime/Makefile 2017/10/18 18:26:33 1.14
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.13 2017/08/14 19:00:15 wiz Exp $ 1# $NetBSD: Makefile,v 1.14 2017/10/18 18:26:33 wiz Exp $
2 2
3DISTNAME= Module-Runtime-0.015 3DISTNAME= Module-Runtime-0.016
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Module-Runtime/ 9HOMEPAGE= http://search.cpan.org/dist/Module-Runtime/
10COMMENT= Deal with runtime handling of Perl modules 10COMMENT= Deal with runtime handling of Perl modules
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13PERL5_MODULE_TYPE= Module::Build 13PERL5_MODULE_TYPE= Module::Build
14PERL5_PACKLIST= auto/Module/Runtime/.packlist 14PERL5_PACKLIST= auto/Module/Runtime/.packlist
15 15
16.include "../../lang/perl5/module.mk" 16.include "../../lang/perl5/module.mk"

cvs diff -r1.6 -r1.7 pkgsrc/devel/p5-Module-Runtime/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Module-Runtime/distinfo 2017/08/14 19:00:15 1.6
+++ pkgsrc/devel/p5-Module-Runtime/distinfo 2017/10/18 18:26:33 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2017/08/14 19:00:15 wiz Exp $ 1$NetBSD: distinfo,v 1.7 2017/10/18 18:26:33 wiz Exp $
2 2
3SHA1 (Module-Runtime-0.015.tar.gz) = 0fe878021e4bd30052f75c24ae6c8833880ef42c 3SHA1 (Module-Runtime-0.016.tar.gz) = bd8979871dc465f31fac961dc2d7fba0320aa894
4RMD160 (Module-Runtime-0.015.tar.gz) = e4ddd674d6a1de396c44c81751c2d23db1568261 4RMD160 (Module-Runtime-0.016.tar.gz) = 6d7ad904ebf4f7c452589cd26ac09205f8677e9d
5SHA512 (Module-Runtime-0.015.tar.gz) = 13f85128130f1543d6be86c002b5d093ed530ab069a7fdf2c109317a234a800611c43e8ff7349f43eb35e0169f80f677a117277a70aa138f0f147d9cf8fb16d0 5SHA512 (Module-Runtime-0.016.tar.gz) = 64a362ee897646173dbbdd8794f863d93379d45d7ac20d3ae890d77b4ec3f5e36aaff66c41b4a6a33b28bf492216283528755550ab09e466ceafb4f0cfbaeb9e
6Size (Module-Runtime-0.015.tar.gz) = 17743 bytes 6Size (Module-Runtime-0.016.tar.gz) = 18275 bytes