1Error::Simple(3) User Contributed Perl Documentation Error::Simple(3)
2
3
4
6 Error::Simple
7
9 version 0.17027
10
12 use base 'Error::Simple';
13
15 The only purpose of this module is to allow one to say:
16
17 use base 'Error::Simple';
18
19 and the only thing it does is "use" Error.pm. Refer to the
20 documentation of Error for more information about Error::Simple.
21
23 Error::Simple - the simple error sub-class of Error
24
26 version 0.17027
27
29 Error::Simple->new($text [, $value])
30 Constructs an Error::Simple with the text $text and the optional value
31 $value.
32
33 $err->stringify()
34 Error::Simple overloads this method.
35
37 None.
38
40 Shlomi Fish ( <http://www.shlomifish.org/> )
41
43 Error
44
46 Websites
47 The following websites have more information about this module, and may
48 be of help to you. As always, in addition to those websites please use
49 your favorite search engine to discover more resources.
50
51 · MetaCPAN
52
53 A modern, open-source CPAN search engine, useful to view POD in
54 HTML format.
55
56 <https://metacpan.org/release/Error>
57
58 · Search CPAN
59
60 The default CPAN search engine, useful to view POD in HTML format.
61
62 <http://search.cpan.org/dist/Error>
63
64 · RT: CPAN's Bug Tracker
65
66 The RT ( Request Tracker ) website is the default bug/issue
67 tracking system for CPAN.
68
69 <https://rt.cpan.org/Public/Dist/Display.html?Name=Error>
70
71 · AnnoCPAN
72
73 The AnnoCPAN is a website that allows community annotations of Perl
74 module documentation.
75
76 <http://annocpan.org/dist/Error>
77
78 · CPAN Ratings
79
80 The CPAN Ratings is a website that allows community ratings and
81 reviews of Perl modules.
82
83 <http://cpanratings.perl.org/d/Error>
84
85 · CPANTS
86
87 The CPANTS is a website that analyzes the Kwalitee ( code metrics )
88 of a distribution.
89
90 <http://cpants.cpanauthors.org/dist/Error>
91
92 · CPAN Testers
93
94 The CPAN Testers is a network of smoke testers who run automated
95 tests on uploaded CPAN distributions.
96
97 <http://www.cpantesters.org/distro/E/Error>
98
99 · CPAN Testers Matrix
100
101 The CPAN Testers Matrix is a website that provides a visual
102 overview of the test results for a distribution on various
103 Perls/platforms.
104
105 <http://matrix.cpantesters.org/?dist=Error>
106
107 · CPAN Testers Dependencies
108
109 The CPAN Testers Dependencies is a website that shows a chart of
110 the test results of all dependencies for a distribution.
111
112 <http://deps.cpantesters.org/?module=Error>
113
114 Bugs / Feature Requests
115 Please report any bugs or feature requests by email to "bug-error at
116 rt.cpan.org", or through the web interface at
117 <https://rt.cpan.org/Public/Bug/Report.html?Queue=Error>. You will be
118 automatically notified of any progress on the request by the system.
119
120 Source Code
121 The code is open to the world, and available for you to hack on. Please
122 feel free to browse it and play with it, or whatever. If you want to
123 contribute patches, please send me a diff or prod me to pull from your
124 repository :)
125
126 <https://github.com/shlomif/error>
127
128 git clone https://bitbucket.org/shlomif/perl-error.pm
129
131 Shlomi Fish ( http://www.shlomifish.org/ )
132
134 Please report any bugs or feature requests on the bugtracker website
135 <https://github.com/shlomif/error/issues>
136
137 When submitting a bug or request, please include a test-file or a patch
138 to an existing test-file that illustrates the bug or desired feature.
139
141 This software is copyright (c) 2018 by Shlomi Fish (
142 http://www.shlomifish.org/ ).
143
144 This is free software; you can redistribute it and/or modify it under
145 the same terms as the Perl 5 programming language system itself.
146
147
148
149perl v5.28.1 2018-10-28 Error::Simple(3)