Mercurial > pub > Impl
diff Lib/IMPL/Class/PropertyInfo.pm @ 60:b0c068da93ac
Lazy activation for the configuration objects (final concept)
small fixes
author | wizard |
---|---|
date | Tue, 09 Mar 2010 19:47:39 +0300 |
parents | 16ada169ca75 |
children | 44977efed303 |
line wrap: on
line diff
--- a/Lib/IMPL/Class/PropertyInfo.pm Tue Mar 09 02:50:45 2010 +0300 +++ b/Lib/IMPL/Class/PropertyInfo.pm Tue Mar 09 19:47:39 2010 +0300 @@ -3,7 +3,7 @@ use base qw(IMPL::Class::MemberInfo); -__PACKAGE__->mk_accessors(qw(Type Mutators canGet canSet)); +__PACKAGE__->mk_accessors(qw(Type Mutators canGet canSet ownerSet)); __PACKAGE__->PassThroughArgs; my %LoadedModules;