RE: Perl @ 33218 (Stratus VOS patches)
[p5sagit/p5-mst-13.2.git] / ext / Opcode / Makefile.PL
index 7fdcdf6..890832a 100644 (file)
@@ -1,7 +1,6 @@
 use ExtUtils::MakeMaker;
 WriteMakefile(
     NAME => 'Opcode',
-    MAN3PODS   => ' ',
+    MAN3PODS   => {},
     VERSION_FROM => 'Opcode.pm',
-    XS_VERSION => '1.02'
 );