in reply to Re: using newer modules
in thread using newer modules

No, Camel book says use lib is almost the same as
BEGIN { unshift @INC, LIST; }
except it supports platform specific stuff... so it should work.
                - Ant