Files
martnet-ddns/Makefile.PL
2016-02-22 08:46:29 -05:00

12 lines
277 B
Perl

use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'Martnet::DDNS',
'VERSION_FROM' => 'DDNS.pm',
'PREREQ_PM' => { Net::DNS => 0.8,
File::Temp => 0.234,
Regexp::Common => 2013031301,
},
'AUTHOR' => 'Jorj Bauer <jorj@jorj.org>',
);