start of conversion to metaclass roles
This commit is contained in:
parent
117c7897bb
commit
13b753850f
5 changed files with 94 additions and 76 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue