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.