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