You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ja...@apache.org on 2002/04/25 03:47:54 UTC

cvs commit: xml-xerces/perl/t DOM_NodeIterator.t PerlErrorHandler.t

jasons      02/04/24 18:47:54

  Modified:    perl/t   DOM_NodeIterator.t PerlErrorHandler.t
  Log:
  blib
  
  Revision  Changes    Path
  1.3       +1 -1      xml-xerces/perl/t/DOM_NodeIterator.t
  
  Index: DOM_NodeIterator.t
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/t/DOM_NodeIterator.t,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DOM_NodeIterator.t	25 Apr 2002 01:44:21 -0000	1.2
  +++ DOM_NodeIterator.t	25 Apr 2002 01:47:54 -0000	1.3
  @@ -11,7 +11,7 @@
   END {print "not ok 1\n" unless $loaded;}
   use Carp;
   
  -use blib;
  +# use blib;
   use XML::Xerces;
   use Config;
   
  
  
  
  1.7       +2 -1      xml-xerces/perl/t/PerlErrorHandler.t
  
  Index: PerlErrorHandler.t
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/t/PerlErrorHandler.t,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- PerlErrorHandler.t	28 Mar 2002 07:51:13 -0000	1.6
  +++ PerlErrorHandler.t	25 Apr 2002 01:47:54 -0000	1.7
  @@ -10,7 +10,8 @@
   BEGIN { $| = 1; print "1..6\n"; }
   END {print "not ok 1\n" unless $loaded;}
   use Carp;
  -use blib;
  +
  +# use blib;
   use XML::Xerces;
   
   use lib 't';
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org