
Module::CPANTS::Generator::Prereq - Generate prereq

use Module::CPANTS::Generator::Prereq;
my $p = Module::CPANTS::Generator::Prereq->new;
$p->cpanplus($cpanplus);
$p->directory("unpacked");
$p->generate;

This module is part of the beta CPANTS project. It scans through an unpacked CPAN looking for Makefile.PLs and adds prerequisite informatin.

Leon Brocard <acme@astray.com>

This code is distributed under the same license as Perl.