NAME
Module::CPANTS::Generator::Prereq - Generate prereq
SYNOPSIS
use Module::CPANTS::Generator::Prereq;
my $p = Module::CPANTS::Generator::Prereq->new;
$p->cpanplus($cpanplus);
$p->directory("unpacked");
$p->generate;
DESCRIPTION
This module is part of the beta CPANTS project. It scans through an unpacked CPAN looking for Makefile.PLs and adds prerequisite informatin.
AUTHOR
Leon Brocard <acme@astray.com>
LICENSE
This code is distributed under the same license as Perl.