| Module-CPANTS-Generator documentation | view source | Contained in the Module-CPANTS-Generator distribution. |
Module::CPANTS::Generator::ModuleInfo - Find author, description
use Module::CPANTS::Generator::ModuleInfo; my $m = Module::CPANTS::Generator::ModuleInfo->new; $m->cpanplus($cpanplus); $m->generate;
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.
Leon Brocard <acme@astray.com>
This code is distributed under the same license as Perl.
| Module-CPANTS-Generator documentation | view source | Contained in the Module-CPANTS-Generator distribution. |