This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
patch for blead - Perlvms.pod update
[perl5.git] / ext / Opcode / Makefile.PL
index 400ae7c..d7e781f 100644 (file)
@@ -1,7 +1,7 @@
 use ExtUtils::MakeMaker;
 WriteMakefile(
     NAME => 'Opcode',
-    MAN3PODS   => ' ',
+    MAN3PODS   => {},
     VERSION_FROM => 'Opcode.pm',
-    XS_VERSION => '1.00'
+    XS_VERSION => '1.03'
 );