The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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::Package 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 pages for the individual module authors, for each one summarizing all of the modules she maintains.

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

Total number of modules for each distro.

See also

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>