pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Cmd Updated p5-Test-Cmd to 1.05:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf1f834b45bb
branches:  trunk
changeset: 506871:bf1f834b45bb
user:      wulf <wulf%pkgsrc.org@localhost>
date:      Mon Jan 23 12:03:20 2006 +0000

description:
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:

 devel/p5-Test-Cmd/Makefile |  4 ++--
 devel/p5-Test-Cmd/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 41f7479b5e39 -r bf1f834b45bb devel/p5-Test-Cmd/Makefile
--- a/devel/p5-Test-Cmd/Makefile        Mon Jan 23 11:14:35 2006 +0000
+++ b/devel/p5-Test-Cmd/Makefile        Mon Jan 23 12:03:20 2006 +0000
@@ -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 -r 41f7479b5e39 -r bf1f834b45bb devel/p5-Test-Cmd/distinfo
--- a/devel/p5-Test-Cmd/distinfo        Mon Jan 23 11:14:35 2006 +0000
+++ b/devel/p5-Test-Cmd/distinfo        Mon Jan 23 12:03:20 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index