The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Maplat::Web::Status - view the errors table

SYNOPSIS

This module provides a view of the errors table. This module is the successor of the "Errors" module

DESCRIPTION

This module visualizes the errors table and lets the user delete errors.

Configuration

        <module>
                <modname>rbsstatus</modname>
                <pm>Status</pm>
                <options>
                        <pagetitle>Status</pagetitle>
                        <webpath>/admin/status</webpath>
                        <db>maindb</db>
                </options>
        </module>

get

The Status form.

Dependencies

This module depends on the following modules beeing configured (the 'as "somename"' means the key name in this modules configuration):

Maplat::Web::PostgresDB as "db"

SEE ALSO

Maplat::Web Maplat::Web::PostgresDB

AUTHOR

Rene Schickbauer, <rene.schickbauer@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2008-2011 by Rene Schickbauer

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.