in reply to Private modules on webhost - @INC with XS modules?
blib was in Perl 5.6.1 for certain. Your provider's installation is severely broken:
$ perl -MModule::CoreList print Module::CoreList->first_release('blib'); 5.004 [download]