diff options
author | seb <seb@pkgsrc.org> | 2008-08-20 16:30:46 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2008-08-20 16:30:46 +0000 |
commit | b83e2e693494dddea47faf38e8cfb7d103d43eea (patch) | |
tree | b6b88d1561f1033d021fe6ef28b565f385e3b1a7 /doc | |
parent | 70a62e14d7e244aa14c097b8a50baed601bdce4c (diff) | |
download | pkgsrc-b83e2e693494dddea47faf38e8cfb7d103d43eea.tar.gz |
Note initial addition of p5-Test-Assertions version 1.054 as
devel/p5-Test-Assertions into The NetBSD Packages Collection.
The Perl 5 module Test::Assertions provides a convenient set of
tools for constructing tests, such as unit tests or run-time
assertion checks (like C's ASSERT macro). Unlike some of the Test::
modules available on CPAN, Test::Assertions is not limited to unit
test scripts; for example it can be used to check output is as
expected within a benchmarking script. When it is used for unit
tests, it generates output in the standard form for CPAN unit
testing (under Test::Harness).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES-2008 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2008 b/doc/CHANGES-2008 index fcea68b94f3..0d5e0ea61e1 100644 --- a/doc/CHANGES-2008 +++ b/doc/CHANGES-2008 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2008,v 1.1936 2008/08/20 14:21:02 seb Exp $ +$NetBSD: CHANGES-2008,v 1.1937 2008/08/20 16:30:46 seb Exp $ Changes to the packages collection and infrastructure in 2008: @@ -3304,3 +3304,4 @@ Changes to the packages collection and infrastructure in 2008: Updated net/gtk-gnutella to 0.96.5 [adam 2008-08-20] Added www/p5-HTML-TokeParser-Simple version 3.15 [seb 2008-08-20] Added devel/p5-Log-Trace version 1.070 [seb 2008-08-20] + Added devel/p5-Test-Assertions version 1.054 [seb 2008-08-20] |