in reply to Re: use lib functionality
in thread use lib functionality

With Perl modules that are only Perl code, it is usually OK. When in doubt, try it.

Of special note are modules that say they are pure-Perl. This means that the module is a replacement for a module using C, XS, or something similar, so it is often intended to be uploaded without installing.