
CPAN::Testers::WWW::Statistics - CPAN Testers Statistics website.

CPAN Testers Statistics comprises the actual website pages, a CGI tool to find testers, and some backend code to help map tester address to a real identity.

Statistics creation object. Provides all the configuration and logging functionality, as well the interface to the lower level functionality for Page and Graph creation.
new() takes an option hash as an argument, which may contain the following keys.
config => path to configuration file [required] directory => path to output directory templates => path to templates directory database => path to SQLite database file address => path to address file builder => path to output file from builder log parser logfile => path to logfile logclean => will overwrite any existing logfile if set
Note that while 'directory', 'templates', 'database' and 'address' are optional as parameters, if they are not provided as parameters, then they MUST be specified within the 'MASTER' section of the configuration file.
Method to facilitate the creation of the statistics web pages.
Method to facilitate the creation of the statistics graphs.
Returns the specific date range array reference, as held in the configuration file.
Returns the print form of a recorded OS name.

There are no known bugs at the time of this release. However, if you spot a bug or are experiencing difficulties, that is not explained within the POD documentation, please send bug reports and patches to the RT Queue (see below).
Fixes are dependant upon their severity and my availablity. Should a fix not be forthcoming, please feel free to (politely) remind me.
RT Queue - http://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Testers-WWW-Statistics

CPAN::Testers::Data::Generator, CPAN::WWW::Testers
http://www.cpantesters.org/, http://stats.cpantesters.org/, http://wiki.cpantesters.org/

Barbie, <barbie@cpan.org> for Miss Barbell Productions <http://www.missbarbell.co.uk>.

Copyright (C) 2008-2009 Barbie for Miss Barbell Productions. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.