Package: test-exception-pm Version: 0.24 Revision: 1 Type: perl Description: Perl module to test exception based code License: Artistic/GPL Maintainer: Christian Schaffner # Dependencies: Depends: sub-uplevel-pm, test-builder-tester-pm # Unpack Phase: Source: mirror:cpan:authors/id/A/AD/ADIE/Test-Exception-%v.tar.gz Source-MD5: 63013cbd55f9a8e2b8ce02f927fec32d # Install Phase: UpdatePOD: True DocFiles: Changes README # Additional Info: DescDetail: << This module provides a few convenience methods for testing exception based code. It is built with Test::Builder and plays happily with Test::More and friends. If you are not already familiar with Test::More now would be the time to go take a look. You can specify the test plan when you "use Test::Exception" in the same way as "use Test::More". See Test::More for details. << Homepage: http://search.cpan.org/dist/Test-Exception/