# Note: this file was auto-generated by Module::Build::Compat version 0.35 require 5.008; use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Test::Without', 'VERSION_FROM' => 'lib/Test/Without.pm', 'PREREQ_PM' => { 'Scalar::Util' => '1.21', 'Test::More' => '0.80' }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {} ) ;