diff --git a/lib/Spectre/Workflow.pm b/lib/Spectre/Workflow.pm index 6c180ca68..8c4357cf2 100644 --- a/lib/Spectre/Workflow.pm +++ b/lib/Spectre/Workflow.pm @@ -15,6 +15,8 @@ package Spectre::Workflow; =cut use strict; +use Crypt::Blowfish; +use JSON; use POE; use POE::Component::Client::UserAgent; diff --git a/lib/WebGUI/Operation/Spectre.pm b/lib/WebGUI/Operation/Spectre.pm index 536d0ca6d..4d573a82c 100644 --- a/lib/WebGUI/Operation/Spectre.pm +++ b/lib/WebGUI/Operation/Spectre.pm @@ -13,6 +13,7 @@ package WebGUI::Operation::Spectre; use strict; use Crypt::Blowfish; use JSON; +use WebGUI::Utility; =head1 NAME