Subject: | Forced taint mode makes 'st' unusable |
Because of -T being used for perl invocation in 'st' I'm basically unable to use it.
I'm using local::lib for all perl modules/apps being installed and PERL5LIB is ignored under taint, resulting in :
$ st
Can't locate App/St.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at /home/bj/perl5/bin/st line 14.
BEGIN failed--compilation aborted at /home/bj/perl5/bin/st
Is -T really necessary?