Update to 0.58:
0.58 2015-07-21 16:00 UTC + Add : If a non-len magic callback returns a reference, it will now only be freed at the end of the statement that caused the magic to trigger. This allows the user to attach free magic (or a plain destructor) to a token returned from the callbacks in order to defer an action after the magic is processed by perl. + Fix : Test failures of threads tests on systems with harsh resource constraints causing the threads to exit() during run.
This commit is contained in:
parent
bf657a6d58
commit
aee1d3ddda
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.29 2015/06/12 10:49:56 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.30 2015/08/06 08:26:17 wiz Exp $
|
||||
|
||||
DISTNAME= Variable-Magic-0.57
|
||||
DISTNAME= Variable-Magic-0.58
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Variable/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.21 2015/04/25 08:26:52 mef Exp $
|
||||
$NetBSD: distinfo,v 1.22 2015/08/06 08:26:17 wiz Exp $
|
||||
|
||||
SHA1 (Variable-Magic-0.57.tar.gz) = 5df979b140df9bd1c8b1bfeab2b7c0b94e9c2197
|
||||
RMD160 (Variable-Magic-0.57.tar.gz) = 5997ea992e628977018871733c88479ec6229620
|
||||
Size (Variable-Magic-0.57.tar.gz) = 70530 bytes
|
||||
SHA1 (Variable-Magic-0.58.tar.gz) = ea41fda3580d17bc546124c9e23fa025b97bf1fb
|
||||
RMD160 (Variable-Magic-0.58.tar.gz) = 6ee0a6e219b9a3a27bd8e26bd3444a9f75f1ff1b
|
||||
Size (Variable-Magic-0.58.tar.gz) = 73506 bytes
|
||||
|
|
Loading…
Reference in a new issue