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