randyk      2004/07/23 20:43:41

  Modified:    glue/perl Makefile.PL
  Log:
  fix previous fix to use the correct 'blib' for @INC. Also adjust to insert
  a tab in the Makefile target.
  
  Revision  Changes    Path
  1.14      +1 -1      httpd-apreq-2/glue/perl/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/glue/perl/Makefile.PL,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- Makefile.PL       24 Jul 2004 02:51:50 -0000      1.13
  +++ Makefile.PL       24 Jul 2004 03:43:41 -0000      1.14
  @@ -79,7 +79,7 @@
   
       return copy_docs(@docs) . test_docs([EMAIL PROTECTED],[EMAIL PROTECTED]) 
. <<EOT;
   doc_test : @tests
  -        \$(FULLPERLRUN) "-MExtUtils::Command::MM" "-e" 
"test_harness(\$(TEST_VERBOSE), '\$(INST_LIB)', '\$(INST_ARCHLIB)')" @tests
  +     \$(FULLPERLRUN) "-Mblib" "-MTest::Harness" "-e" "runtests([EMAIL 
PROTECTED])" @tests
   
   test :: doc_test
   
  
  
  

Reply via email to