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

@@ -2,7 +2,11 @@
[ENHANCEMENTS] [ENHANCEMENTS]
* Setting for items in number of records per table page menu (table_showrecordsmenu). * [#144] Setting for items in number of records per table page menu (table_showrecordsmenu).
[BUG FIXES]
* Add Dancer import to SSHCollector Platforms
2.029007 - 2014-09-12 2.029007 - 2014-09-12

View File

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

View File

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

View File

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

View File

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

View File

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