diff options
author | wen <wen@pkgsrc.org> | 2013-09-05 01:11:19 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-09-05 01:11:19 +0000 |
commit | d5f4dd920bb3b1bfd03c40791b1375bbeec8f294 (patch) | |
tree | 4e5f5e8707121791da88a4258ae55d704c49f227 | |
parent | 6d676861340484d30ed1ee34ef416ab471902a31 (diff) | |
download | pkgsrc-d5f4dd920bb3b1bfd03c40791b1375bbeec8f294.tar.gz |
Update to 0.370
Upstream changes:
0.370 Not Released
- Fix interpolation bug that could cause 'Unrecognized escape'
warning on some platforms.
- Skip nested fork test on Windows.
0.369 2013-08-25
- Don't print warning when exit() is called if it's called from
a child process (if the pid has changed),
since it seems likely that if the process has forked
the child is expected to exit in some way.
- Reformat dates in change log to appease CPAN::Changes.
Thanks, Neil Bowers.
-rw-r--r-- | devel/p5-Test-Aggregate/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Test-Aggregate/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Test-Aggregate/Makefile b/devel/p5-Test-Aggregate/Makefile index 9baf50e0e0c..4aa79c4ce61 100644 --- a/devel/p5-Test-Aggregate/Makefile +++ b/devel/p5-Test-Aggregate/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2013/08/15 08:20:37 wen Exp $ +# $NetBSD: Makefile,v 1.11 2013/09/05 01:11:19 wen Exp $ -DISTNAME= Test-Aggregate-0.368 +DISTNAME= Test-Aggregate-0.370 PKGNAME= p5-${DISTNAME:S/363/36.3/} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} diff --git a/devel/p5-Test-Aggregate/distinfo b/devel/p5-Test-Aggregate/distinfo index ca38cb7b136..4466c90892f 100644 --- a/devel/p5-Test-Aggregate/distinfo +++ b/devel/p5-Test-Aggregate/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2013/08/15 08:20:37 wen Exp $ +$NetBSD: distinfo,v 1.6 2013/09/05 01:11:19 wen Exp $ -SHA1 (Test-Aggregate-0.368.tar.gz) = ec047cd553876dec8f9dde69cf16f1209be176c4 -RMD160 (Test-Aggregate-0.368.tar.gz) = 2608bac37dd89c2660f90a55bcac1383b7cefe3b -Size (Test-Aggregate-0.368.tar.gz) = 32104 bytes +SHA1 (Test-Aggregate-0.370.tar.gz) = 4c438e8898ca926916b9830f404e16fd4176501d +RMD160 (Test-Aggregate-0.370.tar.gz) = 75f6a8c9904fa7fb7d9e8b2a1df880efb3b8ad96 +Size (Test-Aggregate-0.370.tar.gz) = 33062 bytes |