correct FSF address in various places
[p5sagit/p5-mst-13.2.git] / ext / B / Makefile.PL
index 88bd4ba..cdcc4ed 100644 (file)
@@ -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 *~"
     }
 );