stas        01/12/09 21:26:28

  Modified:    t        TEST.PL
  Log:
  - use the full path to Apache-Test/lib, rather than relative
  
  Revision  Changes    Path
  1.5       +2 -1      modperl-2.0/t/TEST.PL
  
  Index: TEST.PL
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/TEST.PL,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TEST.PL   2001/04/04 17:27:16     1.4
  +++ TEST.PL   2001/12/10 05:26:28     1.5
  @@ -3,7 +3,8 @@
   use strict;
   use warnings FATAL => 'all';
   
  -use lib map { "$_/Apache-Test/lib" } qw(. ..);
  +use FindBin;
  +use lib "$FindBin::Bin/../Apache-Test/lib";
   
   use Apache::TestRunPerl ();
   
  
  
  


Reply via email to