install the scripts
This commit is contained in:
@ -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>',
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user