NAME

Module::CPANTS::Generator::ModuleInfo - Find author, description

SYNOPSIS

use Module::CPANTS::Generator::ModuleInfo;

my $m = Module::CPANTS::Generator::ModuleInfo->new;
$m->cpanplus($cpanplus);
$m->generate;

DESCRIPTION

This module is part of the beta CPANTS project. It goes through the CPANPLUS module tree and adds information about distribution author and description.

AUTHOR

Leon Brocard <acme@astray.com>

LICENSE

This code is distributed under the same license as Perl.