# Note: this file was auto-generated by Module::Build::Compat version 0.03 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'CGI::Application::Plugin::DBH', 'VERSION_FROM' => 'lib/CGI/Application/Plugin/DBH.pm', 'PREREQ_PM' => { 'CGI::Application' => '0', 'DBD::Mock' => '0.11', 'DBI' => '0' }, 'INSTALLDIRS' => 'site', 'PL_FILES' => {} ) ;