# Makefile.PL for Term::ANSIColor module -*- perl -*- # $Id: Makefile.PL 27 2000-08-06 18:28:47Z eagle $ use ExtUtils::MakeMaker; WriteMakefile ( NAME => 'Term::ANSIColor', DISTNAME => 'ANSIColor', ($] >= 5.005 ? (ABSTRACT => 'Color output using ANSI escape sequences', AUTHOR => 'Russ Allbery (rra@stanford.edu)') : ()), VERSION_FROM => 'ANSIColor.pm', dist => { COMPRESS => 'gzip', SUFFIX => 'gz' } );