Fix install bug. Maintainer's domain is dead in H20.

Reviewed By:	lioux
This commit is contained in:
Alan Eldridge 2002-08-28 21:24:31 +00:00
parent b24a852cb9
commit f8fe36a5ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65192

View file

@ -0,0 +1,11 @@
--- Makefile.PL~ Mon Aug 26 06:53:00 2002
+++ Makefile.PL Wed Aug 28 11:15:58 2002
@@ -37,7 +37,7 @@
File::Spec => 0.6,
},
# Added to the core somewhere around 5.7.2.
- INSTALLDIRS => $] >= 5.00702 ? 'perl' : 'site'
+ INSTALLDIRS => 'site'
);