Mercurial > pub > Impl
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 59:0f3e369553bd | 60:b0c068da93ac |
|---|---|
| 1 package IMPL::Class::PropertyInfo; | 1 package IMPL::Class::PropertyInfo; |
| 2 use strict; | 2 use strict; |
| 3 | 3 |
| 4 use base qw(IMPL::Class::MemberInfo); | 4 use base qw(IMPL::Class::MemberInfo); |
| 5 | 5 |
| 6 __PACKAGE__->mk_accessors(qw(Type Mutators canGet canSet)); | 6 __PACKAGE__->mk_accessors(qw(Type Mutators canGet canSet ownerSet)); |
| 7 __PACKAGE__->PassThroughArgs; | 7 __PACKAGE__->PassThroughArgs; |
| 8 | 8 |
| 9 my %LoadedModules; | 9 my %LoadedModules; |
| 10 | 10 |
| 11 sub CTOR { | 11 sub CTOR { |
