diff Lib/IMPL/Class/Property.pm @ 59:0f3e369553bd

Rewritten property implementation (probably become slower but more flexible) Configuration infrastructure in progress (in the aspect of the lazy activation) Initial concept for the code generator
author wizard
date Tue, 09 Mar 2010 02:50:45 +0300
parents 16ada169ca75
children 76515373dac0
line wrap: on
line diff
--- a/Lib/IMPL/Class/Property.pm	Fri Mar 05 20:14:45 2010 +0300
+++ b/Lib/IMPL/Class/Property.pm	Tue Mar 09 02:50:45 2010 +0300
@@ -15,7 +15,7 @@
 
 sub prop_get { 1 };
 sub prop_set { 2 };
-sub owner_set { 2 };
+sub owner_set { 10 };
 sub prop_none { 0 };
 sub prop_all { 3 };
 sub prop_list { 4 };