diff --git a/Netdisco/lib/Netdisco/Web/Search.pm b/Netdisco/lib/Netdisco/Web/Search.pm index 0fb00f8e..7d643c74 100644 --- a/Netdisco/lib/Netdisco/Web/Search.pm +++ b/Netdisco/lib/Netdisco/Web/Search.pm @@ -7,7 +7,6 @@ use Dancer::Plugin::DBIC; use NetAddr::IP::Lite ':lower'; use Net::MAC (); use List::MoreUtils (); -use Net::DNS (); hook 'before' => sub { # view settings for node options diff --git a/README.pod b/README.pod index 48f90c46..b5db4a41 100644 --- a/README.pod +++ b/README.pod @@ -47,7 +47,6 @@ install Perl dependencies into a custom library path: namespace::clean \ Moo \ List::MoreUtils \ - Net::DNS \ Socket6 \ HTML::Entities \ Template::Toolkit \