rename portcontrl file

This commit is contained in:
Oliver Gorwits
2012-12-04 22:41:22 +00:00
parent acb7bfe797
commit c9a3f69e4e
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ use Dancer ':script';
use Dancer::Plugin::DBIC 'schema';
# add dispatch methods for each port control action
use base 'Netdisco::PortControl';
use base 'Netdisco::PortControl::Actions';
use Daemon::Generic::While1;
use Netdisco::Util qw/load_nd_config is_discoverable/;