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

This is a DBIx::Class Schema for the CPANTesters statistics database.
This database is generated by processing the incoming data from the
CPANTesters Metabase <http://metabase.cpantesters.org>, and extracting
the useful fields like distribution, version, platform, and others (see
CPAN::Testers::Schema::Result::Stats for a full list).

This is its own distribution so that it can be shared by the backend
processing, data APIs, and the frontend web application.

INSTALLATION

This is a Perl module distribution. It should be installed with whichever
tool you use to manage your installation of Perl, e.g. any of

  cpanm .
  cpan  .
  cpanp -i .

Consult http://www.cpan.org/modules/INSTALL.html for further instruction.
Should you wish to install this module manually, the procedure is

  perl Makefile.PL
  make
  make test
  make install

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Oriol Soriano, 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.