Put extensions' autoload files in $archlib
Chip Salzenberg [Wed, 2 Apr 1997 21:49:53 +0000 (09:49 +1200)]
installperl

index a654b26..07b1e55 100755 (executable)
@@ -415,7 +415,7 @@ sub installlib {
     }
 
     if (-f $_) {
-       if (/\.al$/ || /\.ix$/) {
+       if (/\.(?:al|ix)$/ && !($dir =~ m[^auto/(.*)$] && $archpms{$1})) {
            $installlib = $installprivlib;
            #We're installing *.al and *.ix files into $installprivlib,
            #but we have to delete old *.al and *.ix files from the 5.000