use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'Martnet::DDNS', 'VERSION_FROM' => 'DDNS.pm', 'PREREQ_PM' => { Net::DNS => 0.8 }, 'AUTHOR' => 'Jorj Bauer ', );