# Note: this file was auto-generated by Module::Build::Compat version 0.4003 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'DB::Color', 'VERSION_FROM' => 'lib/DB/Color.pm', 'PREREQ_PM' => { 'Digest::MD5' => 0, 'File::Path' => '2.07', 'Syntax::Highlight::Engine::Kate' => '0.06', 'Term::ANSIColor' => 0, 'Test::More' => 0 }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [ 'script/perldbsyntax' ], 'PL_FILES' => {}, 'test' => { 'TESTS' => 't/*.t' } ) ;