summaryrefslogtreecommitdiff
blob: 8e1d4b73acba21f21c4183b74e4acca68908e60f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Niko Tyni <ntyni@iki.fi>
Description: Makefile.PL tries to be too smart, make it generate a manpage.
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -34,9 +34,9 @@
     VERSION_FROM	=> 'src/SpeedyCGI.src',
     EXE_FILES		=> [qw(speedy/speedy speedy_backend/speedy_backend)],
     CONFIGURE		=> sub { return {DIR=>\@dirs} },
-    PM			=> {'src/SpeedyCGI.pm'=>'$(INST_LIBDIR)/SpeedyCGI.pm'},
+    # PM			=> {'src/SpeedyCGI.pm'=>'$(INST_LIBDIR)/SpeedyCGI.pm'},
     MAN1PODS		=> {},
-    MAN3PODS		=> {},
+    # MAN3PODS		=> {},
     dist		=> {DIST_DEFAULT => 'mydist'},
     realclean		=> {FILES => 'README README.html lib'},
     %write_makefile_common