The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:autouse"

autouse - postpone load of modules until a function is used River stage two • 6 direct dependents • 13 total dependents

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 UTC

Class::Autouse - Run-time load a class the first time you call a method in it. River stage two • 13 direct dependents • 23 total dependents

Class::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 UTC

lib/Class/Autouse/Parent.pm River stage two • 13 direct dependents • 23 total dependents

ADAMK/Class-Autouse-2.01 - 03 Feb 2012 07:59:58 UTC

Test::Class::Moose::Role::AutoUse - Automatically load the classes you're testing River stage two • 15 direct dependents • 22 total dependents

This 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.99 - 07 Feb 2021 17:09:12 UTC

Perl::PrereqScanner::NotQuiteLite::Parser::Autouse River stage three • 3 direct dependents • 239 total dependents

This parser is to deal with lazy module loading by "autouse"....

ISHIGAKI/Perl-PrereqScanner-NotQuiteLite-0.9917 - 27 Apr 2023 15:51:13 UTC
5 results (0.017 seconds)