mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
5 lines
239 B
Plaintext
5 lines
239 B
Plaintext
The Perl 5 module lib::abs is a library to transform relative paths
|
|
to absolute paths at the BEGIN stage, and push them to @INC. Relative
|
|
path origin is not the current working directory, but the location
|
|
of the file the statement is in.
|