The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.4205
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Term::ANSIColor',
  'VERSION_FROM' => 'lib/Term/ANSIColor.pm',
  'PREREQ_PM' => {},
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {},
  'test' => {
              'TESTS' => 't/*.t t/taint/*.t t/lib/*.t t/lib/Test/*.t t/lib/Test/RRA/*.t t/docs/*.t t/style/*.t t/module/*.t t/data/*.t'
            }
)
;