1 package OpenXPKI
::Client
::HTML
::Mason
;
8 use base
qw( OpenXPKI::Client );
13 use OpenXPKI
::i18n
qw( i18nGettext );
14 use OpenXPKI
::Debug
'OpenXPKI::Client::HTML::Mason';
15 use OpenXPKI
::Exception
;
19 1; # Magic true value required at end of module
24 OpenXPKI::Client::HTML::Mason - [One line description of module's purpose here]
29 This document describes OpenXPKI::Client::HTML::Mason version 0.0.1
34 use OpenXPKI::Client::HTML::Mason;
36 =for author to fill in:
37 Brief code example(s) here showing commonest usage(s).
38 This section will be as far as many users bother reading
39 so make it as educational and exeplary as possible.
44 =for author to fill in:
45 Write a full description of the module and its features here.
46 Use subsections (=head2, =head3) as appropriate.
51 =for author to fill in:
52 Write a separate section listing the public components of the modules
53 interface. These normally consist of either subroutines that may be
54 exported, or methods that may be called on objects belonging to the
55 classes provided by the module.
60 =for author to fill in:
61 List every single error and warning message that the module can
62 generate (even the ones that will "never happen"), with a full
63 explanation of each problem, one or more likely causes, and any
68 =item C<< Error message here, perhaps with %s placeholders >>
70 [Description of error here]
72 =item C<< Another error message here >>
74 [Description of error here]
76 [Et cetera, et cetera]
81 =head1 CONFIGURATION AND ENVIRONMENT
83 =for author to fill in:
84 A full explanation of any configuration system(s) used by the
85 module, including the names and locations of any configuration
86 files, and the meaning of any environment variables or properties
87 that can be set. These descriptions must also include details of any
88 configuration language used.
90 OpenXPKI::Client::HTML::Mason requires no configuration files or environment variables.
95 =for author to fill in:
96 A list of all the other modules that this module relies upon,
97 including any restrictions on versions, and an indication whether
98 the module is part of the standard Perl distribution, part of the
99 module's distribution, or must be installed separately. ]
104 =head1 INCOMPATIBILITIES
106 =for author to fill in:
107 A list of any modules that this module cannot be used in conjunction
108 with. This may be due to name conflicts in the interface, or
109 competition for system or program resources, or due to internal
110 limitations of Perl (for example, many modules that use source code
111 filters are mutually incompatible).
116 =head1 BUGS AND LIMITATIONS
118 =for author to fill in:
119 A list of known problems with the module, together with some
120 indication Whether they are likely to be fixed in an upcoming
121 release. Also a list of restrictions on the features the module
122 does provide: data types that cannot be handled, performance issues
123 and the circumstances in which they may arise, practical
124 limitations on the size of data sets, special cases that are not
127 No bugs have been reported.
129 Please report any bugs or feature requests to
130 C<bug-openxpki-client-html-mason@rt.cpan.org>, or through the web interface at
131 L<http://rt.cpan.org>.
136 Martin Bartosch C<< <m.bartosch@cynops.de> >>
139 =head1 LICENCE AND COPYRIGHT
141 Copyright (c) 2006, Martin Bartosch C<< <m.bartosch@cynops.de> >>. All rights reserved.
143 This module is free software; you can redistribute it and/or
144 modify it under the same terms as Perl itself. See L<perlartistic>.
147 =head1 DISCLAIMER OF WARRANTY
149 BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
150 FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
151 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
152 PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
153 EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
154 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
155 ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH
156 YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
157 NECESSARY SERVICING, REPAIR, OR CORRECTION.
159 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
160 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
161 REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENCE, BE
162 LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL,
163 OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE
164 THE SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
165 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
166 FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
167 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF