comparison Lib/IMPL/Class/PropertyInfo.pm @ 163:6ce1f052b90a

temp commit
author wizard
date Tue, 15 Mar 2011 02:32:42 +0300
parents 44977efed303
children 76515373dac0
comparison
equal deleted inserted replaced
162:39c8788eded5 163:6ce1f052b90a
1 package IMPL::Class::PropertyInfo; 1 package IMPL::Class::PropertyInfo;
2 use strict; 2 use strict;
3 use IMPL::_core::version;
3 4
4 use base qw(IMPL::Class::MemberInfo); 5 use base qw(IMPL::Class::MemberInfo);
5 6
6 __PACKAGE__->mk_accessors(qw(Type Mutators canGet canSet ownerSet)); 7 __PACKAGE__->mk_accessors(qw(Type Mutators canGet canSet ownerSet));
7 __PACKAGE__->PassThroughArgs; 8 __PACKAGE__->PassThroughArgs;