diff options
Diffstat (limited to 'ext/re')
-rw-r--r-- | ext/re/Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/re/Makefile.PL b/ext/re/Makefile.PL index 9ed83d17c8..040b085f4f 100644 --- a/ext/re/Makefile.PL +++ b/ext/re/Makefile.PL @@ -2,7 +2,7 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 're', VERSION_FROM => 're.pm', - MAN3PODS => ' ', # Pods will be built by installman. + MAN3PODS => {}, # Pods will be built by installman. XSPROTOARG => '-noprototypes', OBJECT => 're_exec$(OBJ_EXT) re_comp$(OBJ_EXT) re$(OBJ_EXT)', DEFINE => '-DPERL_EXT_RE_BUILD', |