asset role should include generic object role, not itself

This commit is contained in:
Graham Knop 2010-02-16 17:26:47 -06:00
parent 845ede878a
commit 57484beb66

View file

@ -19,7 +19,7 @@ use Moose::Role;
use namespace::autoclean;
no warnings qw(uninitialized);
with 'WebGUI::Definition::Role::Asset';
with 'WebGUI::Definition::Role::Object';
our $VERSION = '0.0.1';