adding missing use declarations

This commit is contained in:
JT Smith 2006-02-08 20:23:54 +00:00
parent 860adb9c2c
commit c31d28eb3a
2 changed files with 3 additions and 0 deletions

View file

@ -15,6 +15,8 @@ package Spectre::Workflow;
=cut
use strict;
use Crypt::Blowfish;
use JSON;
use POE;
use POE::Component::Client::UserAgent;

View file

@ -13,6 +13,7 @@ package WebGUI::Operation::Spectre;
use strict;
use Crypt::Blowfish;
use JSON;
use WebGUI::Utility;
=head1 NAME