liblib-relative-perl

module to add paths relative to the current file to @INC

Description

lib::relative proposes a straightforward method to add a relative path to @INC: it takes a path relative to the current file, absolutizes it, and adds it to @INC.

Adding a path to @INC to load modules from a local directory may seem simple, but has a few common pitfalls to be aware of:

Directly adding a relative path to @INC means that any later code that changes the current working directory will change where modules are loaded from.

Additionally, the commonly used FindBin module relies on interpreter state and the path to the original script invoked by the perl interpreter, sometimes requiring workarounds in uncommon cases like generated or embedded code.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/lib-relative


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install liblib-relative-perl