comparison Lib/IMPL/Config/Activator.pm @ 61:8d0ae27d15c1

minor changes
author wizard
date Wed, 10 Mar 2010 16:41:46 +0300
parents b0c068da93ac
children 3d1f584aea60
comparison
equal deleted inserted replaced
60:b0c068da93ac 61:8d0ae27d15c1
5 use IMPL::Class::Property; 5 use IMPL::Class::Property;
6 6
7 BEGIN { 7 BEGIN {
8 public property factory => prop_all; 8 public property factory => prop_all;
9 public property parameters => prop_all; 9 public property parameters => prop_all;
10 public property depends => prop_all | prop_list;
11 public property object => prop_get | owner_set; 10 public property object => prop_get | owner_set;
12 } 11 }
13 12
14 __PACKAGE__->PassThroughArgs; 13 __PACKAGE__->PassThroughArgs;
15 14