don't want to inherit from C3

This commit is contained in:
Graham Knop 2008-10-14 23:06:55 +00:00
parent 99adc3f0c2
commit 6ea1e40998

View file

@ -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;