in reply to Re: add defang wrapper to "use lib"
in thread add defang wrapper to "use lib"

That would be better, but these other module files aren't installed with Makefile.PL. They're checked into the $client's version control system, and merely extracted in place on the development and production machines. Thus, I wanted to defang those "use lib" that tried to push the production versions of the libs in front of my development versions. And that's what this snippet does, by slightly altering the behavior of "use lib".

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.