# Note: this file was auto-generated by Module::Build::Compat version 0.3607 require 5.006; use ExtUtils::MakeMaker; WriteMakefile ( 'test' => { 'TESTS' => 't/*.t t/tlib/*.t t/tlib/Exception/*.t t/tlib/Exception/BaseTest/*.t' }, 'PL_FILES' => {}, 'INSTALLDIRS' => 'site', 'NAME' => 'Exception::Base', 'EXE_FILES' => [], 'VERSION_FROM' => 'lib/Exception/Base.pm', 'PREREQ_PM' => { 'Test::Unit::Lite' => '0.12' } ) ;