NAME
Module::Packaged::Generator - build list of modules packaged by a linux distribution
VERSION
version 1.100090
DESCRIPTION
This module will fetch modules available as native linux distribution package, and wraps that in a sqlite database. This then allow people to do analysis, draw CPANTS metrics from it or whatever.
Of course, running the utility shipped in this dist will only create the database for the current distribution. But that's not our job to do crazy manipulation with this data, we just provide the data :-)
METHODS
create_db();
Fetch the list of available modules, and creates a sqlite database with this information.
SEE ALSO
You can find more information on this module at:
Search CPAN
See open / report bugs
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Packaged-Generator
Git repository
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
AUTHOR
Jerome Quelin
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Jerome Quelin.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.