adding missing use declarations
This commit is contained in:
parent
860adb9c2c
commit
c31d28eb3a
2 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ package Spectre::Workflow;
|
|||
=cut
|
||||
|
||||
use strict;
|
||||
use Crypt::Blowfish;
|
||||
use JSON;
|
||||
use POE;
|
||||
use POE::Component::Client::UserAgent;
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ package WebGUI::Operation::Spectre;
|
|||
use strict;
|
||||
use Crypt::Blowfish;
|
||||
use JSON;
|
||||
use WebGUI::Utility;
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue