add a missing depend of Net::DNS

This commit is contained in:
Zane C. B-H 2019-04-15 21:15:19 -05:00
parent d4cbe61492
commit 8941c256ac
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ WriteMakefile(
'Net::CIDR' => '0',
'Parse::Netstat'=>'0.14',
'Error::Helper' => '1.0.0',
'Net::DNS' => '1.20',
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'Parse-Netstat-Search-*' },