/usr/local/CPAN/Exception-System/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' => 'Exception::System',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/Exception/System.pm',
          'PREREQ_PM' => {
                           'Test::Unit::Lite' => '0.1',
                           'Exception::Base' => '0.2'
                         }
        )
;