stas        02/05/14 08:57:14

  Modified:    ModPerl-Registry Makefile.PL
  Log:
  adjust @INC, so we can run t/TEST and cd t && TEST
  
  Revision  Changes    Path
  1.6       +1 -1      modperl-2.0/ModPerl-Registry/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/Makefile.PL,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Makefile.PL       14 May 2002 15:43:03 -0000      1.5
  +++ Makefile.PL       14 May 2002 15:57:14 -0000      1.6
  @@ -2,7 +2,7 @@
   use warnings FATAL => 'all';
   no warnings 'redefine';
   
  -use lib qw(../lib ../Apache-Test/lib);
  +use lib map {($_, "../$_") } qw(lib Apache-Test/lib);
   
   use ModPerl::MM ();
   
  
  
  


Reply via email to