summaryrefslogtreecommitdiff
path: root/os2/OS2/PrfDB/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'os2/OS2/PrfDB/Makefile.PL')
-rw-r--r--os2/OS2/PrfDB/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/os2/OS2/PrfDB/Makefile.PL b/os2/OS2/PrfDB/Makefile.PL
index 39521685df..2d4a6a7ae5 100644
--- a/os2/OS2/PrfDB/Makefile.PL
+++ b/os2/OS2/PrfDB/Makefile.PL
@@ -4,7 +4,7 @@ use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'OS2::PrfDB',
'VERSION_FROM' => 'PrfDB.pm', # finds $VERSION
- MAN3PODS => ' ', # Pods will be built by installman.
+ MAN3PODS => {}, # Pods will be built by installman.
'LIBS' => [''], # e.g., '-lm'
'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
'INC' => '', # e.g., '-I/usr/include/other'