Binary package “libmethod-autoload-perl” in ubuntu focal

autoloads methods from a list of packages into the current package

 The Method::Autoload base class package is used to autoload methods
 from a list of packages where you may not know what methods are
 available until run time. A good use of this package is programming
 support for user contributed packages or user contributed plugins.