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.40
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Data::Validate::Type',
          'VERSION_FROM' => 'lib/Data/Validate/Type.pm',
          'PREREQ_PM' => {
                           'Carp' => 0,
                           'Data::Dump' => 0,
                           'File::Spec' => 0,
                           'Params::Util' => 1,
                           'Test::Exception' => 0,
                           'Test::More' => '0.94'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {},
          'test' => {
                      'TESTS' => 't/*.t'
                    }
        )
;