CPAN::Testers::Collector - Collect, store, and synchronize CPAN Testers reports
version 0.001
$ cpantesters-api daemon
Listening on http://*:5000
XXX
# Called automatically by Mojolicious
This method starts up the application, loads any plugins, sets up routes, and registers helpers.
This application can be configured by setting the MOJO_CONFIG
environment variable to the path to a configuration file. The
configuration file is a Perl script containing a single hash reference,
like:
# collector.conf
{
storage_root => '/mnt/reports',
}
The possible configuration keys are below:
http://github.com/cpan-testers, http://www.cpantesters.org, Mojolicious, Mojolicious::Plugin::OpenAPI
Doug Bell preaction@cpan.org
This software is copyright (c) 2025 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.