diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-27 02:03:48 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-27 02:03:48 +0000 |
commit | eaa714d7b427469323f9cdf8a5e501aecd6e56da (patch) | |
tree | 2e0bf772048494255573b6e359f93e72bc5cf960 /www/p5-Apache-SSI/files | |
parent | b51c4219ade54bafa07d0188d122e444a435bdb8 (diff) |
Notes
Diffstat (limited to 'www/p5-Apache-SSI/files')
-rw-r--r-- | www/p5-Apache-SSI/files/patch-Makefile.PL | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/www/p5-Apache-SSI/files/patch-Makefile.PL b/www/p5-Apache-SSI/files/patch-Makefile.PL new file mode 100644 index 000000000000..d187dfeb34f8 --- /dev/null +++ b/www/p5-Apache-SSI/files/patch-Makefile.PL @@ -0,0 +1,24 @@ +--- Makefile.PL.orig Sat May 26 17:38:41 2001 ++++ Makefile.PL Sat May 26 17:39:28 2001 +@@ -1,13 +1,13 @@ + use ExtUtils::MakeMaker; +-use lib 't/lib'; +-use Apache::test; ++#use lib 't/lib'; ++#use Apache::test; + +-my %params = Apache::test->get_test_params(); +-chomp (my $cwd = `pwd`); +-Apache::test->write_httpd_conf +- (%params, +- include => join '', <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 => join '', <DATA>); ++#*MY::test = sub { Apache::test->MM_test(%params) }; + + + my $module = 'Apache::SSI'; |