update manifest and fix typo

This commit is contained in:
Oliver Gorwits
2013-04-01 19:31:07 +01:00
parent b95d0951f2
commit 789c528fcf
3 changed files with 10 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ package App::Netdisco::Util::Port;
use Dancer qw/:syntax :script/;
use Dancer::Plugin::DBIC 'schema';
use App::Netdisco::Util::Connect 'get_device';
use App::Netdisco::Util::Device 'get_device';
use base 'Exporter';
our @EXPORT = ();