The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.4003
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Module::CPANTS::Analyse',
  'VERSION_FROM' => 'lib/Module/CPANTS/Analyse.pm',
  'PREREQ_PM' => {
                   'Archive::Any::Lite' => '0.06',
                   'Archive::Tar' => '1.48',
                   'Array::Diff' => '0.04',
                   'CPAN::DistnameInfo' => '0.06',
                   'CPAN::Meta::Validator' => '2.131490',
                   'CPAN::Meta::YAML' => '0.008',
                   'Class::Accessor' => '0.19',
                   'Cwd' => 0,
                   'File::Find::Rule::VCS' => '0',
                   'IO::Capture' => '0.05',
                   'Module::ExtractUse' => '0.30',
                   'Module::Pluggable' => '2.96',
                   'Set::Scalar' => 0,
                   'Software::License' => '0.003',
                   'Test::Deep' => 0,
                   'Test::More' => 0,
                   'Test::NoWarnings' => 0,
                   'Test::Warn' => '0.11',
                   'Text::Balanced' => 0,
                   'YAML::Any' => 0,
                   'version' => '0.73'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'bin/cpants_lint.pl'
                 ],
  'PL_FILES' => {}
)
;