Add Dancer import to SSHCollector Platforms

This commit is contained in:
Oliver Gorwits
2014-09-16 19:34:56 +01:00
parent c70dcf60d5
commit bbeda4bfa7
6 changed files with 10 additions and 7 deletions

View File

@@ -23,8 +23,9 @@ the same context.
use strict;
use warnings;
use Moo;
use Dancer ':script';
use Expect;
use Moo;
=head1 PUBLIC METHODS

View File

@@ -22,6 +22,7 @@ can't be executed, falls back to the latter.
use strict;
use warnings;
use Dancer ':script';
use Moo;
=head1 PUBLIC METHODS

View File

@@ -16,7 +16,6 @@ use strict;
use warnings;
use Dancer ':script';
use Data::Printer;
use Moo;
=head1 PUBLIC METHODS

View File

@@ -16,9 +16,8 @@ use strict;
use warnings;
use Dancer ':script';
use Data::Printer;
use Moo;
use Expect;
use Moo;
=head1 PUBLIC METHODS

View File

@@ -16,9 +16,8 @@ use strict;
use warnings;
use Dancer ':script';
use Data::Printer;
use Moo;
use Expect;
use Moo;
=head1 PUBLIC METHODS