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