Update to 0.2304
Upstream changes: 0.2304 2013-10-10 09:16:27 America/New_York * List all detectable dependencies for completeness. (Test::More had been unintentionally omitted in the last release and many core dependencies had never been listed.) 0.2303 2013-10-09 09:57:21 America/New_York * Remove compile test and associated dependencies 0.2302 2013-09-26 09:45:35 America/New_York * Drop minimum Perl version back to 5.6 (erroneously bumped by dzil) * Do not inherit from Exporter (requires Exporter 5.57) (thanks to Olivier Mengu.) * 'use base ...' => 'use parent ...' as parent is lighter (thanks to Olivier Mengu.)
This commit is contained in:
parent
e376ccf002
commit
d9f8dcf510
2 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $NetBSD: Makefile,v 1.30 2013/09/05 19:18:42 wiz Exp $
|
# $NetBSD: Makefile,v 1.31 2013/11/05 01:49:43 wen Exp $
|
||||||
|
|
||||||
DISTNAME= File-Temp-0.2301
|
DISTNAME= File-Temp-0.2304
|
||||||
PKGNAME= p5-${DISTNAME:S/01/.01/}
|
PKGNAME= p5-${DISTNAME:S/04/.04/}
|
||||||
SVR4_PKGNAME= p5fte
|
SVR4_PKGNAME= p5fte
|
||||||
CATEGORIES= devel perl5
|
CATEGORIES= devel perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
$NetBSD: distinfo,v 1.13 2013/09/05 19:18:42 wiz Exp $
|
$NetBSD: distinfo,v 1.14 2013/11/05 01:49:43 wen Exp $
|
||||||
|
|
||||||
SHA1 (File-Temp-0.2301.tar.gz) = 212d6db8860f5e0b88d122faba363c7086e2d3af
|
SHA1 (File-Temp-0.2304.tar.gz) = cafb6a8e2e2cbdc8e08ee00cdeb2f42224de420a
|
||||||
RMD160 (File-Temp-0.2301.tar.gz) = 53931d5faa16247273818256bccf5e76f7d9cd0a
|
RMD160 (File-Temp-0.2304.tar.gz) = 689b20459f3d1181077cb6f0fa53948b61ea6878
|
||||||
Size (File-Temp-0.2301.tar.gz) = 58764 bytes
|
Size (File-Temp-0.2304.tar.gz) = 59505 bytes
|
||||||
|
|
Loading…
Reference in a new issue