CPAN::Testers::Web - Write a sentence about what it does
version 0.001
$ cpantesters-web daemon
Listening on http://*:5000
This is the main CPAN Testers web application. This application is the main platform for exploring, searching, and interacting with CPAN Testers data.
my $schema = $c->schema;
Get the schema, a CPAN::Testers::Schema object. By default, the schema is connected from the local user's config. See "connect_from_config" in CPAN::Testers::Schema for details.
# Called automatically by Mojolicious
This method starts up the application, loads any plugins, sets up routes, and registers helpers.
Mojolicious, CPAN::Testers::Schema, http://github.com/cpan-testers/cpantesters-project, http://www.cpantesters.org
Doug Bell preaction@cpan.org
This software is copyright (c) 2016 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.