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)
This commit is contained in:
parent
d7a068a432
commit
4ebf3ba4db
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue