pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Lexical-SealRequireHints Update 0.007 to 0.009



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1488b17ebcd1
branches:  trunk
changeset: 649779:1488b17ebcd1
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Apr 10 01:03:20 2015 +0000

description:
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:

 devel/p5-Lexical-SealRequireHints/Makefile |  5 ++---
 devel/p5-Lexical-SealRequireHints/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r cef080502c46 -r 1488b17ebcd1 devel/p5-Lexical-SealRequireHints/Makefile
--- a/devel/p5-Lexical-SealRequireHints/Makefile        Fri Apr 10 00:59:47 2015 +0000
+++ b/devel/p5-Lexical-SealRequireHints/Makefile        Fri Apr 10 01:03:20 2015 +0000
@@ -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 -r cef080502c46 -r 1488b17ebcd1 devel/p5-Lexical-SealRequireHints/distinfo
--- a/devel/p5-Lexical-SealRequireHints/distinfo        Fri Apr 10 00:59:47 2015 +0000
+++ b/devel/p5-Lexical-SealRequireHints/distinfo        Fri Apr 10 01:03:20 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index