Mercurial > pub > Impl
comparison Lib/IMPL/Object/PublicSerializable.pm @ 294:8088779e539d
corrected IMPL::Config::Activator
author | cin |
---|---|
date | Thu, 28 Feb 2013 02:19:38 +0400 |
parents | 4ddb27ff4a0b |
children |
comparison
equal
deleted
inserted
replaced
293:15d87ef41764 | 294:8088779e539d |
---|---|
25 map $_->name,$this->GetMeta( | 25 map $_->name,$this->GetMeta( |
26 'IMPL::Class::PropertyInfo', | 26 'IMPL::Class::PropertyInfo', |
27 sub { | 27 sub { |
28 $_->access == ACCESS_PUBLIC and | 28 $_->access == ACCESS_PUBLIC and |
29 $_->getter and | 29 $_->getter and |
30 $_->setter and | |
30 not $_->ownerSet and | 31 not $_->ownerSet and |
31 not $seen{$_->name} ++ | 32 not $seen{$_->name} ++ |
32 }, | 33 }, |
33 1 | 34 1 |
34 ); | 35 ); |