From 3a50e39ca126ed8445e25fee3108aefed712137f Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Fri, 25 Mar 2011 21:55:15 -0500 Subject: [PATCH] =?UTF-8?q?forgot=20to=20add=20the=20m=C3=B8=C3=B8se?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/WebGUI/AssetHelper/Image/Resize.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/AssetHelper/Image/Resize.pm b/lib/WebGUI/AssetHelper/Image/Resize.pm index 85a6bc4ce..c1913d63a 100644 --- a/lib/WebGUI/AssetHelper/Image/Resize.pm +++ b/lib/WebGUI/AssetHelper/Image/Resize.pm @@ -1,6 +1,10 @@ package WebGUI::AssetHelper::Image::Resize; -use base 'WebGUI::AssetHelper'; +use strict; +use warnings; + +use Moose; +extends 'WebGUI::AssetHelper'; #-------------------------------------------------------------------