The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.4210
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Test::Exception',
  'VERSION_FROM' => 'lib/Test/Exception.pm',
  'PREREQ_PM' => {
                   'Sub::Uplevel' => '0.18',
                   'Test::Builder' => '0.7',
                   'Test::Builder::Tester' => '1.07',
                   'Test::Harness' => '2.03',
                   'Test::More' => '0.7',
                   'Test::Simple' => '0.7'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;