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