NAME
reports-summary.cgi - program to return graphical status of a CPAN distribution
SYNOPSIS
perl reports-summary.cgi
DESCRIPTION
Called in a CGI context, returns the current reporting statistics for a CPAN distribution, depending upon the POST parameters provided.
Primary Query String parameters are
item * dist
The distribution to provide a summary for. An error will be returned if no distribution name is provided.
item * author
Filter based on a specific author who released the distribution. Defaults to authors.
At least one of these parameters needs to be supplied, otherwise an error will be returned.
Secondary optional Query String parameters available are
item * version
Filter based on a specific distribution version. Defaults to the latest version.
item * grade
Filter based on report grade, i.e. 'pass','fail','na' or 'unknown'.
item * oncpan
Filter based on whether the distribution is available on CPAN or only BACKPAN. Values are:
0 = CPAN and BACKPAN =item * 1 = CPAN only =item * 2 = BACKPAN only
item * distmat
Filter based on whether the distribution is a developer release or a stable release.
0 = all releases =item * 1 = stable releases only =item * 2 = development releases only
item * perlmat
Filter based on perl maturity, i.e. whether a development version (5.21.3) or a stable version (5.20.1). Values are:
0 = all reports =item * 1 = stable versions only =item * 2 = development versions only
item * patches
Filter based on whether the perl version is a patch. Values are:
0 = all reports =item * 1 = patches only =item * 2 = exclude patches
Defaults to all reports.
item * perlver
Filter based on Perl version, e.g. 5.20.1. Defaults to all versions.
item * osname (optional)
Filter based on Operating System name, e.g. MSWin32. Defaults to all Operating Systems.
item * format
Available formats are: 'csv', 'txt', 'html' and 'xml'. Defaults to 'html'. 'txt' is provided for backwards compatibility, but is mapped to 'csv'.
BUGS, PATCHES & FIXES
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: http://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Testers=WWW-Reports
SEE ALSO
CPAN::Testers::WWW::Statistics, CPAN::Testers::WWW::Wiki, CPAN::Testers::WWW::Blog
http://www.cpantesters.org/, http://stats.cpantesters.org/, http://wiki.cpantesters.org/, http://blog.cpantesters.org/
AUTHOR
Barbie, <barbie@cpan.org>
for Miss Barbell Productions <http://www.missbarbell.co.uk>.
COPYRIGHT AND LICENSE
Copyright (C) 2008-2017 Barbie <barbie@cpan.org>
This module is free software; you can redistribute it and/or
modify it under the Artistic License 2.0.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 118:
=back without =over