If the module "Module" is already loaded, then the declaration use autouse 'Module' => qw(func1 func2($;$)); is equivalent to use Module qw(func1 func2); if "Module" defines func2() with prototype "($;$)", and func1() has no prototypes. (At least if ...
RJBS/autouse-1.11 - 13 Mar 2016 22:46:19 UTCClass::Autouse is a runtime class loader that allows you to specify classes that will only load when a method of that class is called. For large classes or class trees that might not be used during the running of a program, such as Date::Manip, this ...
ADAMK/Class-Autouse-2.01 - 03 Feb 2012 07:59:58 UTCThis role allows you to automatically "use" the classes your test class is testing, providing the name of the class via the "class_name" attribute. Thus, you don't need to hardcode your class names....
DROLSKY/Test-Class-Moose-0.98 - 26 Oct 2019 20:09:48 UTCThis parser is to deal with lazy module loading by "autouse"....
ISHIGAKI/Perl-PrereqScanner-NotQuiteLite-0.9913 - 06 Sep 2020 14:27:22 UTC