From 298cc41562824ec09a457c886e3592c2c760cd99 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 24 Jun 2010 14:41:58 -0700 Subject: [PATCH] Add a missing module required for BUILDARGS; --- lib/WebGUI/Shop/Ship.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/WebGUI/Shop/Ship.pm b/lib/WebGUI/Shop/Ship.pm index 8e682335c..c0f298117 100644 --- a/lib/WebGUI/Shop/Ship.pm +++ b/lib/WebGUI/Shop/Ship.pm @@ -9,6 +9,7 @@ use WebGUI::Pluggable; use WebGUI::Shop::Admin; use WebGUI::Shop::ShipDriver; use WebGUI::Utility; +use Scalar::Util; =head1 NAME