# Note: this file was auto-generated by Module::Build::Compat version 0.31 hacked use strict; use warnings; sub _error { my $text = shift; print {*STDOUT} $text."\n"; exit 0 } eval { require 5.008; }; _error( q(Perl minimum 5.008) ) if ($@); use File::Spec::Functions; my $found = 0; for (@INC) { if (-f catfile( $_, q(version.pm) )) { $found = 1; last } } _error( q(Version not installed) ) unless ($found); use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Data::Validation', 'VERSION_FROM' => 'lib/Data/Validation.pm', 'PREREQ_PM' => { 'Class::MOP' => '0.53', 'Class::Null' => '1.09', 'Email::Valid' => '0.179', 'Exception::Class' => '1.23', 'LWP::UserAgent' => '2.036', 'List::Util' => '1.19', 'Moose' => '0.38', 'Moose::Role' => '0.55', 'Moose::Util::TypeConstraints' => '0.21', 'Regexp::Common' => '2.120', 'Scalar::Util' => '1.19', 'Test::More' => '0.74', 'Test::Pod' => '1.26', 'charnames' => '1.05', 'namespace::autoclean' => '0.05', 'version' => '0.74' }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [] ) ;