diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-06-12 13:01:43 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-06-12 13:01:43 +0000 |
commit | 9247463776fc1f13abe6fad4b69e6fc4fd1552f8 (patch) | |
tree | a246044c5e9842375c6b099e1fd205b80a3b62b9 | |
parent | 28c0882df058a5e5c7c3f599cc353f146ec3cffa (diff) | |
download | pkgsrc-9247463776fc1f13abe6fad4b69e6fc4fd1552f8.tar.gz |
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.
-rw-r--r-- | devel/p5-Test-Cmd/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Test-Cmd/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Test-Cmd/Makefile b/devel/p5-Test-Cmd/Makefile index b9a5fe1370e..c62b432560f 100644 --- a/devel/p5-Test-Cmd/Makefile +++ b/devel/p5-Test-Cmd/Makefile @@ -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/ diff --git a/devel/p5-Test-Cmd/distinfo b/devel/p5-Test-Cmd/distinfo index 57e6ff8afc2..5f3396240ee 100644 --- a/devel/p5-Test-Cmd/distinfo +++ b/devel/p5-Test-Cmd/distinfo @@ -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 |