jwoolley 02/03/25 23:58:27
Modified: perl-framework README
Log:
Apparently it works either way.
Submitted by: Stas Bekman
Revision Changes Path
1.10 +1 -1 httpd-test/perl-framework/README
Index: README
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/README,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -u -r1.9 -r1.10
--- README 26 Mar 2002 04:48:00 -0000 1.9
+++ README 26 Mar 2002 07:58:27 -0000 1.10
@@ -26,7 +26,7 @@
2. Any DSOs you wish to use should be configured in that Apache's
httpd.conf (the test harness will pick this configuration up)
3. Setup:
- perl Makefile.PL apxs /path/to/apache/bin/apxs
+ perl Makefile.PL -apxs /path/to/apache/bin/apxs
4. Run the tests:
t/TEST
5. Evaluate test output.