correct bugs exposed in MM_Unix.pm by commenting out Selfloader
[p5sagit/p5-mst-13.2.git] / ext / attrs / Makefile.PL
index c421757..86ed3f3 100644 (file)
@@ -2,6 +2,6 @@ use ExtUtils::MakeMaker;
 WriteMakefile(
     NAME       => 'attrs',
     VERSION_FROM => 'attrs.pm',
-    MAN3PODS   => ' ',         # Pods will be built by installman.
+    MAN3PODS   => {},  # Pods will be built by installman.
     XSPROTOARG => '-noprototypes'
 );