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;