The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Module::CPANTS::Generator::Files - Generate file information

SYNOPSIS

  use Module::CPANTS::Generator::Files;

  my $f = Module::CPANTS::Generator::Files->new;
  $f->directory("unpacked");
  $f->generate;

DESCRIPTION

This module is part of the beta CPANTS project. It scans through an unpacked CPAN looking for specific files.

AUTHOR

Leon Brocard <acme@astray.com>

LICENSE

This code is distributed under the same license as Perl.