perl -MSafe -e'$s = Safe->new; $s->permit(Opcode::full_opset); $s->reval("use TestThingy;"); print $@' This is TestThingy::import