libfile-findlib-perl 0.001004-2 (arm64 binary) in ubuntu noble

 File::FindLib starts in the directory where your script (or library) is
 located and looks for the file or directory whose name you pass in. If it
 isn't found, then FindLib looks in the parent directory and continues moving
 up parent directories until it finds it or until there is not another parent
 directory.
 .
 If it finds the named path and it is a directory, then it prepends it to
 @INC. That is,
 .
   use File::FindLib 'lib';
 .
 is roughly equivalent to:
 .
   use File::Basename qw< dirname >;
   use lib dirname(__FILE__) . '/../../../lib';

Details

Package version:
0.001004-2
Source:
libfile-findlib-perl 0.001004-2 source package in Ubuntu
Status:
Superseded
Component:
universe
Priority:
Optional

Package relationships

Depends on: