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".