NAME
Test::Most::Exception - Internal exception class
VERSION
Version 0.38
SYNOPSIS
This is the exception thrown by die_on_fail
by Test::Most
.
EXPORT
We export only one function:
throw_failure
This is the exception for die_on_fail
.
AUTHOR
Curtis Poe, <ovid at cpan.org>
BUGS
Please report any bugs or feature requests to bug-test-extended at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Most. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Test::Most
You can also look for information at:
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Most
AnnoCPAN: Annotated CPAN documentation
http://annocpan.org/dist/Test-Most
CPAN Ratings
http://cpanratings.perl.org/d/Test-Most
Search CPAN
http://search.cpan.org/dist/Test-Most
CAVEATS
The stack trace is likely useless due to how Test::Builder
internals work. Sorry 'bout that.
ACKNOWLEDGEMENTS
Many thanks to perl-qa
for arguing about this so much that I just went ahead and did it :)
Thanks to Aristotle for suggesting a better way to die or bailout.
Thanks to 'swillert' (http://use.perl.org/~swillert/) for suggesting a better implementation of my "dumper explain" idea (http://use.perl.org/~Ovid/journal/37004).
COPYRIGHT & LICENSE
Copyright 2008 Curtis Poe, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.