/usr/local/CPAN/Acme-Palindrome/Makefile.PL
use
ExtUtils::MakeMaker
;
WriteMakefile
(
NAME
=>
'Acme::Palindrome'
,
VERSION
=>
'0.1'
,
)
;