1HTTP::Exception::LoaderU(s3e)r Contributed Perl DocumentaHtTiToPn::Exception::Loader(3)
2
3
4
6 HTTP::Exception::Loader - Creates HTTP::Exception subclasses
7
9 version 0.04007
10
12 This Class Creates all HTTP::Exception subclasses.
13
14 DON'T USE THIS PACKAGE DIRECTLY. 'use HTTP::Exception' does this for
15 you. This Package does its job as soon as you call 'use
16 HTTP::Exception'.
17
18 Please refer to the Documentation of "NAMING SCHEME" in
19 HTTP::Exception. The Naming Scheme of all subclasses created, as well
20 as the caveats can be found there.
21
23 Thomas Mueller, "<tmueller at cpan.org>"
24
26 Please report any bugs or feature requests to "bug-http-exception at
27 rt.cpan.org", or through the web interface at
28 <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=HTTP-Exception>. I
29 will be notified, and then you'll automatically be notified of progress
30 on your bug as I make changes.
31
33 You can find documentation for this module with the perldoc command.
34
35 perldoc HTTP::Exception::Base
36
37 You can also look for information at:
38
39 • RT: CPAN's request tracker
40
41 <http://rt.cpan.org/NoAuth/Bugs.html?Dist=HTTP-Exception>
42
43 • AnnoCPAN: Annotated CPAN documentation
44
45 <http://annocpan.org/dist/HTTP-Exception>
46
47 • CPAN Ratings
48
49 <http://cpanratings.perl.org/d/HTTP-Exception>
50
51 • Search CPAN
52
53 <https://metacpan.org/release/HTTP-Exception>
54
56 Copyright 2010 Thomas Mueller.
57
58 This program is free software; you can redistribute it and/or modify it
59 under the terms of either: the GNU General Public License as published
60 by the Free Software Foundation; or the Artistic License.
61
62 See http://dev.perl.org/licenses/ for more information.
63
64
65
66perl v5.34.0 2022-01-21 HTTP::Exception::Loader(3)