fix DATA leaks; reword documentation about the DATA filehandle
[p5sagit/p5-mst-13.2.git] / ext / Opcode / Makefile.PL
index cfc8246..d7e781f 100644 (file)
@@ -1,6 +1,7 @@
 use ExtUtils::MakeMaker;
 WriteMakefile(
     NAME => 'Opcode',
+    MAN3PODS   => {},
     VERSION_FROM => 'Opcode.pm',
-    MAN3PODS   => ' '
+    XS_VERSION => '1.03'
 );