Acme-AutoColor
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
require 5.6.0;
use ExtUtils::MakeMaker;
WriteMakefile
(
'NAME' => 'Acme::AutoColor',
'VERSION_FROM' => 'lib/Acme/AutoColor.pm',
'PREREQ_PM' => {
'Graphics::ColorNames' => 0,
'Graphics::ColorNames::HTML' => 0,
'Test::More' => 0
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [],
'PL_FILES' => {}
),
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(AUTHOR => 'Rene Schickbauer <cavac@cpan.org>') : ()),
;
( run in 1.459 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )