diff options
author | martti <martti@pkgsrc.org> | 2002-03-15 12:31:46 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-03-15 12:31:46 +0000 |
commit | 61da464654ae1f906909aa0c280dd505a9797627 (patch) | |
tree | d7ebf2cc3f173effec5327f49415a13b5a0c450a /devel | |
parent | 2d5354db10630efd3716a8d74ff371567135d994 (diff) | |
download | pkgsrc-61da464654ae1f906909aa0c280dd505a9797627.tar.gz |
Updated p5-Test-Simple (provided by Shell Hung in pkg/15926)
- Setting Test::Builder->current_test() now works (see what happens
when you forget to test things?)
- The change in is()'s undef/'' handling in 0.34 was an API change,
but I forgot to declare it as such.
- The apostrophilic jihad attacks! Philip Newtons patch for
grammar mistakes in the doc's.
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 45351ef4729..18982915002 100644 --- a/devel/p5-Test-Simple/Makefile +++ b/devel/p5-Test-Simple/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2002/01/26 06:55:55 martti Exp $ +# $NetBSD: Makefile,v 1.9 2002/03/15 12:31:46 martti Exp $ -DISTNAME= Test-Simple-0.41 +DISTNAME= Test-Simple-0.42 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tsi CATEGORIES= devel perl5 diff --git a/devel/p5-Test-Simple/distinfo b/devel/p5-Test-Simple/distinfo index b1d669b57e0..dd7720799b7 100644 --- a/devel/p5-Test-Simple/distinfo +++ b/devel/p5-Test-Simple/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2002/01/26 06:55:55 martti Exp $ +$NetBSD: distinfo,v 1.6 2002/03/15 12:31:47 martti Exp $ -SHA1 (Test-Simple-0.41.tar.gz) = 1ce18fbc1a0609aa2c8ece911b9742ee5c54ed2c -Size (Test-Simple-0.41.tar.gz) = 39231 bytes +SHA1 (Test-Simple-0.42.tar.gz) = 0adcd7d678fbe48b1a38db2a0446b369ff1bb13a +Size (Test-Simple-0.42.tar.gz) = 39704 bytes |