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

NAME

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

SYNOPSIS

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

DESCRIPTION

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

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

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

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

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

COPYRIGHT

Copyright (c) 2007 Gabor Szabo. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Gabor Szabo <gabor@pti.co.il>