fix more things for metaclass roles

This commit is contained in:
Graham Knop 2010-02-19 11:55:36 -06:00
parent 13b753850f
commit a2f0cbe9ba
6 changed files with 57 additions and 45 deletions

View file

@ -15,7 +15,7 @@ package WebGUI::Definition::Meta::Property;
=cut
use 5.010;
use Moose;
use Moose::Role;
use namespace::autoclean;
no warnings qw(uninitialized);
@ -36,8 +36,6 @@ a read-only form method, that provides the form properties for the attribute.
=cut
extends 'Moose::Meta::Attribute';
has 'form' => (
is => 'ro',
);