From c4e539cf7b31c8938ea471419e42f79a87cfb4ea Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 7 May 2018 12:30:32 +0300 Subject: Use gethostbyname + Socket::inet_ntoa instead of Net::DNS --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 53ed39a..1fad0ba 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -31,7 +31,7 @@ my %makefile_args = ( 'Pod::Man' => 2.25, 'Text::ParseWords' => 3.27, 'Data::Dumper' => 0, - 'Net::DNS' => 0.68, + 'Socket' => 0, 'Sys::Hostname' => 1.16 }, -- cgit v1.2.1