start of conversion to metaclass roles

This commit is contained in:
Graham Knop 2010-02-17 16:37:46 -06:00
parent 117c7897bb
commit 13b753850f
5 changed files with 94 additions and 76 deletions

View file

@ -15,7 +15,7 @@ package WebGUI::Definition::Meta::Property::Asset;
=cut
use 5.010;
use Moose;
use Moose::Role;
use namespace::autoclean;
no warnings qw(uninitialized);
@ -36,8 +36,6 @@ The following methods are added.
=cut
extends 'WebGUI::Definition::Meta::Property';
has 'tableName' => (
is => 'ro',
required => 1,