$OpenBSD: patch-Makefile_PL,v 1.4 2016/01/11 12:49:28 jasper Exp $

Undefined subroutine &Symbol::gensym called at Makefile.PL line 91.

--- Makefile.PL.orig	Sat May  9 13:56:21 2015
+++ Makefile.PL	Mon Jan 11 13:44:48 2016
@@ -86,6 +86,7 @@ sub check_for_apache_test {
 
 sub set_version {
     require Apache::Reload;
+    require Symbol;
     $VERSION = $Apache::Reload::VERSION;
 
     my $fh = Symbol::gensym();
@@ -271,19 +272,6 @@ sub constants {
     my $self = shift;
 
     my $string = $self->MM::constants;
-
-    # mp2 installs this into INSTALLSITEARCH, so in order to avoid
-    # problems when users forget 'make install UNINST=1', trick MM into
-    # installing pure perl modules to the sitearch location, when this is
-    # not installed as a part of mp2 build
-    if (!$ENV{MOD_PERL_2_BUILD}) {
-        $string .= <<'EOI';
-
-# install into the same location as mod_perl 2.0
-INSTALLSITELIB = $(INSTALLSITEARCH)
-DESTINSTALLSITELIB = $(DESTINSTALLSITEARCH)
-EOI
-    }
 
     $string;
 }
