$NetBSD: patch-aa,v 1.4 2006/10/21 07:38:42 obache Exp $

--- Makefile.PL.orig	2006-07-09 18:49:50.000000000 +0900
+++ Makefile.PL
@@ -50,9 +50,7 @@ WriteMakefile(
     VERSION_FROM    => "lib/$PACKAGE_FILE.pm", # finds $VERSION
     PREREQ_PM       => { 
                         Test::Harness   => 2.03,
-                       },
-    # Added to the core somewhere around 5.7.2.
-    INSTALLDIRS     => $] >= 5.00702 ? 'perl' : 'site'
+                       }
 );
 
 
