diff options
Diffstat (limited to 'ext/FileHandle/Makefile.PL')
-rw-r--r-- | ext/FileHandle/Makefile.PL | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/FileHandle/Makefile.PL b/ext/FileHandle/Makefile.PL new file mode 100644 index 0000000000..8424f4d985 --- /dev/null +++ b/ext/FileHandle/Makefile.PL @@ -0,0 +1,5 @@ +use ExtUtils::MakeMaker; +WriteMakefile( + MAN3PODS => ' ', # Pods will be built by installman. + XSPROTOARG => '-noprototypes', # XXX remove later? +); |