From 6ea1e40998f29df353b5c4ece33916ccc433ec7e Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Tue, 14 Oct 2008 23:06:55 +0000 Subject: [PATCH] don't want to inherit from C3 --- lib/WebGUI/AssetAspect/Comments.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/AssetAspect/Comments.pm b/lib/WebGUI/AssetAspect/Comments.pm index 9e5cb532a..ae9634ff2 100644 --- a/lib/WebGUI/AssetAspect/Comments.pm +++ b/lib/WebGUI/AssetAspect/Comments.pm @@ -15,7 +15,7 @@ package WebGUI::AssetAspect::Comments; =cut use strict; -use base 'Class::C3'; +use Class::C3; use JSON; use Tie::IxHash; use WebGUI::Exception;