removed Net::DDNS and updated master

This commit is contained in:
2023-11-12 17:29:33 +00:00
parent 23b5a19166
commit 3b5a21d819
5 changed files with 33 additions and 23 deletions

View File

@ -3,8 +3,7 @@ use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'Martnet::DDNS',
'VERSION_FROM' => 'DDNS.pm',
'PREREQ_PM' => { Net::DNS => 0.66,
File::Temp => 0.22,
'PREREQ_PM' => { File::Temp => 0.22,
Regexp::Common => 2013031301,
},
'EXE_FILES' => [ 'bin/add-vhost',