openbsd-ports/www/p5-HTML-Mason/patches/patch-Makefile_PL

15 lines
511 B
Plaintext
Raw Normal View History

$OpenBSD: patch-Makefile_PL,v 1.1 2001/04/18 23:17:29 avsm Exp $
--- Makefile.PL.orig Wed Apr 18 23:26:25 2001
+++ Makefile.PL Wed Apr 18 23:26:56 2001
@@ -21,7 +21,9 @@ chk_version(Params::Validate => '0.04')
. " from CPAN/modules/by-authors/id/D/DR/DROLSKY/Params-Validate-x.x.tar.gz\n\n";
make_config();
-setup_mod_perl_tests();
+
+# Disable mod_perl tests for automatic port generation
+# setup_mod_perl_tests();
# Get these into the MY namespace for the MY::test method
%MY::APACHE = %APACHE;