randyk      2004/07/22 22:37:57

  Modified:    glue/perl Makefile.PL
  Log:
  Win32's nmake doesn't understand $^ - use "@tests" instead.
  
  Revision  Changes    Path
  1.11      +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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Makefile.PL       22 Jul 2004 03:07:44 -0000      1.10
  +++ Makefile.PL       23 Jul 2004 05:37:57 -0000      1.11
  @@ -73,7 +73,7 @@
        pod2test $< $@
   
   doc_test : %s
  -     $(FULLPERL) -Mblib -MTest::Harness -e 'runtests(@ARGV)' $^
  +        $(FULLPERL) -Mblib -MTest::Harness -e 'runtests(@ARGV)' "@tests"
   
   test :: doc_test
   
  
  
  

Reply via email to