blib pragma and taint safety

jdavidb on 2007-08-23T20:47:39

If you have taint mode on and you try to use blib;, all subsequent use statements will fail. But you can explicitly tell blib what directory to use, and it will work fine:

use blib '/path/to/test/dir';

Before you ask: because it's not installed yet, that's why.