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.