FindBin::libs simplifies module management by automatically including 'lib' dirs using the runtime executable path. This allows, for example, files running from ./t to prefer t/lib modules over normal ones and avoid connecting to production databases for destructive testing. This also simplifies work in sandboxes by using the locally available, in-work, modules automatically.
This talk describes how the Raku version of the module was created from Perl5, including the Raku syntax, module building and management with mi6, and how the modules that make up the new FindBin::libs interact to provide the interface.