/usr/local/CPAN/App-ZofCMS-Plugin-DBI/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.3607
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'App::ZofCMS::Plugin::DBI',
  'VERSION_FROM' => 'lib/App/ZofCMS/Plugin/DBI.pm',
  'PREREQ_PM' => {
                   'App::ZofCMS' => '0.0103',
                   'Carp' => '1.04',
                   'DBI' => '1.602',
                   'Test::More' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;