in reply to Re^2: To "use" expected version of .pm file
in thread To "use" expected version of .pm file

lib is part of Perl, so that's very odd. But you don't have to use lib to modify @INC.

BEGIN { unshift @INC, '/home/user/perllib'; }