diff Lib/IMPL/DOM/Node.pm @ 21:fafe56cfcd69

temp commit
author Sergey
date Wed, 30 Sep 2009 10:25:41 +0400
parents 818c74b038ae
children 7f00786f8210
line wrap: on
line diff
--- a/Lib/IMPL/DOM/Node.pm	Tue Sep 22 17:17:38 2009 +0400
+++ b/Lib/IMPL/DOM/Node.pm	Wed Sep 30 10:25:41 2009 +0400
@@ -234,7 +234,7 @@
     join '', $this->nodeValue || '', map $_->nodeValue || '', @{$this->childNodes};
 }
 
-sub Property {
+sub nodeProperty {
     my $this = shift;
     my $name = shift;