Update to 1.19
Upstream changes: 1.19 Fri Nov 22 07:15 2013 - Remove the OP tree munging optimization since it wasn't in the end really speeding things up. (chocolateboy) - Require Time::HiRes explicitly because CentOS cripples the base perl install. 1.18 Mon Jun 17 18:07 2013 - Revert fixes for implicitly-lvalue getters for now since that actually breaks user code. It seems it's not just because the users are naughty, so more investigation required. 1.17 Mon Jun 17 07:09 2013 - For Hashes: Implement predicates that check definedness and existance explicitly. The traditional "predicates" check definedness. It's conceivable to also want a bool-check type predicate. File a ticket if you need that. - Fix bug regarding getters being implicitly lvalue by returning the internal SV*. Instead, we now use TARG.
This commit is contained in:
parent
e05353df78
commit
67a836204e
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
||||||
# $NetBSD: Makefile,v 1.15 2014/05/29 23:35:45 wiz Exp $
|
# $NetBSD: Makefile,v 1.16 2014/07/28 13:43:07 wen Exp $
|
||||||
|
|
||||||
DISTNAME= Class-XSAccessor-1.16
|
DISTNAME= Class-XSAccessor-1.19
|
||||||
PKGNAME= p5-${DISTNAME}
|
PKGNAME= p5-${DISTNAME}
|
||||||
PKGREVISION= 2
|
|
||||||
CATEGORIES= devel perl5
|
CATEGORIES= devel perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
$NetBSD: distinfo,v 1.9 2012/12/10 14:50:15 wen Exp $
|
$NetBSD: distinfo,v 1.10 2014/07/28 13:43:07 wen Exp $
|
||||||
|
|
||||||
SHA1 (Class-XSAccessor-1.16.tar.gz) = 7b1f44522ca504376e259094d8c20e5e76ddd056
|
SHA1 (Class-XSAccessor-1.19.tar.gz) = 77a6a7e2893f93666a6ad1438efd17bf65bbbafc
|
||||||
RMD160 (Class-XSAccessor-1.16.tar.gz) = 5a26a53505be84e92067d3e951fbc1f505224610
|
RMD160 (Class-XSAccessor-1.19.tar.gz) = 5f6c08a4cf26570370929755cfeade84fd5ddfe6
|
||||||
Size (Class-XSAccessor-1.16.tar.gz) = 81459 bytes
|
Size (Class-XSAccessor-1.19.tar.gz) = 80786 bytes
|
||||||
|
|
Loading…
Reference in a new issue