/usr/local/CPAN/Exception-Class-Nested/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Exception::Class::Nested',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/Exception/Class/Nested.pm',
          'PREREQ_PM' => {
                           'Exception::Class' => '1'
                         }
        )
;