libfile-findlib-perl binary package in Ubuntu Noble arm64

 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';

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2024-03-12 21:47:52 UTC Published Ubuntu Noble arm64 release universe perl Optional 0.001004-3
  • Published
  • Copied from ubuntu noble-proposed amd64 in Primary Archive for Ubuntu
  Deleted Ubuntu Noble arm64 proposed universe perl Optional 0.001004-3
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to noble

  • Published
  • Copied from ubuntu noble-proposed amd64 in Primary Archive for Ubuntu
  2024-03-12 21:48:24 UTC Superseded Ubuntu Noble arm64 release universe perl Optional 0.001004-2
  • Removal requested .
  • Superseded by amd64 build of libfile-findlib-perl 0.001004-3 in ubuntu noble PROPOSED
  • Published
  • Copied from ubuntu lunar-proposed amd64 in Primary Archive for Ubuntu