summaryrefslogtreecommitdiff
path: root/devel/p5-Lexical-SealRequireHints
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2015-04-10 01:03:20 +0000
committermef <mef@pkgsrc.org>2015-04-10 01:03:20 +0000
commit6be4133f2e7c79475213afc3d3f4c9ca923c025b (patch)
tree494b91becb5917d71bdfe7de976c3d5d1c4444f1 /devel/p5-Lexical-SealRequireHints
parent692ae020163647b74f78cab778cdab0a8c0e09da (diff)
downloadpkgsrc-6be4133f2e7c79475213afc3d3f4c9ca923c025b.tar.gz
Update 0.007 to 0.009
--------------------- version 0.009; 2015-03-20 * in test of require for version checking, work around [perl #124135] which was introduced in Perl 5.21.4 version 0.008; 2015-03-20 * bugfix: don't localise hints around a version-number require, so that "use v5.10.0" can have its intentional effect of setting feature flags * bugfix: in pure Perl implementation, use a ($) prototype on CORE::GLOBAL::require, so that the argument expression will be in the correct context * better error message for refusing to use pure Perl implementation on Perl 5.9.4 to 5.10.0 * document that the pure Perl implementation breaks the use of the implicit $_ parameter with require * in swash test, don't fail if utf8.pm was loaded unexpectedly early, as has been seen to happen on some systems * test idempotence * fix test for thread safety, which risked false negatives * when preemptively loading Carp and Carp::Heavy, avoid the Perl core bug regarding the context applied to file scope of required modules, in case of future versions of those modules becoming vulnerable and running on an old Perl * declare correct version for Test::More dependency * typo fix in documentation * typo fix in a comment
Diffstat (limited to 'devel/p5-Lexical-SealRequireHints')
-rw-r--r--devel/p5-Lexical-SealRequireHints/Makefile5
-rw-r--r--devel/p5-Lexical-SealRequireHints/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Lexical-SealRequireHints/Makefile b/devel/p5-Lexical-SealRequireHints/Makefile
index fc4806e71e9..0b2205da298 100644
--- a/devel/p5-Lexical-SealRequireHints/Makefile
+++ b/devel/p5-Lexical-SealRequireHints/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2014/05/29 23:36:01 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2015/04/10 01:03:20 mef Exp $
#
-DISTNAME= Lexical-SealRequireHints-0.007
+DISTNAME= Lexical-SealRequireHints-0.009
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lexical/}
diff --git a/devel/p5-Lexical-SealRequireHints/distinfo b/devel/p5-Lexical-SealRequireHints/distinfo
index 96697699593..c0a3deb4a40 100644
--- a/devel/p5-Lexical-SealRequireHints/distinfo
+++ b/devel/p5-Lexical-SealRequireHints/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2013/07/03 09:02:50 sno Exp $
+$NetBSD: distinfo,v 1.5 2015/04/10 01:03:20 mef Exp $
-SHA1 (Lexical-SealRequireHints-0.007.tar.gz) = 31113331fd73af3a7f65de3b6acd87eadbd2f1f7
-RMD160 (Lexical-SealRequireHints-0.007.tar.gz) = 1016ff99fd7cbd0c825bde77bb2118f90c50b859
-Size (Lexical-SealRequireHints-0.007.tar.gz) = 17150 bytes
+SHA1 (Lexical-SealRequireHints-0.009.tar.gz) = 6acdc116cb191fb8f79c640bd32f921529c5acf8
+RMD160 (Lexical-SealRequireHints-0.009.tar.gz) = abdd91b4a51030495ab4106843955d839bc5ec38
+Size (Lexical-SealRequireHints-0.009.tar.gz) = 20857 bytes