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

NAME

Maplat::Web::DirCleaner - view worker DirCleaner status

SYNOPSIS

This module displays the dircleaner background worker status via memcache.

DESCRIPTION

In the background worker, you can configure a DirCleaner module to clean out old/stale files from directories. Success/Failure of the last cleaning operation is saved in memcached. You can use this module to visualize the result.

Configuration

        <module>
                <modname>dircleaner</modname>
                <pm>DirCleaner</pm>
                <options>
                        <pagetitle>DirCleaner</pagetitle>
                        <webpath>/admin/dircleaner</webpath>
                        <memcache>memcache</memcache>
                </options>
        </module>

get

The dircleaner form.

Dependencies

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

Maplat::Web::Memcache as "memcache"

SEE ALSO

Maplat::Web Maplat::Worker::DirCleaner

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.