randyk 2004/07/23 19:51:50
Modified: glue/perl Makefile.PL
Log:
Win32 prefers a different syntax for running the tests from the
command line.
Revision Changes Path
1.13 +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.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Makefile.PL 23 Jul 2004 07:11:09 -0000 1.12
+++ Makefile.PL 24 Jul 2004 02:51:50 -0000 1.13
@@ -79,7 +79,7 @@
return copy_docs(@docs) . test_docs([EMAIL PROTECTED],[EMAIL PROTECTED])
. <<EOT;
doc_test : @tests
- \$(FULLPERL) -Mblib -MTest::Harness -e 'runtests([EMAIL PROTECTED])'
@tests
+ \$(FULLPERLRUN) "-MExtUtils::Command::MM" "-e"
"test_harness(\$(TEST_VERBOSE), '\$(INST_LIB)', '\$(INST_ARCHLIB)')" @tests
test :: doc_test