X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FOpcode%2FMakefile.PL;h=d7e781f21dbe393b24b54dc58ef000de8b28f38f;hb=3e92a2540996678c49663ee454dadc7970cdb925;hp=7fdcdf6ac1302fc0d715f9298ae9289ae7565b44;hpb=8903cb82b09fb34870c757f52ce481b09be4b606;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Opcode/Makefile.PL b/ext/Opcode/Makefile.PL index 7fdcdf6..d7e781f 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.02' + XS_VERSION => '1.03' );