# Note: this file was auto-generated by Module::Build::Compat version 0.34 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Test::Run::Plugin::ColorSummary', 'VERSION_FROM' => 'lib/Test/Run/Plugin/ColorSummary.pm', 'PREREQ_PM' => { 'Scalar::Util' => 0, 'Term::ANSIColor' => 0, 'Test::More' => 0, 'Test::Run::CmdLine' => '0.0111', 'Test::Run::CmdLine::Trap::ProveApp' => 0, 'Test::Run::Core' => '0.0118', 'Test::Run::Obj' => 0, 'Test::Run::Trap::Obj' => 0 }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {} ) ;