$NetBSD$

Suppress building/installation of the docs correctly. Fixes build
failure with recent Perl.

--- wml_common/htmlclean/Makefile.PL~	2000-04-19 22:23:08.000000000 +0000
+++ wml_common/htmlclean/Makefile.PL
@@ -4,4 +4,7 @@ WriteMakefile(
     'NAME'	   => 'HTML::Clean',
     'VERSION_FROM' => 'Clean.pm',
     'dist'         => { COMPRESS => 'gzip', SUFFIX => 'gz' },
+    # suppress docs
+    'MAN1PODS' => { },
+    'MAN3PODS' => { }
 );
