pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-autovivification Update to 0.15
details: https://anonhg.NetBSD.org/pkgsrc/rev/4e7ba4f00622
branches: trunk
changeset: 651882:4e7ba4f00622
user: mef <mef%pkgsrc.org@localhost>
date: Sat May 16 13:54:08 2015 +0000
description:
Update to 0.15
--------------
0.15 2015-05-14 20:35 UTC
+ Chg : The new environment variable to enable thread tests on older
perls is PERL_FORCE_TEST_THREADS. Note that this variable
should only be turned on by authors.
+ Fix : The module has been taught about the new multideref
optimization, and will function properly on perl 5.21.11 and
above.
+ Fix : The module will no longer crash or behave erratically when it
is loaded by several threads (or Windows emulated processes)
ran in parallel.
+ Fix : Update the Windows ActivePerl + gcc 3.4 workaround for
ExtUtils::MakeMaker 7.04. Thanks Christian Walde for reporting
and feedback on this issue.
+ Fix : Be really compatible with the optional OP_PARENT feature.
+ Tst : $ENV{$Config{ldlibpthname}} is now preserved on all platforms,
which will address failures of t/43-peep.t and
t/51-threads-teardown.t with unusual compilers (like icc) that
link all their compiled objects to their own libraries.
diffstat:
devel/p5-autovivification/Makefile | 4 ++--
devel/p5-autovivification/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 1d20a213ba7d -r 4e7ba4f00622 devel/p5-autovivification/Makefile
--- a/devel/p5-autovivification/Makefile Sat May 16 13:46:07 2015 +0000
+++ b/devel/p5-autovivification/Makefile Sat May 16 13:54:08 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2015/02/16 16:46:07 nros Exp $
+# $NetBSD: Makefile,v 1.2 2015/05/16 13:54:08 mef Exp $
-DISTNAME= autovivification-0.14
+DISTNAME= autovivification-0.15
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/
diff -r 1d20a213ba7d -r 4e7ba4f00622 devel/p5-autovivification/distinfo
--- a/devel/p5-autovivification/distinfo Sat May 16 13:46:07 2015 +0000
+++ b/devel/p5-autovivification/distinfo Sat May 16 13:54:08 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2015/02/16 16:46:07 nros Exp $
+$NetBSD: distinfo,v 1.2 2015/05/16 13:54:08 mef Exp $
-SHA1 (autovivification-0.14.tar.gz) = 8b1b96839f1be6127a25b85f2272fe590c09b989
-RMD160 (autovivification-0.14.tar.gz) = bbaba961a5f0b3e71295e279e74f4fcf62d8bc36
-Size (autovivification-0.14.tar.gz) = 40006 bytes
+SHA1 (autovivification-0.15.tar.gz) = ebcbf4b6c2a8f043fd8f0026ff3192ee2c6e8d4e
+RMD160 (autovivification-0.15.tar.gz) = a1f75509ccb23be63db3c113411121331f774f82
+Size (autovivification-0.15.tar.gz) = 48946 bytes
Home |
Main Index |
Thread Index |
Old Index