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} && m{^(#!/usr/bin/perl) -T$}) {