CGI-Browse
view release on metacpan or search on metacpan
lib/CGI/Browse.pm view on Meta::CPAN
This file is included for illustration, but the generated version should be used since the included URLs are built according to your script's need. (The scripts reset the "action" for the form.)
=item * browse.tmpl
This file can be edited and placed in your traditional template directory, or you can use whatever template variables you wish in your own tmpl file.
=back
=head1 INTERFACE
The module has only one public method besides new().
=over
=item * build()
Returns a hashref or html depending on the "default_html" feature setting (see above). The included hashref-keys/tmpl-variables are:
browse_styles
browse_script
browse_action
browse_table
browse_sorted
browse_start
browse_prevnext
browse_show
browse_goto
browse_control
browse_delete
=back
The following methods are considered private because they are already called by build(), but may be useful depending on your implementation.
=over
=item * _build_styles()
Returns the default CSS stylesheet.
=item * _build_tmpl()
Returns the default template with variables.
=back
=head1 CONFIGURATION AND ENVIRONMENT
CGI::Browse requires no configuration files or environment variables.
=head1 DEPENDENCIES
Class::Std
Class::Std::Utils
DBIx::MySperqlOO
=head1 INCOMPATIBILITIES
None reported.
=head1 BUGS AND LIMITATIONS
No bugs have been reported.
Please report any bugs or feature requests to
C<bug-cgi-browse@rt.cpan.org>, or through the web interface at
L<http://rt.cpan.org>.
=head1 AUTHORS
Feel free to email the authors with questions or concerns. Please be patient for a reply.
=over
=item * Roger Hall (roger@iosea.com), (rahall2@ualr.edu)
=item * Michael Bauer (mbkodos@gmail.com), (mabauer@ualr.edu)
=back
=head1 LICENSE AND COPYRIGHT
Copyleft (c) 2009, Roger A Hall C<< <rogerhall@cpan.org> >>. All rights reserved.
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself. See L<perlartistic>.
=head1 DISCLAIMER OF WARRANTY
BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH
YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
NECESSARY SERVICING, REPAIR, OR CORRECTION.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENCE, BE
LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL,
OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE
THE SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
( run in 2.573 seconds using v1.01-cache-2.11-cpan-524268b4103 )