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


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