diff options
author | mef <mef@pkgsrc.org> | 2015-05-16 13:54:08 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-05-16 13:54:08 +0000 |
commit | 50c0765db55a934032742155018362fde9c5876c (patch) | |
tree | 9ea4851a52ce185f6fff974993afa5181a5df352 | |
parent | 41a877b3e652ecca8572e215fdb3bd13b5ea902d (diff) | |
download | pkgsrc-50c0765db55a934032742155018362fde9c5876c.tar.gz |
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.
-rw-r--r-- | devel/p5-autovivification/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-autovivification/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-autovivification/Makefile b/devel/p5-autovivification/Makefile index c7a0ec46e4b..47b553a3b02 100644 --- a/devel/p5-autovivification/Makefile +++ b/devel/p5-autovivification/Makefile @@ -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 --git a/devel/p5-autovivification/distinfo b/devel/p5-autovivification/distinfo index f58978f2c7d..9894cd37e4b 100644 --- a/devel/p5-autovivification/distinfo +++ b/devel/p5-autovivification/distinfo @@ -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 |