jasons 2002/12/09 16:36:49 Modified: perl/samples Tag: V-2_0_0-branch DOMCreate.pl DOMPrint.pl Log: removed vestigial XML::Xerces::DOMParse blib lines Revision Changes Path No revision No revision 1.6.2.1 +1 -1 xml-xerces/perl/samples/DOMCreate.pl Index: DOMCreate.pl =================================================================== RCS file: /home/cvs/xml-xerces/perl/samples/DOMCreate.pl,v retrieving revision 1.6 retrieving revision 1.6.2.1 diff -u -r1.6 -r1.6.2.1 --- DOMCreate.pl 19 Oct 2002 23:01:12 -0000 1.6 +++ DOMCreate.pl 10 Dec 2002 00:36:49 -0000 1.6.2.1 @@ -65,7 +65,7 @@ use strict; -use blib; +# use blib; use XML::Xerces; # 1.11.2.1 +2 -3 xml-xerces/perl/samples/DOMPrint.pl Index: DOMPrint.pl =================================================================== RCS file: /home/cvs/xml-xerces/perl/samples/DOMPrint.pl,v retrieving revision 1.11 retrieving revision 1.11.2.1 diff -u -r1.11 -r1.11.2.1 --- DOMPrint.pl 19 Oct 2002 23:01:12 -0000 1.11 +++ DOMPrint.pl 10 Dec 2002 00:36:49 -0000 1.11.2.1 @@ -67,9 +67,8 @@ ###################################################################### use strict; -use blib; +# use blib; use XML::Xerces; -use XML::Xerces::DOMParse; use Getopt::Long; use vars qw();
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]