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/05/06 01:13:51 UTC

cvs commit: xml-xerces/perl/t URLInputSource.t

jasons      01/05/05 16:13:51

  Modified:    perl/t   URLInputSource.t
  Log:
  added use blib
  
  Revision  Changes    Path
  1.8       +1 -0      xml-xerces/perl/t/URLInputSource.t
  
  Index: URLInputSource.t
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/t/URLInputSource.t,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- URLInputSource.t	2001/04/13 22:25:45	1.7
  +++ URLInputSource.t	2001/05/05 23:13:51	1.8
  @@ -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 Cwd;
   
  
  
  

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