Catalyst-Engine-JobQueue-POE
view release on metacpan or search on metacpan
lib/Catalyst/Engine/JobQueue/POE.pm view on Meta::CPAN
The address to which the email will be sent. The default value is
C<< <root@localhost> >>.
=item smtp
The name of the SMTP server. The default value is C<localhost>.
=item disposition
How the response body should be added to the email. Valid values are C<inline>
and C<attachment>. The default value C<attachemnt>.
=back
=back
=back
=head2 Environment variables
If you set C<CATALYST_POE_DEBUG> environment variable to a true value (like 1
or 'yes'), debug messages will be printed to STDOUT.
=head2 Job configuration
A job configuration file describes jobs and when to run them. It's syntax is
modeled after the L<crontab> file syntax.
Each line describes a job. Comments start with '#' and run to the end of the
line.
Fields are separated by space. The first five fields describe how often the
job will be run, identical to the L<crontab> syntax (minute, hour, day of
month, month, day of week). The 6th field specifies a user which the job will
be run as (currently unused). The 7th field specifies the path used for the
job request and the rest can be used to provide additional parameters to the
request.
=head1 DEPENDENCIES
=for author to fill in:
A list of all the other modules that this module relies upon,
including any restrictions on versions, and an indication whether
the module is part of the standard Perl distribution, part of the
module's distribution, or must be installed separately. ]
Catalyst
POE::Component::Cron
Email::MIME::Creator
Email::Send
=head1 INCOMPATIBILITIES
None reported.
=head1 BUGS AND LIMITATIONS
=for author to fill in:
A list of known problems with the module, together with some
indication Whether they are likely to be fixed in an upcoming
release. Also a list of restrictions on the features the module
does provide: data types that cannot be handled, performance issues
and the circumstances in which they may arise, practical
limitations on the size of data sets, special cases that are not
(yet) handled, etc.
No bugs have been reported.
Please report any bugs or feature requests to
C<bug-catalyst-engine-jobqueue-poe@rt.cpan.org>, or through the web interface at
L<http://rt.cpan.org>.
=head1 AUTHOR
Gruen Christian-Rolf C<< <kiki@abc.ro> >>
=head1 LICENCE AND COPYRIGHT
Copyright (c) 2006, Gruen Christian-Rolf C<< <kiki@abc.ro> >>. 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.
=head1 SEE ALSO
L<Catalyst>, L<Catalyst::JobQueue::Job>
=cut
( run in 1.491 second using v1.01-cache-2.11-cpan-39bf76dae61 )