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. If the description is missing, it tries to find it from the POD of the main module in the distribution.

AUTHOR

Leon Brocard <acme@astray.com>

LICENSE

This code is distributed under the same license as Perl.