/usr/local/CPAN/Exception-Died/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.31012
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Exception::Died',
          'VERSION_FROM' => 'lib/Exception/Died.pm',
          'PREREQ_PM' => {
                           'Exception::Base' => '0.21',
                           'Test::Assert' => '0.05',
                           'Test::Unit::Lite' => '0.11',
                           'constant::boolean' => 0,
                           'parent' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => []
        )
;