diff options
Diffstat (limited to 'ext/Opcode')
-rw-r--r-- | ext/Opcode/Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Opcode/Makefile.PL b/ext/Opcode/Makefile.PL index 48a6ed82b8..d7e781f21d 100644 --- a/ext/Opcode/Makefile.PL +++ b/ext/Opcode/Makefile.PL @@ -1,7 +1,7 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Opcode', - MAN3PODS => ' ', + MAN3PODS => {}, VERSION_FROM => 'Opcode.pm', XS_VERSION => '1.03' ); |