9 if (/INSTALLDIR_AUTOREPLACE/) {
10 $_=qq{my \$installdir="$prefix";};
12 elsif (/VERSION_AUTOREPLACE/) {
13 $_=qq{our \$version="$ver";};
16 if (grep { $_ eq $libdir } @INC) {
20 $_="use lib '$libdir';\n";
23 elsif ($. == 1 && ($ENV{NOTAINT} || ! exists $ENV{NOTAINT}) && m{^(#!.*perl.*?) -T$}) {
26 elsif (/^\$ENV{PATH}="(.*)";/) {
27 $_="\$ENV{PATH}=\"$1:$prefix/bin\";\n";