diff 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
line wrap: on
line diff
--- a/Lib/IMPL/Object/PublicSerializable.pm	Wed Feb 27 17:37:28 2013 +0400
+++ b/Lib/IMPL/Object/PublicSerializable.pm	Thu Feb 28 02:19:38 2013 +0400
@@ -27,6 +27,7 @@
             sub {
                 $_->access == ACCESS_PUBLIC and
                 $_->getter and
+                $_->setter and
                 not $_->ownerSet and
                 not $seen{$_->name} ++
             },