/usr/local/CPAN/Catalyst-Plugin-Log-Handler/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.3607
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Catalyst::Plugin::Log::Handler',
          'VERSION_FROM' => 'lib/Catalyst/Plugin/Log/Handler.pm',
          'PREREQ_PM' => {
                           'Class::Accessor' => 0,
                           'Log::Handler' => '0.65',
                           'MRO::Compat' => 0,
                           'Test::More' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;