X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FB%2FMakefile.PL;h=cdcc4ed71b412c98545d75a145bb66d022ebfde7;hb=8d814b804e379974e16ec397b78d6c0812467daf;hp=88bd4bacd1c8b7e9303bcca0be8192d5463e73da;hpb=a8581515f26a081f18157dc1cf5553deae632d07;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/B/Makefile.PL b/ext/B/Makefile.PL index 88bd4ba..cdcc4ed 100644 --- a/ext/B/Makefile.PL +++ b/ext/B/Makefile.PL @@ -16,8 +16,9 @@ if ($^O eq 'MSWin32') { WriteMakefile( NAME => "B", VERSION => "a5", + MAN3PODS => ' ', clean => { - FILES => "perl byteperl$e *$o B.c *~" + FILES => "perl$e byteperl$e *$o B.c *~" } );