Update p5-Test-Cmd to 1.03

Changelog

1.03    Sat Jun  9 16:57:16 CDT 2001

        - Make specification of an 'interpreter' to the run() method
          independent of whether a 'prog' has been specified.

        - Actually store the absolute path to a workdir specified as a
          relative path, as advertised.
          (Thanks to Jonathan Ross <Jonathan.C.Ross@fmr.com> for
          finding this bug and contributing a patch.)

1.02

        - Small fix to make match() backwards compatible to Perl 5.003.

        - Add diff_exact() and diff_regex() methods for returning
          UNIX diff(1)-like output from file comparisons.

        - Accomodate $TMPDIR specifications that vary from Cwd::cwd()
          due to symbolic links or omission of NT drive letters.
This commit is contained in:
zuntum 2001-06-12 13:01:43 +00:00
parent 28c0882df0
commit 9247463776
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1.1.1 2001/03/10 11:56:38 wulf Exp $
# $NetBSD: Makefile,v 1.2 2001/06/12 13:01:43 zuntum Exp $
DISTNAME= Test-Cmd-1.01
DISTNAME= Test-Cmd-1.03
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= http://www.baldmt.com/Test-Cmd/

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.2 2001/04/21 00:44:40 wiz Exp $
$NetBSD: distinfo,v 1.3 2001/06/12 13:01:43 zuntum Exp $
SHA1 (Test-Cmd-1.01.tar.gz) = 4d035c604948629176eca1dc2dc26505acd3e66c
Size (Test-Cmd-1.01.tar.gz) = 19823 bytes
SHA1 (Test-Cmd-1.03.tar.gz) = 44b2d7980bd35b339bb834dcc1a8921df9a7d66a
Size (Test-Cmd-1.03.tar.gz) = 22558 bytes