add missing import

This commit is contained in:
Oliver Gorwits
2015-04-26 22:01:28 +01:00
parent fb61805ca5
commit dadd7ba310
2 changed files with 11 additions and 16 deletions

View File

@@ -5,6 +5,7 @@ use Dancer::Plugin::DBIC 'schema';
use Scalar::Util 'blessed';
use NetAddr::IP::Lite ':lower';
use App::Netdisco::Util::DNS 'hostname_from_ip';
use base 'Exporter';
our @EXPORT = ();