/usr/local/CPAN/CGP-CLI/Makefile.PL
use
ExtUtils::MakeMaker
;
WriteMakefile
(
NAME
=>
'CGP::CLI'
,
VERSION_FROM
=>
'lib/CGP/CLI.pm'
)
;