diff Lib/IMPL/Object/Abstract.pm @ 108:c6fb6964de4c

Removed absolute modules Updated DOM model, selectNodes can now select a complex path Web DOM model release candidate
author wizard
date Fri, 14 May 2010 16:06:06 +0400
parents 0667064553ef
children a7efb3117295
line wrap: on
line diff
--- a/Lib/IMPL/Object/Abstract.pm	Thu May 13 03:46:29 2010 +0400
+++ b/Lib/IMPL/Object/Abstract.pm	Fri May 14 16:06:06 2010 +0400
@@ -112,7 +112,7 @@
 
 our $AUTOLOAD;
 sub AUTOLOAD {
-    goto &{caller(). substr $AUTOLOAD,4};
+    goto &{caller(). substr $AUTOLOAD,6};
 }
 
 package supercall;