Binary package “liblib-abs-perl” in ubuntu jammy

module to make relative path absolute to caller

 The main reason of the lib::abs module is transformate relative paths to
 absolute at the BEGIN stage, and push transformed to @INC. Relative path
 basis is not the current working directory, but the location of file, where
 the statement is (caller file).