diff options
author | shell <shell@pkgsrc.org> | 2002-04-27 08:06:21 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2002-04-27 08:06:21 +0000 |
commit | 4ebf3ba4db6b05c5c055e62ccf23777eab943d4b (patch) | |
tree | dda5f196016454e13d15752aa1307786c994a762 /devel | |
parent | d7a068a432b136a598936471835f73abe1944391 (diff) | |
download | pkgsrc-4ebf3ba4db6b05c5c055e62ccf23777eab943d4b.tar.gz |
Updated to p5-Test-Simple-0.44
Changes since p5-Test-Simple-0.43 :
- names containing newlines no longer produce confusing output
(from chromatic)
- chromatic provided a fix so can_ok() honors can() overrides.
- Nick Ing-Simmons suggested todo_skip() be a bit clearer about
the skipping part.
- Making plan() vomit if it gets something it doesn't understand.
- Tatsuhiko Miyagawa fixed use_ok() with pragmata on older perls.
- quieting diag(undef)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Simple/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Test-Simple/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile index daf985f3c8c..1b74d98515c 100644 --- a/devel/p5-Test-Simple/Makefile +++ b/devel/p5-Test-Simple/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2002/04/17 11:49:21 shell Exp $ +# $NetBSD: Makefile,v 1.11 2002/04/27 08:06:21 shell Exp $ -DISTNAME= Test-Simple-0.43 +DISTNAME= Test-Simple-0.44 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tsi CATEGORIES= devel perl5 diff --git a/devel/p5-Test-Simple/distinfo b/devel/p5-Test-Simple/distinfo index a779de0ea1a..f96e32bea82 100644 --- a/devel/p5-Test-Simple/distinfo +++ b/devel/p5-Test-Simple/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2002/04/17 11:49:21 shell Exp $ +$NetBSD: distinfo,v 1.8 2002/04/27 08:06:21 shell Exp $ -SHA1 (Test-Simple-0.43.tar.gz) = e9635c206fd1226cfe62a6a4da8123140a82320b -Size (Test-Simple-0.43.tar.gz) = 40798 bytes +SHA1 (Test-Simple-0.44.tar.gz) = 50bb36a03c40f99a065d5bfe1060db98ef998855 +Size (Test-Simple-0.44.tar.gz) = 41821 bytes |