Note: See: http://search.cpan.org/dist/perl/INSTALL#Installation_Directories
@ -981,7 +981,7 @@ build_this_package() {
else # styles that include a make run
if [ ! -f Makefile -a ! -f makefile -a \
-f Makefile.PL -a $runmkpl = 1 ]; then
perl Makefile.PL ${plconfopt:-INSTALLDIRS=perl}
perl Makefile.PL ${plconfopt:-INSTALLDIRS=vendor}
fi
#