diff options
author | wen <wen@pkgsrc.org> | 2012-12-10 13:27:39 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2012-12-10 13:27:39 +0000 |
commit | 0f90550fa1d58a55fe963011688a8193770953fa (patch) | |
tree | 376ec2ce2100dc9908dd9c07f147b179ac9c6dab /devel | |
parent | 07e7bb1e54495c52afaf6c3bc3d6e7ed5749bd4f (diff) | |
download | pkgsrc-0f90550fa1d58a55fe963011688a8193770953fa.tar.gz |
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)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Clone/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Clone/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Clone/Makefile b/devel/p5-Clone/Makefile index 7ce4778382c..9360002b0c5 100644 --- a/devel/p5-Clone/Makefile +++ b/devel/p5-Clone/Makefile @@ -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/} diff --git a/devel/p5-Clone/distinfo b/devel/p5-Clone/distinfo index e1e001ebfcf..06a45502efb 100644 --- a/devel/p5-Clone/distinfo +++ b/devel/p5-Clone/distinfo @@ -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 |