diff options
author | martti <martti> | 2001-12-19 06:49:34 +0000 |
---|---|---|
committer | martti <martti> | 2001-12-19 06:49:34 +0000 |
commit | f5c2c428dde5007d359d961b68e189465953770b (patch) | |
tree | afefad74b913893a49170b198e3aad4a43dcc144 /devel/p5-Test-Simple | |
parent | a7b580d815cfac46cafa39f50428f26b5e25f54d (diff) | |
download | pkgsrc-f5c2c428dde5007d359d961b68e189465953770b.tar.gz |
Updated to 0.40 (provided by Shell Hung in pkg/14991)
- isa_ok() now accepts unblessed references gracefully
- exit.t was hanging on 5.005_03 VMS perl. Test now skipped.
- can_ok() would pass if no methods were given. Now fails.
- isnt() diagnostic output format changed
- Added Test::More->builder
- Added cmp_ok(), todo_skip(), unlike()
Diffstat (limited to 'devel/p5-Test-Simple')
-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 8403bbae36c..f9175ac73fa 100644 --- a/devel/p5-Test-Simple/Makefile +++ b/devel/p5-Test-Simple/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.6 2001/12/10 15:42:43 martti Exp $ +# $NetBSD: Makefile,v 1.7 2001/12/19 06:49:34 martti Exp $ -DISTNAME= Test-Simple-0.36 +DISTNAME= Test-Simple-0.40 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tsi CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} -MAINTAINER= packages@netbsd.org +MAINTAINER= shell@shellhung.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 8bdd668d4f2..7107c9d1374 100644 --- a/devel/p5-Test-Simple/distinfo +++ b/devel/p5-Test-Simple/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/12/10 15:42:43 martti Exp $ +$NetBSD: distinfo,v 1.4 2001/12/19 06:49:34 martti Exp $ -SHA1 (Test-Simple-0.36.tar.gz) = d47f805d0c0af5b72787426044baf007f10d7169 -Size (Test-Simple-0.36.tar.gz) = 34859 bytes +SHA1 (Test-Simple-0.40.tar.gz) = a4694ebe9cb40a9c9cab9d228aae0574ed544226 +Size (Test-Simple-0.40.tar.gz) = 38274 bytes |