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 2001/07/09 17:28:01 UTC

cvs commit: xml-xerces/perl/t DOMException.t IDOMParser.t IDOM_DOMException.t MemBufInputSource.t

jasons      01/07/09 08:28:01

  Modified:    perl/t   DOMException.t IDOMParser.t IDOM_DOMException.t
                        MemBufInputSource.t
  Log:
  commented out 'use blib' instances
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xerces/perl/t/DOMException.t
  
  Index: DOMException.t
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/t/DOMException.t,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DOMException.t	2001/07/09 15:20:16	1.1
  +++ DOMException.t	2001/07/09 15:27:54	1.2
  @@ -11,7 +11,7 @@
   END {print "not ok 1\n" unless $loaded;}
   use Carp;
   
  -use blib;
  +# use blib;
   use XML::Xerces;
   use Config;
   
  
  
  
  1.2       +1 -1      xml-xerces/perl/t/IDOMParser.t
  
  Index: IDOMParser.t
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/t/IDOMParser.t,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IDOMParser.t	2001/07/09 15:20:16	1.1
  +++ IDOMParser.t	2001/07/09 15:27:55	1.2
  @@ -10,7 +10,7 @@
   BEGIN { $| = 1; print "1..2\n"; }
   END {print "not ok 1\n" unless $loaded;}
   use Carp;
  -use blib;
  +# use blib;
   use XML::Xerces;
   
   use lib 't';
  
  
  
  1.2       +1 -1      xml-xerces/perl/t/IDOM_DOMException.t
  
  Index: IDOM_DOMException.t
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/t/IDOM_DOMException.t,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IDOM_DOMException.t	2001/07/09 15:20:16	1.1
  +++ IDOM_DOMException.t	2001/07/09 15:27:56	1.2
  @@ -11,7 +11,7 @@
   END {print "not ok 1\n" unless $loaded;}
   use Carp;
   
  -use blib;
  +# use blib;
   use XML::Xerces;
   use Config;
   
  
  
  
  1.6       +1 -0      xml-xerces/perl/t/MemBufInputSource.t
  
  Index: MemBufInputSource.t
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/t/MemBufInputSource.t,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- MemBufInputSource.t	2001/04/13 22:25:45	1.5
  +++ MemBufInputSource.t	2001/07/09 15:27:57	1.6
  @@ -10,6 +10,7 @@
   BEGIN { $| = 1; print "1..2\n"; }
   END {print "not ok 1\n" unless $loaded;}
   use Carp;
  +# 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