remove uneeded Net::DNS dependency
This commit is contained in:
@@ -7,7 +7,6 @@ use Dancer::Plugin::DBIC;
|
|||||||
use NetAddr::IP::Lite ':lower';
|
use NetAddr::IP::Lite ':lower';
|
||||||
use Net::MAC ();
|
use Net::MAC ();
|
||||||
use List::MoreUtils ();
|
use List::MoreUtils ();
|
||||||
use Net::DNS ();
|
|
||||||
|
|
||||||
hook 'before' => sub {
|
hook 'before' => sub {
|
||||||
# view settings for node options
|
# view settings for node options
|
||||||
|
|||||||
@@ -47,7 +47,6 @@ install Perl dependencies into a custom library path:
|
|||||||
namespace::clean \
|
namespace::clean \
|
||||||
Moo \
|
Moo \
|
||||||
List::MoreUtils \
|
List::MoreUtils \
|
||||||
Net::DNS \
|
|
||||||
Socket6 \
|
Socket6 \
|
||||||
HTML::Entities \
|
HTML::Entities \
|
||||||
Template::Toolkit \
|
Template::Toolkit \
|
||||||
|
|||||||
Reference in New Issue
Block a user