NAME
Module::Packaged::Generator::CPAN - interface to Parse::CPAN::Packages::Fast
VERSION
version 1.111930
DESCRIPTION
This class is a wrapper around Parse::CPAN::Packages::Fast, responsible for updating cpan index, parsing it and answering questions related to CPAN packages index.
METHODS
module2dist
my $dist = $cpan->module2dist( $modname );
Return the CPAN distribution which owns $modname
.
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.