Update to 0.36. From the changelog:
- fixed compilation issue on AIX and C89 (GAAS) - SV's can be NULL (shit happens) (fixes RT86217) (HMBRAND) - making tests compatible with older versions of Test::More (GARU)
This commit is contained in:
parent
d32ad70c12
commit
bc35a01d05
2 changed files with 7 additions and 7 deletions
|
@ -1,14 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.22 2013/05/31 12:40:10 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.23 2014/01/02 16:12:18 schmonz Exp $
|
||||
|
||||
DISTNAME= Clone-0.34
|
||||
DISTNAME= Clone-0.36
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Clone/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Clone/
|
||||
COMMENT= Perl module for recursively copying datatypes
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.10 2012/12/10 13:27:39 wen Exp $
|
||||
$NetBSD: distinfo,v 1.11 2014/01/02 16:12:18 schmonz Exp $
|
||||
|
||||
SHA1 (Clone-0.34.tar.gz) = afe735bea84ae2b3288e7876f6fa3a64a757b268
|
||||
RMD160 (Clone-0.34.tar.gz) = b6825c0ec4c87633c2273b967b74b1f1b35acc58
|
||||
Size (Clone-0.34.tar.gz) = 13192 bytes
|
||||
SHA1 (Clone-0.36.tar.gz) = 10551bc4430f6da50ed1cc1d106538480a87652d
|
||||
RMD160 (Clone-0.36.tar.gz) = 10e37f09dd125834e559ba2a82f9bc072e52528e
|
||||
Size (Clone-0.36.tar.gz) = 13132 bytes
|
||||
|
|
Loading…
Reference in a new issue