pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Variable-Magic Update to 0.54:
details: https://anonhg.NetBSD.org/pkgsrc/rev/1bc066438ea4
branches: trunk
changeset: 639952:1bc066438ea4
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Oct 01 10:59:02 2014 +0000
description:
Update to 0.54:
0.54 2014-09-22 17:30 UTC
+ Add : The new constant VMG_COMPAT_CODE_COPY_CLONE evaluates to true
if your perl calls 'copy' magic when a magical code prototype
is cloned, which is currently the case for perl 5.17.0 and
above.
+ Fix : [RT #90205] : copy magic on subs puts raw CV in $_[3]
$_[3] will now contain a reference to the cloned code when
'copy' magic is called for a coderef.
Thanks Lukas Mai for reporting.
+ Fix : t/35-stash.t has been taught about perl 5.21.4.
+ Fix : Tests using run_perl() in t/17-ctl.t will no longer fail on
Android.
diffstat:
devel/p5-Variable-Magic/Makefile | 5 ++---
devel/p5-Variable-Magic/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 173c61023e63 -r 1bc066438ea4 devel/p5-Variable-Magic/Makefile
--- a/devel/p5-Variable-Magic/Makefile Wed Oct 01 10:58:16 2014 +0000
+++ b/devel/p5-Variable-Magic/Makefile Wed Oct 01 10:59:02 2014 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2014/05/29 23:36:26 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2014/10/01 10:59:02 wiz Exp $
-DISTNAME= Variable-Magic-0.53
+DISTNAME= Variable-Magic-0.54
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Variable/}
diff -r 173c61023e63 -r 1bc066438ea4 devel/p5-Variable-Magic/distinfo
--- a/devel/p5-Variable-Magic/distinfo Wed Oct 01 10:58:16 2014 +0000
+++ b/devel/p5-Variable-Magic/distinfo Wed Oct 01 10:59:02 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2013/11/24 02:03:03 wen Exp $
+$NetBSD: distinfo,v 1.19 2014/10/01 10:59:02 wiz Exp $
-SHA1 (Variable-Magic-0.53.tar.gz) = 501b8c9c64177f43f87f344d08886d7efdb319cc
-RMD160 (Variable-Magic-0.53.tar.gz) = 7e52ffbe3d2cd86ed659b0b262dd2205a33cd9c8
-Size (Variable-Magic-0.53.tar.gz) = 58153 bytes
+SHA1 (Variable-Magic-0.54.tar.gz) = 3f254afd1923f42585dd7c30fcc283165f2f178a
+RMD160 (Variable-Magic-0.54.tar.gz) = 9adbde038f0199a58c9b395b661d90bec29e95c3
+Size (Variable-Magic-0.54.tar.gz) = 59040 bytes
Home |
Main Index |
Thread Index |
Old Index