comparison 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
comparison
equal deleted inserted replaced
107:0e72ad99eef7 108:c6fb6964de4c
110 110
111 package self; 111 package self;
112 112
113 our $AUTOLOAD; 113 our $AUTOLOAD;
114 sub AUTOLOAD { 114 sub AUTOLOAD {
115 goto &{caller(). substr $AUTOLOAD,4}; 115 goto &{caller(). substr $AUTOLOAD,6};
116 } 116 }
117 117
118 package supercall; 118 package supercall;
119 119
120 our $AUTOLOAD; 120 our $AUTOLOAD;