Codebase list libexception-class-dbi-perl / upstream/1.01 Makefile.PL
upstream/1.01

Tree @upstream/1.01 (Download .tar.gz)

Makefile.PL @upstream/1.01raw · history · blame

# Note: this file was auto-generated by Module::Build::Compat version 0.3800
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Exception::Class::DBI',
  'VERSION_FROM' => 'lib/Exception/Class/DBI.pm',
  'PREREQ_PM' => {
                   'DBI' => '1.28',
                   'Exception::Class' => '1.02',
                   'Module::Build' => '0.2701',
                   'Test::Harness' => '2.03',
                   'Test::More' => '0.17'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;