File: makefile-for-apache2.patch

package info (click to toggle)
libapache-authznetldap-perl 0.07-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 124 kB
  • ctags: 12
  • sloc: perl: 433; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 460 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: adjust Makefile.PL for mod_perl2
Origin: vendor
Forwarded: no
Author: AGOSTINI Yves <agostini@univ-metz.fr>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2013-08-20

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -44,7 +44,7 @@
                 Net::LDAP => '',
 		MIME::Base64 => '',
 	    	URI => '',
-                mod_perl => '',
+                mod_perl2 => '',
         ],              # core modules; may also be 'all'
     );