diff options
author | shell <shell@pkgsrc.org> | 2002-04-17 11:49:21 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2002-04-17 11:49:21 +0000 |
commit | 2b0329a77bb5a50f138b90816fb7c419eb2724c0 (patch) | |
tree | 43873d068c59aefb104597ec8690f0cfa254e55b /devel | |
parent | 7c8993b519f91802014cb05a8e7561e7df402e9e (diff) | |
download | pkgsrc-2b0329a77bb5a50f138b90816fb7c419eb2724c0.tar.gz |
Updated to p5-Test-Simple-0.43
- change to my email address
Changes since p5-Test-Simple-0.42
- Adrian Howard added TB->maybe_regex()
- Adding Mark Fowler's suggestion to make diag() return
false.
- TB->current_test() still not working when no tests were run via
TB itself. Fixed by Dave Rolsky.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Simple/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Test-Simple/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile index 18982915002..daf985f3c8c 100644 --- a/devel/p5-Test-Simple/Makefile +++ b/devel/p5-Test-Simple/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.9 2002/03/15 12:31:46 martti Exp $ +# $NetBSD: Makefile,v 1.10 2002/04/17 11:49:21 shell Exp $ -DISTNAME= Test-Simple-0.42 +DISTNAME= Test-Simple-0.43 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tsi CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} -MAINTAINER= shell@shellhung.org +MAINTAINER= shell@netbsd.org COMMENT= perl5 module with a simple framework for writing tests DEPENDS+= p5-Test-Harness-[0-9]*:../../devel/p5-Test-Harness diff --git a/devel/p5-Test-Simple/distinfo b/devel/p5-Test-Simple/distinfo index dd7720799b7..a779de0ea1a 100644 --- a/devel/p5-Test-Simple/distinfo +++ b/devel/p5-Test-Simple/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2002/03/15 12:31:47 martti Exp $ +$NetBSD: distinfo,v 1.7 2002/04/17 11:49:21 shell Exp $ -SHA1 (Test-Simple-0.42.tar.gz) = 0adcd7d678fbe48b1a38db2a0446b369ff1bb13a -Size (Test-Simple-0.42.tar.gz) = 39704 bytes +SHA1 (Test-Simple-0.43.tar.gz) = e9635c206fd1226cfe62a6a4da8123140a82320b +Size (Test-Simple-0.43.tar.gz) = 40798 bytes |