Test/Exception v0.11
====================

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

This module requires the following:

	Test::Builder
	Test::Builder::Tester 
	Test::More
	Sub::Uplevel

COPYRIGHT AND LICENCE

Copyright 2002 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.

