You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
652 B

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