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.33
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Module::CPANTS::Analyse',
          'VERSION_FROM' => 'lib/Module/CPANTS/Analyse.pm',
          'PREREQ_PM' => {
                           'Archive::Any' => '0.06',
                           'Archive::Tar' => '1.30',
                           'Array::Diff' => '0.04',
                           'CPAN::DistnameInfo' => '0.06',
                           'Class::Accessor' => '0.19',
                           'File::Find::Rule' => '0',
                           'File::Slurp' => '0',
                           'IO::Capture' => '0.05',
                           'LWP::Simple' => '0',
                           'List::MoreUtils' => '0',
                           'Module::ExtractUse' => '0.18',
                           'Module::Pluggable' => '2.96',
                           'Pod::Simple::Checker' => '2.02',
                           'Readonly' => '0',
                           'Software::License' => '0.003',
                           'Test::Deep' => '0',
                           'Test::More' => '0',
                           'Test::NoWarnings' => '0',
                           'Test::Warn' => '0.11',
                           'Test::YAML::Meta::Version' => '0.11',
                           'Text::CSV_XS' => '0.45',
                           'YAML::Syck' => '0.95',
                           'version' => '0.73'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [
                           'bin/cpants_lint.pl'
                         ],
          'PL_FILES' => {}
        )
;