summaryrefslogtreecommitdiff
path: root/devel/p5-Variable-Magic
diff options
context:
space:
mode:
authorabs <abs>2012-03-04 14:09:59 +0000
committerabs <abs>2012-03-04 14:09:59 +0000
commit08b66d8ac20451f2f0a255ed7257ae198b6ba82e (patch)
tree225032749fe5e7780225d2e27ad813ae103e6624 /devel/p5-Variable-Magic
parent22ad355d61af8717779c01b63b9f4e60f88e8570 (diff)
downloadpkgsrc-08b66d8ac20451f2f0a255ed7257ae198b6ba82e.tar.gz
Updated devel/p5-Variable-Magic to 0.48
0.48 2012-02-17 23:40 UTC + Add : You can now pass a reference to undef as the magic callback in order to install a no-op callback. Thanks Florian Ragwitz for the suggestion. 0.47 2011-10-27 16:55 UTC + Add : The new constant VMG_COMPAT_HASH_DELETE_NOUVAR_VOID evaluates to true when "delete $hash{key}" does not call 'delete' uvar magic in void context. + Chg : The MAGIC tokens created by this module no longer use the mg_private member for storing a "magical" signature. + Fix : Triggering magic in a thread on a variable cloned from the main interpreter, and when the wizard already went out of scope, will not segfault anymore. + Opt : The pointer table is no longer needed to ensure thread safety. The size of the object code is about 8% smaller for threaded perls. + Tst : Threads tests will not fail anymore if resources constraints prevent the system from creating all the required threads.
Diffstat (limited to 'devel/p5-Variable-Magic')
-rw-r--r--devel/p5-Variable-Magic/Makefile5
-rw-r--r--devel/p5-Variable-Magic/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Variable-Magic/Makefile b/devel/p5-Variable-Magic/Makefile
index 515b0907ad2..b65d4e5925e 100644
--- a/devel/p5-Variable-Magic/Makefile
+++ b/devel/p5-Variable-Magic/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2011/10/12 11:16:46 hiramatsu Exp $
-#
+# $NetBSD: Makefile,v 1.20 2012/03/04 14:09:59 abs Exp $
-DISTNAME= Variable-Magic-0.46
+DISTNAME= Variable-Magic-0.48
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Variable/}
diff --git a/devel/p5-Variable-Magic/distinfo b/devel/p5-Variable-Magic/distinfo
index 22ab366dd1b..69df3dc65ff 100644
--- a/devel/p5-Variable-Magic/distinfo
+++ b/devel/p5-Variable-Magic/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2011/10/12 11:16:46 hiramatsu Exp $
+$NetBSD: distinfo,v 1.17 2012/03/04 14:09:59 abs Exp $
-SHA1 (Variable-Magic-0.46.tar.gz) = 27e35d10633dbfbb09db9d98ca5c10291f76bfa8
-RMD160 (Variable-Magic-0.46.tar.gz) = 1bf99f443cf36d32e8180ce990d448017548e45c
-Size (Variable-Magic-0.46.tar.gz) = 51774 bytes
+SHA1 (Variable-Magic-0.48.tar.gz) = 847b0d91737fdf7df3915ac67ff8b771a24e344b
+RMD160 (Variable-Magic-0.48.tar.gz) = e5cec0783725e59787329eb48a5f070b023dce95
+Size (Variable-Magic-0.48.tar.gz) = 52720 bytes