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.008008;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'App::Validation::Automation',
  'VERSION_FROM' => 'lib/App/Validation/Automation.pm',
  'PREREQ_PM' => {
                   'Carp' => 0,
                   'Config::Simple' => '4.58',
                   'Crypt::Lite' => '0.082011',
                   'Data::Dumper' => '2.121_08',
                   'English' => 0,
                   'Error::TryCatch' => '0.07',
                   'File::Basename' => 0,
                   'File::Path' => 0,
                   'Getopt::Long' => 0,
                   'HTML::Form::ForceValue' => '0.007',
                   'Mail::Sendmail' => '0.79',
                   'Moose' => '2.0205',
                   'Net::SSH::Perl' => '1.34',
                   'Switch' => 0,
                   'Test::More' => 0,
                   'WWW::Mechanize' => '1.70',
                   'namespace::autoclean' => '0.13'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;