diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2003-01-28 14:34:38 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2003-01-28 14:34:38 +0000 |
commit | 7f6cedb0583403c297507f00a02f00e1c74b4cfe (patch) | |
tree | c1d1907c984d3b62c5e7615e69c8ab04a5892cf4 /devel/p5-Test-Exception/pkg-descr | |
parent | f3ecf7501628627e2a9f84ba55be5f1bfd5bb209 (diff) | |
download | ports-7f6cedb0583403c297507f00a02f00e1c74b4cfe.tar.gz ports-7f6cedb0583403c297507f00a02f00e1c74b4cfe.zip |
Add p5-Test-Exception 0.13, a perl module providing test functions for
exception based code.
PR: 47583
Submitted by: Erwin Lansing <erwin@lansing.dk>
Notes
Notes:
svn path=/head/; revision=74139
Diffstat (limited to 'devel/p5-Test-Exception/pkg-descr')
-rw-r--r-- | devel/p5-Test-Exception/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/p5-Test-Exception/pkg-descr b/devel/p5-Test-Exception/pkg-descr new file mode 100644 index 000000000000..3bf189a0744a --- /dev/null +++ b/devel/p5-Test-Exception/pkg-descr @@ -0,0 +1,8 @@ +This module provides a few convenience methods for testing +exception based code. It is built with Test::Builder and +plays happily with Test::Simple, Test::More and friends. + +If you are not familiar with Test::Simple or Test::More +now would be the time to go take a look. + +WWW: http://search.cpan.org/dist/Test-Exception/ |