in reply to Private modules on webhost - @INC with XS modules?

IIRC you can use lib 'SOMEWHERE' as long as you have the XS parts in SOMEWHERE/arch/.... (i.e. SOMEWHERE/arch/auto/Module/Name.so) I don't think "use blib" does anything more than search for a "blib" directory up the tree and "use lib" that.