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

NAME

Maplat::Worker::Weather - Update weather status information

SYNOPSIS

This module updates weather information by calling Maplat::Helpers::Weather.

DESCRIPTION

This is the worker part to update the weather information. =head1 Configuration

        <module>
                <modname>weather</modname>
                <pm>Weather</pm>
                <options>
                        <db>maindb</db>
                        <memcache>memcache</memcache>
                        <reporting>reporting</reporting>
                </options>
        </module>

work

Internal function, does the weather update.

SEE ALSO

Maplat::Worker

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.