Mercurial > pub > Impl
comparison Lib/IMPL/Object/Accessor.pm @ 180:d1676be8afcc
Перекодировка в utf-8
author | sourcer |
---|---|
date | Fri, 30 Dec 2011 23:40:00 +0300 |
parents | 4267a2ac3d46 |
children | 4d0e1962161c |
comparison
equal
deleted
inserted
replaced
179:b3d91ff7aea9 | 180:d1676be8afcc |
---|---|
11 | 11 |
12 sub surrogate { | 12 sub surrogate { |
13 $_[0]->Class::Accessor::new; | 13 $_[0]->Class::Accessor::new; |
14 } | 14 } |
15 | 15 |
16 __PACKAGE__->static_accessor( propertyInfoClass => 'IMPL::Class::AccessorPropertyInfo' ); | |
17 | |
16 sub _PropertyImplementor { | 18 sub _PropertyImplementor { |
17 'IMPL::Class::Property::Accessor' | 19 'IMPL::Class::Property::Accessor' |
18 } | 20 } |
19 1; | 21 1; |