1Test::Most::Exception(3U)ser Contributed Perl DocumentatiToenst::Most::Exception(3)
2
3
4
6 Test::Most::Exception - Internal exception class
7
9 Version 0.38
10
12 This is the exception thrown by "die_on_fail" by "Test::Most".
13
15 We export only one function:
16
17 "throw_failure"
18 This is the exception for "die_on_fail".
19
21 Curtis Poe, "<ovid at cpan.org>"
22
24 Please report any bugs or feature requests to "bug-test-extended at
25 rt.cpan.org", or through the web interface at
26 <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Most>. I will be
27 notified, and then you'll automatically be notified of progress on your
28 bug as I make changes.
29
31 You can find documentation for this module with the perldoc command.
32
33 perldoc Test::Most
34
35 You can also look for information at:
36
37 • RT: CPAN's request tracker
38
39 <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Most>
40
41 • AnnoCPAN: Annotated CPAN documentation
42
43 <http://annocpan.org/dist/Test-Most>
44
45 • CPAN Ratings
46
47 <http://cpanratings.perl.org/d/Test-Most>
48
49 • Search CPAN
50
51 <http://search.cpan.org/dist/Test-Most>
52
54 The stack trace is likely useless due to how "Test::Builder" internals
55 work. Sorry 'bout that.
56
58 Many thanks to "perl-qa" for arguing about this so much that I just
59 went ahead and did it :)
60
61 Thanks to Aristotle for suggesting a better way to die or bailout.
62
63 Thanks to 'swillert' (<http://use.perl.org/~swillert/>) for suggesting
64 a better implementation of my "dumper explain" idea
65 (<http://use.perl.org/~Ovid/journal/37004>).
66
68 Copyright 2008 Curtis Poe, all rights reserved.
69
70 This program is free software; you can redistribute it and/or modify it
71 under the same terms as Perl itself.
72
73
74
75perl v5.38.0 2023-07-21 Test::Most::Exception(3)