Update to 0.34
Upstream changes: 0.34 2012-12-09 14:46:09 garu - making some tests optional (fixes RT81774) (GARU) - modernizing synopsis (GARU) 0.33 2012-11-24 11:37:22 garu - fix typo in croak message (Salvatore Bonaccorso) 0.32 2012-11-22 12:14:07 garu - Stop skipping SvROK handling for all magical scalars. This fixes RT issues 67105, 79730 and 80201 (FLORA). - making the Changes file compliant to the CPAN::Changes spec (GARU). - Fixing tests when Scalar::Util::weaken is not available. As a result, tests should now pass even in odd OpenBSD versions (GARU). - removed dubious documentation on the optional parameter until it is 'fixed'. Right now it just increases the refcount when it's 0, and clones otherwise (which isn't exactly what it says). This fixes RT issue 57773 (GARU). - updated remark on Storable's dclone() to address RT issue 50174 (GARU) - updated Makefile.PL to include test dependencies (GARU)
This commit is contained in:
parent
50cf488bd4
commit
8f25833b09
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.20 2012/10/31 11:17:51 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.21 2012/12/10 13:27:39 wen Exp $
|
||||
|
||||
DISTNAME= Clone-0.31
|
||||
DISTNAME= Clone-0.34
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Clone/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.9 2009/02/25 21:09:50 sno Exp $
|
||||
$NetBSD: distinfo,v 1.10 2012/12/10 13:27:39 wen Exp $
|
||||
|
||||
SHA1 (Clone-0.31.tar.gz) = 100c69b3091213336f9abe3060286938786a7b32
|
||||
RMD160 (Clone-0.31.tar.gz) = 183fa7abdbe9c588b693cdaec41e85a6a5e57ff7
|
||||
Size (Clone-0.31.tar.gz) = 11753 bytes
|
||||
SHA1 (Clone-0.34.tar.gz) = afe735bea84ae2b3288e7876f6fa3a64a757b268
|
||||
RMD160 (Clone-0.34.tar.gz) = b6825c0ec4c87633c2273b967b74b1f1b35acc58
|
||||
Size (Clone-0.34.tar.gz) = 13192 bytes
|
||||
|
|
Loading…
Reference in a new issue