diff options
author | wulf <wulf@pkgsrc.org> | 2006-01-23 12:03:20 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2006-01-23 12:03:20 +0000 |
commit | ea640fd31a3e0dc91ccc8066913aae9c8605dd42 (patch) | |
tree | 30bc55e18d59d5a6b0b4fec16396553f33e59962 /devel/p5-Test-Cmd | |
parent | af8f5362fd1feb4bb20ff54ae6f262decc3a30e4 (diff) | |
download | pkgsrc-ea640fd31a3e0dc91ccc8066913aae9c8605dd42.tar.gz |
Updated p5-Test-Cmd to 1.05:
- Fix the subdir(), read(), and write() methods to handle
the case when the first element in an array-reference file
name is an absolute path name.
- Fix writable() so that it only records errors from chmod()
on files, not exit with no_result().
- Doc changes to make some of the variables in the SYNOPSIS
look like Perl variables.
- Add a Test::Cmd::Common module that sub-classes Test::Cmd to
provide common exception-handling, eliminating the need for
everyone to roll their own fail()/no_result() logic for common
errors.
- Update Test::Cmd documentation to add explicit examples of
using Test::Cmd in conjunction with Test::Harness, Test::Unit,
and Aegis. Mention that Test::Cmd::Common is available.
Diffstat (limited to 'devel/p5-Test-Cmd')
-rw-r--r-- | devel/p5-Test-Cmd/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Test-Cmd/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Test-Cmd/Makefile b/devel/p5-Test-Cmd/Makefile index d2adb4acfad..a157741203a 100644 --- a/devel/p5-Test-Cmd/Makefile +++ b/devel/p5-Test-Cmd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2005/08/06 06:19:14 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/01/23 12:03:20 wulf Exp $ -DISTNAME= Test-Cmd-1.04 +DISTNAME= Test-Cmd-1.05 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tcm PKGREVISION= 2 diff --git a/devel/p5-Test-Cmd/distinfo b/devel/p5-Test-Cmd/distinfo index 0f5d03a50c3..e961bde9a5e 100644 --- a/devel/p5-Test-Cmd/distinfo +++ b/devel/p5-Test-Cmd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2005/02/23 22:24:29 agc Exp $ +$NetBSD: distinfo,v 1.6 2006/01/23 12:03:20 wulf Exp $ -SHA1 (Test-Cmd-1.04.tar.gz) = 9ef38e67d854f7f0a2bf1ac3223af8f633cb53d6 -RMD160 (Test-Cmd-1.04.tar.gz) = c10e2eb062b8afab60b2b3927e79a097701c3e98 -Size (Test-Cmd-1.04.tar.gz) = 22801 bytes +SHA1 (Test-Cmd-1.05.tar.gz) = 32bb30c7120f74b3a9fed4ce3109fed31babb55d +RMD160 (Test-Cmd-1.05.tar.gz) = a8dbc9ed20cff3b1e16e93e898bad90d99c18dea +Size (Test-Cmd-1.05.tar.gz) = 31104 bytes |