diff options
author | martti <martti@pkgsrc.org> | 2002-01-26 06:55:55 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-01-26 06:55:55 +0000 |
commit | 431c606007a1a9b22885c3156a8edea034a6cf9d (patch) | |
tree | 3a8c34c7342805c2f9913d7759a10e2ee47fb120 /devel/p5-Test-Simple | |
parent | 00fdfbfff40c165707860ed80d607426080903a1 (diff) | |
download | pkgsrc-431c606007a1a9b22885c3156a8edea034a6cf9d.tar.gz |
Updated p5-Test-Simple to 0.41 (provided by Shell Hung in pkg/15325)
- chromatic added diag()
- fixed bug for internal eval()'s sometimes interfering
with $@ and $!
Diffstat (limited to 'devel/p5-Test-Simple')
-rw-r--r-- | devel/p5-Test-Simple/DESCR | 8 | ||||
-rw-r--r-- | devel/p5-Test-Simple/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Test-Simple/distinfo | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/devel/p5-Test-Simple/DESCR b/devel/p5-Test-Simple/DESCR index 156af2d2555..e9da25560fd 100644 --- a/devel/p5-Test-Simple/DESCR +++ b/devel/p5-Test-Simple/DESCR @@ -1,4 +1,4 @@ -This is an extremely simple, extremely basic module for writing tests -suitable for CPAN modules and other pursuits. If you wish to do more -complicated testing, use the Test::More module (a drop-in replacement -for this one). +This is an extremely simple, extremely basic module for writing +tests suitable for CPAN modules and other pursuits. If you wish +to do more complicated testing, use the Test::More module (a drop-in +replacement for this one). diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile index f9175ac73fa..45351ef4729 100644 --- a/devel/p5-Test-Simple/Makefile +++ b/devel/p5-Test-Simple/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2001/12/19 06:49:34 martti Exp $ +# $NetBSD: Makefile,v 1.8 2002/01/26 06:55:55 martti Exp $ -DISTNAME= Test-Simple-0.40 +DISTNAME= Test-Simple-0.41 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tsi CATEGORIES= devel perl5 diff --git a/devel/p5-Test-Simple/distinfo b/devel/p5-Test-Simple/distinfo index 7107c9d1374..b1d669b57e0 100644 --- a/devel/p5-Test-Simple/distinfo +++ b/devel/p5-Test-Simple/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2001/12/19 06:49:34 martti Exp $ +$NetBSD: distinfo,v 1.5 2002/01/26 06:55:55 martti Exp $ -SHA1 (Test-Simple-0.40.tar.gz) = a4694ebe9cb40a9c9cab9d228aae0574ed544226 -Size (Test-Simple-0.40.tar.gz) = 38274 bytes +SHA1 (Test-Simple-0.41.tar.gz) = 1ce18fbc1a0609aa2c8ece911b9742ee5c54ed2c +Size (Test-Simple-0.41.tar.gz) = 39231 bytes |