diff Lib/IMPL/Class/Property/Base.pm @ 277:6585464c4664

sync (unstable)
author sergey
date Fri, 01 Feb 2013 16:37:59 +0400
parents 8a5da17d7ef9
children
line wrap: on
line diff
--- a/Lib/IMPL/Class/Property/Base.pm	Thu Jan 31 17:37:44 2013 +0400
+++ b/Lib/IMPL/Class/Property/Base.pm	Fri Feb 01 16:37:59 2013 +0400
@@ -106,14 +106,6 @@
     1;
 }
 
-sub Implement {
-    my ($self, $name, $spec) = @_;
-    
-    {
-    	name => 
-    }
-}
-
 # extract from property info: class, name, get_accessor, set_accessor, validator
 sub RemapFactoryParams {
     my ($self,$propInfo) = @_;