From 9612f3654048c22323b6ecab787aa523c464ecf2 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 24 Sep 2010 10:02:15 -0700 Subject: [PATCH] Use Moose modules. --- lib/WebGUI/Shop/PayDriver.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/WebGUI/Shop/PayDriver.pm b/lib/WebGUI/Shop/PayDriver.pm index 8435e4279..7754a4993 100644 --- a/lib/WebGUI/Shop/PayDriver.pm +++ b/lib/WebGUI/Shop/PayDriver.pm @@ -30,6 +30,9 @@ use JSON; use Clone qw/clone/; use Scalar::Util qw/blessed/; +use Moose; +use WebGUI::Definition; + =head1 NAME Package WebGUI::Shop::PayDriver