Message-id: <4.3.2.7.2.
20020208191757.00b4cea0@shell2.webquarry.com>
p4raw-id: //depot/perl@14610
for (@ini_INC) {
push @flags, '-I', $_;
}
+ push @flags, '-T' if ${^TAINT};
# Arrange for setting the old INC:
set_list("PERLDB_INC", @ini_INC);
if ($0 eq '-e') {