install the scripts

This commit is contained in:
2016-02-22 08:48:54 -05:00
parent e52a2734fa
commit bf580aee06

View File

@ -4,8 +4,11 @@ WriteMakefile(
'NAME' => 'Martnet::DDNS', 'NAME' => 'Martnet::DDNS',
'VERSION_FROM' => 'DDNS.pm', 'VERSION_FROM' => 'DDNS.pm',
'PREREQ_PM' => { Net::DNS => 0.8, 'PREREQ_PM' => { Net::DNS => 0.8,
File::Temp => 0.234, File::Temp => 0.2304,
Regexp::Common => 2013031301, Regexp::Common => 2013031301,
}, },
'EXE_FILES' => [ 'bin/addvhost.pl',
'bin/delvhost.pl',
],
'AUTHOR' => 'Jorj Bauer <jorj@jorj.org>', 'AUTHOR' => 'Jorj Bauer <jorj@jorj.org>',
); );