in reply to Locating modules in directories

Going throught "perldoc lib" I found the following "cryptic" sentence:

That sentence describes information important to modules with compiled components--XS modules. Until you write your own, you can mostly ignore it. As long as the only XS modules you use come from vendor packages, are core modules, or use ExtUtils::MakeMaker or Module::Build and the standard CPAN module installation process, you can continue to ignore it.