diff options
Diffstat (limited to 'www/p5-Apache-SSI/files/patch-Makefile.PL')
-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 0000000..d187dfe --- /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'; |