Add Dancer import to SSHCollector Platforms
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
|
||||
[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
|
||||
|
||||
|
||||
@@ -23,8 +23,9 @@ the same context.
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use Moo;
|
||||
use Dancer ':script';
|
||||
use Expect;
|
||||
use Moo;
|
||||
|
||||
=head1 PUBLIC METHODS
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -16,7 +16,6 @@ use strict;
|
||||
use warnings;
|
||||
|
||||
use Dancer ':script';
|
||||
use Data::Printer;
|
||||
use Moo;
|
||||
|
||||
=head1 PUBLIC METHODS
|
||||
|
||||
@@ -16,9 +16,8 @@ use strict;
|
||||
use warnings;
|
||||
|
||||
use Dancer ':script';
|
||||
use Data::Printer;
|
||||
use Moo;
|
||||
use Expect;
|
||||
use Moo;
|
||||
|
||||
=head1 PUBLIC METHODS
|
||||
|
||||
|
||||
@@ -16,9 +16,8 @@ use strict;
|
||||
use warnings;
|
||||
|
||||
use Dancer ':script';
|
||||
use Data::Printer;
|
||||
use Moo;
|
||||
use Expect;
|
||||
use Moo;
|
||||
|
||||
=head1 PUBLIC METHODS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user