The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.