use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'	=> 'Clone::PP',
    'VERSION_FROM' => 'PP.pm', 
);

