freebsd-ports/www/p5-Apache-Compress/files/patch-Makefile.PL
Mathieu Arnold 3a98c19091 Add p5-Apache-Compress 1.003, auto-compress web files with Gzip.
PR:		56652
Submitted by:	Martin Matuska <martin@tradex.sk>
2003-10-01 14:07:03 +00:00

21 lines
706 B
Raku

--- Makefile.PL.orig Tue Sep 9 20:16:44 2003
+++ Makefile.PL Tue Sep 9 20:17:08 2003
@@ -2,12 +2,12 @@
use lib 't/lib'; # distributed here until changes are incorporated into the real version
use Apache::test;
-my %params = Apache::test->get_test_params();
-chomp (my $cwd = `pwd`);
-Apache::test->write_httpd_conf
- (%params,
- include => do {local $/; <DATA>});
-*MY::test = sub { Apache::test->MM_test(%params) };
+#my %params = Apache::test->get_test_params();
+#chomp (my $cwd = `pwd`);
+#Apache::test->write_httpd_conf
+# (%params,
+# include => do {local $/; <DATA>});
+#*MY::test = sub { Apache::test->MM_test(%params) };
my $module = 'Apache::Compress';
my ($name, $dir);