From c31d28eb3add7a0d50763cc9a9e2d2254893109c Mon Sep 17 00:00:00 2001 From: JT Smith Date: Wed, 8 Feb 2006 20:23:54 +0000 Subject: [PATCH] adding missing use declarations --- lib/Spectre/Workflow.pm | 2 ++ lib/WebGUI/Operation/Spectre.pm | 1 + 2 files changed, 3 insertions(+) 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