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


Module-CPANTS-Generator documentation  | view source Contained in the Module-CPANTS-Generator distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

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

DESCRIPTION

Top

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

Top

Leon Brocard <acme@astray.com>

LICENSE

Top

This code is distributed under the same license as Perl.


Module-CPANTS-Generator documentation  | view source Contained in the Module-CPANTS-Generator distribution.