From: Jan T. <de...@us...> - 2002-04-08 21:42:22
|
Update of /cvsroot/net-script/netscript2/src/perl/XML/DOM2 In directory usw-pr-cvs1:/tmp/cvs-serv7039 Modified Files: Node.pm Log Message: Index: Node.pm =================================================================== RCS file: /cvsroot/net-script/netscript2/src/perl/XML/DOM2/Node.pm,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Node.pm 17 Mar 2002 19:26:14 -0000 1.13 --- Node.pm 8 Apr 2002 21:42:18 -0000 1.14 *************** *** 12,16 **** # This class implements a DOM Node. Its the base class of most DOM # Interfaces. ! # @author <a href="mailto:kork at insomnia-hq.de">Jan Thomä</a> #*/ use strict; --- 12,16 ---- # This class implements a DOM Node. Its the base class of most DOM # Interfaces. ! # @author <a href="mailto:ko...@in...">Jan Thomä</a> #*/ use strict; |