diff Lib/IMPL/Class/Property/Base.pm @ 63:76b878ad6596

Added serialization support for the IMPL::Object::List More intelligent Exception message Fixed encoding support in the actions Improoved tests Minor fixes
author wizard
date Mon, 15 Mar 2010 02:38:09 +0300
parents b0c068da93ac
children f017c0d7527c
line wrap: on
line diff
--- a/Lib/IMPL/Class/Property/Base.pm	Fri Mar 12 16:23:46 2010 +0300
+++ b/Lib/IMPL/Class/Property/Base.pm	Mon Mar 15 02:38:09 2010 +0300
@@ -161,9 +161,9 @@
     \$accessor = sub {
         my \$this = shift;
         $codeAccessCheck
-        $codeValidator
         if (\@_) {
         	$codeOwnerCheck
+        	$codeValidator
         	$codeSet
         } else {
         	$codeGet