remove uneeded Net::DNS dependency

This commit is contained in:
Oliver Gorwits
2012-12-09 15:34:11 +00:00
parent efcf88e648
commit 8aa53fc11f
2 changed files with 0 additions and 2 deletions

View File

@@ -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

View File

@@ -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 \