Test/Exception
==============
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.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
See Makefile.PL for details of module dependencies.
For all tests to run you also need
Test::Harness v2.03 or greater
COPYRIGHT AND LICENCE
Copyright 2002-2003 Adrian Howard, All Rights Reserved.
This program is free software; you can redistribute
it and/or modify it under the same terms as Perl itself.