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 Updating package for...
details: https://anonhg.NetBSD.org/pkgsrc/rev/46f07c8105ab
branches: trunk
changeset: 620913:46f07c8105ab
user: sno <sno%pkgsrc.org@localhost>
date: Wed Jul 03 09:02:50 2013 +0000
description:
Updating package for CPAN distribution Lexical-SealRequireHints in
devel/p5-Lexical-SealRequireHints from 0.005nb2 to 0.007.
Upstream changes since 0.005:
version 0.007; 2012-02-11
* be thread-safe, by mutex control on op check hooking
* in pure Perl implementation, avoid putting extra eval stack frames
around the require, to avoid unnecessary complication of exception
handling; this can't be done on Perls 5.9.4 to 5.10.0, so don't
allow use of the pure Perl implementation on those Perls
* revise documentation to suggest loading this module earlier
* document the relevant changes to the Perl core in more detail
* on Perl versions where the pure Perl implementation can't work,
dynamically declare requirement for XS infrastructure in Build.PL
* refine threshold for ability to correctly override require from
5.8.0 to 5.7.2
* revise minimum required Perl version down from 5.6.1 to 5.6.0
* test that modules see the correct context at file scope
* test that module return values are handled correctly
* test that the module doesn't generate warnings
* in pure Perl implementation, fix handling of the variable that
previously needed to be "our"
* rearrange and better comment the treatment of lexical warnings in
the Perl code
version 0.006; 2011-11-20
* bugfix: avoid loading warnings.pm and leaving its delayed requires
of Carp.pm susceptible to hint leakage, which was causing trouble
on some Perls
* skip swash test on Perl 5.6, where swash loading appears to be broken
by loading Test::More or anything else useful
* remove bogus tests that cause false failures on Perl 5.15.5
* in Build.PL, declare incompatibility with pre-0.19
B::Hooks::OP::Check, which doesn't play nicely around op check hooking
* comment why a variable surprisingly needs to be "our"
* convert .cvsignore to .gitignore
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 1f04f656fea1 -r 46f07c8105ab devel/p5-Lexical-SealRequireHints/Makefile
--- a/devel/p5-Lexical-SealRequireHints/Makefile Wed Jul 03 08:53:04 2013 +0000
+++ b/devel/p5-Lexical-SealRequireHints/Makefile Wed Jul 03 09:02:50 2013 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2013/05/31 12:40:27 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2013/07/03 09:02:50 sno Exp $
#
-DISTNAME= Lexical-SealRequireHints-0.005
+DISTNAME= Lexical-SealRequireHints-0.007
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lexical/}
diff -r 1f04f656fea1 -r 46f07c8105ab devel/p5-Lexical-SealRequireHints/distinfo
--- a/devel/p5-Lexical-SealRequireHints/distinfo Wed Jul 03 08:53:04 2013 +0000
+++ b/devel/p5-Lexical-SealRequireHints/distinfo Wed Jul 03 09:02:50 2013 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2011/08/14 16:26:57 obache Exp $
+$NetBSD: distinfo,v 1.4 2013/07/03 09:02:50 sno Exp $
-SHA1 (Lexical-SealRequireHints-0.005.tar.gz) = 2056f69934e842c2ccb95d2b1a688d76b7d147a1
-RMD160 (Lexical-SealRequireHints-0.005.tar.gz) = 379b0795d67a1ede0daa92302027eb4e3c8aa765
-Size (Lexical-SealRequireHints-0.005.tar.gz) = 11728 bytes
+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
Home |
Main Index |
Thread Index |
Old Index