X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FOpcode%2FMakefile.PL;h=d7e781f21dbe393b24b54dc58ef000de8b28f38f;hb=3e92a2540996678c49663ee454dadc7970cdb925;hp=cfc8246aea3b6e77034aee4b2460bf9b9539bac8;hpb=6badd1a5d1be4008f79fae5239b170c45be32fca;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Opcode/Makefile.PL b/ext/Opcode/Makefile.PL index cfc8246..d7e781f 100644 --- a/ext/Opcode/Makefile.PL +++ b/ext/Opcode/Makefile.PL @@ -1,6 +1,7 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Opcode', + MAN3PODS => {}, VERSION_FROM => 'Opcode.pm', - MAN3PODS => ' ' + XS_VERSION => '1.03' );