BEGIN { unshift @INC, "/some/path/Net-Clacks/lib"; unshift @INC, "/another/path/My-Secret-Module/lib"; }; use Net::Clacks; use My::Secret::Module;