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

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

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.

my $mpr = Module::Packaged::Report->new(%OPTIONS); %OPTIONS can be test => 1 or real => 1 help => 1 to get help dir => /path/to/dir
$mpr->generate_html_report;

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?

Module::Packaged and Module::Packaged::Generate
Parse::Debian::Packages Debian::Package::HTML

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.

Gabor Szabo <gabor@pti.co.il>