Module::Packaged::Report - Generate report upon packages of CPAN distributions


Module-Packaged-Report documentation  | view source Contained in the Module-Packaged-Report distribution.

Index


NAME

Top

Module::Packaged::Report - Generate report upon packages of CPAN distributions

SYNOPSIS

Top

Run the create_package_report.pl script that comes with the module.

DESCRIPTION

Top

Using Module::Packaged to fetch the collected data.

Create table of CPAN modules vs. Distributions (e.g. Linux distributions, Solaris compiled packages etc) that will show for each module and distro which version (if any) of the CPAN module is available for that distro in it standard packaging system.

METHODS

Top

new

 my $mpr = Module::Packaged::Report->new(%OPTIONS);

 %OPTIONS can be 

 test => 1   or  real => 1

 help => 1 to get help

 dir => /path/to/dir

  


generate_html_report;

 $mpr->generate_html_report;




TODO

Top

Add more distributions.

Coloring, so it will be obvious which distribution carries the latest version and which one has a huge? gap.

Explain this! Total number of modules on cpan is reported as 12422 while www.cpan.org reports 11563.

Generate SQLite database of all the raw data to be queried?

See also

Top

Module::Packaged and Module::Packaged::Generate

Parse::Debian::Packages Debian::Package::HTML

COPYRIGHT

Top

AUTHOR

Top

Gabor Szabo <gabor@pti.co.il>


Module-Packaged-Report documentation  | view source Contained in the Module-Packaged-Report distribution.