1Test::Most::Exception(3U)ser Contributed Perl DocumentatiToenst::Most::Exception(3)
2
3
4

NAME

6       Test::Most::Exception - Internal exception class
7

VERSION

9       Version 0.21
10

SYNOPSIS

12       This is the exception thrown by "die_on_fail" by "Test::Most".
13

EXPORT

15       We export only one function:
16
17   "throw_failure"
18       This is the exception for "die_on_fail".
19

AUTHOR

21       Curtis Poe, "<ovid at cpan.org>"
22

BUGS

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
27       <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Most>.  I will be
28       notified, and then you'll automatically be notified of progress on your
29       bug as I make changes.
30

SUPPORT

32       You can find documentation for this module with the perldoc command.
33
34           perldoc Test::Most
35
36       You can also look for information at:
37
38       ·   RT: CPAN's request tracker
39
40           http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Most
41           <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Most>
42
43       ·   AnnoCPAN: Annotated CPAN documentation
44
45           http://annocpan.org/dist/Test-Most <http://annocpan.org/dist/Test-
46           Most>
47
48       ·   CPAN Ratings
49
50           http://cpanratings.perl.org/d/Test-Most
51           <http://cpanratings.perl.org/d/Test-Most>
52
53       ·   Search CPAN
54
55           http://search.cpan.org/dist/Test-Most
56           <http://search.cpan.org/dist/Test-Most>
57

CAVEATS

59       The stack trace is likely useless due to how "Test::Builder" internals
60       work.  Sorry 'bout that.
61

ACKNOWLEDGEMENTS

63       Many thanks to "perl-qa" for arguing about this so much that I just
64       went ahead and did it :)
65
66       Thanks to Aristotle for suggesting a better way to die or bailout.
67
68       Thanks to 'swillert' (<http://use.perl.org/~swillert/>) for suggesting
69       a better implementation of my "dumper explain" idea
70       (<http://use.perl.org/~Ovid/journal/37004>).
71
73       Copyright 2008 Curtis Poe, all rights reserved.
74
75       This program is free software; you can redistribute it and/or modify it
76       under the same terms as Perl itself.
77
78
79
80perl v5.12.0                      2010-05-06          Test::Most::Exception(3)
Impressum