CPAN::Testers::Backend - Backend processes for CPAN Testers data and operations
version 0.005
This distribution contains various backend scripts (inside runnable modules) that process CPAN Testers data to support the APIs and website.
The runnable modules are all in the CPAN::Testers::Backend::
namespace,
and are configured into executable tasks by Beam::Wire configuration files
located in etc/container
. The tasks are run using Beam::Runner, which
contains the beam command.
All processes should use Log::Any to log important information. Logs will
be directed to syslog using Log::Any::Adapter::Syslog, configured by
etc/container/common.yml
.
Doug Bell [email protected]
- James E Keenan [email protected]
- Joel Berger [email protected]
- Mohammad S Anwar [email protected]
This software is copyright (c) 2017 by Doug Bell.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.