The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# Note: this file was auto-generated by Module::Build::Compat version 0.4003
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,
                   'Exporter' => 0,
                   'File::Spec' => 0,
                   'Scalar::Util' => '1.18',
                   'Test::Exception' => 0,
                   'Test::More' => '0.94'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {},
  'test' => {
              'TESTS' => 't/*.t'
            }
)
;