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/10/12 06:16:15 UTC

cvs commit: xml-xerces/perl/t AttributeList.t Attributes.t

jasons      01/10/11 21:16:15

  Modified:    perl/t   AttributeList.t Attributes.t
  Log:
  commented out blib
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xerces/perl/t/AttributeList.t
  
  Index: AttributeList.t
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/t/AttributeList.t,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AttributeList.t	2001/10/10 19:41:16	1.1
  +++ AttributeList.t	2001/10/12 04:16:15	1.2
  @@ -10,7 +10,7 @@
   BEGIN { $| = 1; print "1..8\n"; }
   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/Attributes.t
  
  Index: Attributes.t
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/t/Attributes.t,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Attributes.t	2001/10/10 19:41:16	1.1
  +++ Attributes.t	2001/10/12 04:16:15	1.2
  @@ -10,7 +10,7 @@
   BEGIN { $| = 1; print "1..14\n"; }
   END {print "not ok 1\n" unless $loaded;}
   use Carp;
  -use blib;
  +# use blib;
   use XML::Xerces;
   use Config;
   
  
  
  

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