diff options
author | wiz <wiz@pkgsrc.org> | 2017-10-18 18:26:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-10-18 18:26:33 +0000 |
commit | 7d04e2a22183b70405979f58ee0a22753c476106 (patch) | |
tree | 16ad5392258f28f0bd01e8330562f2ed0e25f223 /devel | |
parent | b81f8f9d9eb3c44dc1aa1af26d8893152121e3a0 (diff) | |
download | pkgsrc-7d04e2a22183b70405979f58ee0a22753c476106.tar.gz |
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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Module-Runtime/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Module-Runtime/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Module-Runtime/Makefile b/devel/p5-Module-Runtime/Makefile index f79229aa524..c6c6451fff9 100644 --- a/devel/p5-Module-Runtime/Makefile +++ b/devel/p5-Module-Runtime/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2017/08/14 19:00:15 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2017/10/18 18:26:33 wiz Exp $ -DISTNAME= Module-Runtime-0.015 +DISTNAME= Module-Runtime-0.016 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} diff --git a/devel/p5-Module-Runtime/distinfo b/devel/p5-Module-Runtime/distinfo index 9cef7feb32b..c4c48bb9d79 100644 --- a/devel/p5-Module-Runtime/distinfo +++ b/devel/p5-Module-Runtime/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2017/08/14 19:00:15 wiz Exp $ +$NetBSD: distinfo,v 1.7 2017/10/18 18:26:33 wiz Exp $ -SHA1 (Module-Runtime-0.015.tar.gz) = 0fe878021e4bd30052f75c24ae6c8833880ef42c -RMD160 (Module-Runtime-0.015.tar.gz) = e4ddd674d6a1de396c44c81751c2d23db1568261 -SHA512 (Module-Runtime-0.015.tar.gz) = 13f85128130f1543d6be86c002b5d093ed530ab069a7fdf2c109317a234a800611c43e8ff7349f43eb35e0169f80f677a117277a70aa138f0f147d9cf8fb16d0 -Size (Module-Runtime-0.015.tar.gz) = 17743 bytes +SHA1 (Module-Runtime-0.016.tar.gz) = bd8979871dc465f31fac961dc2d7fba0320aa894 +RMD160 (Module-Runtime-0.016.tar.gz) = 6d7ad904ebf4f7c452589cd26ac09205f8677e9d +SHA512 (Module-Runtime-0.016.tar.gz) = 64a362ee897646173dbbdd8794f863d93379d45d7ac20d3ae890d77b4ec3f5e36aaff66c41b4a6a33b28bf492216283528755550ab09e466ceafb4f0cfbaeb9e +Size (Module-Runtime-0.016.tar.gz) = 18275 bytes |