The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "autouse"

autouse - postpone load of modules until a function is used River stage two • 5 direct dependents • 12 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 - Search in distribution

Class::Autouse - Run-time load a class the first time you call a method in it. River stage two • 13 direct dependents • 24 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 - Search in distribution

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 - Search in distribution

Perl::PrereqScanner::NotQuiteLite::Parser::Autouse River stage three • 3 direct dependents • 227 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 - Search in distribution

UR::ModuleLoader - UR hooks into Class::Autouse River stage one • 1 direct dependent • 1 total dependent

UR uses Class::Autouse to handle automagic loading for modules. As long as some part of an application "use"s a Namespace module, the autoloader will handle loading modules under that namespace when they are needed....

BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC - Search in distribution
  • UR - rich declarative transactional objects

Inline - Write Perl Subroutines in Other Programming Languages River stage three • 66 direct dependents • 127 total dependents

The Inline module allows you to put source code from other programming languages directly "inline" in a Perl script or module. The code is automatically compiled as needed, and then loaded for immediate access from Perl. Inline saves you from the has...

INGY/Inline-0.86 - 09 Jan 2020 05:20:53 UTC - Search in distribution

perl58delta - what is new for perl v5.8.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.6.0 release and the 5.8.0 release. Many of the bug fixes in 5.8.0 were already seen in the 5.6.1 maintenance release since the two releases were kept closely coordinated (while 5.8.0 was still called ...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

later - A pragma to postpone using a module River stage zero No dependents

The "later" pragma enables you to postpone using a module until any of its methods is needed during runtime....

ERWAN/later-0.05 - 23 Apr 2014 16:40:34 UTC - Search in distribution

VMOMI - VMware vSphere API Perl Bindings River stage zero No dependents

VMOMI provides an alternative to the VMware Perl SDK for vSphere and was created to address some limitations with the offical VMware Perl SDK. * Preserve main:: namespace by avoid globals and the import of all API classes * Reduce memory footprint th...

STUMPR/VMOMI-0.02 - 03 May 2017 15:12:06 UTC - Search in distribution

prefork - Optimized module loading for forking or non-forking processes River stage three • 4 direct dependents • 271 total dependents

The "prefork" pragma is intended to allow module writers to optimise module loading for both scenarios with as little additional code as possible. prefork.pm is intended to serve as a central and optional marshalling point for state detection (are we...

ETHER/prefork-1.05 - 27 Oct 2018 01:18:34 UTC - Search in distribution

deferred - Defer loading of modules until methods are called River stage zero No dependents

For modules where you don't care about the "->import" method being called, such as pure OO modules you may not want to load the module until it is actually used. (The main reason being to save time or memory.) You should be very careful if considerin...

DGL/deferred-0.01 - 22 Aug 2010 17:58:50 UTC - Search in distribution

ToolSet - Load your commonly-used modules in a single import River stage one • 5 direct dependents • 6 total dependents

ToolSet provides a mechanism for creating logical bundles of modules that can be treated as a single, reusable toolset that is imported as one. Unlike CPAN bundles, which specify modules to be installed together, a toolset specifies modules to be imp...

DAGOLDEN/ToolSet-1.03 - 06 May 2017 03:16:29 UTC - Search in distribution

ClassLoader - Load Perl classes automatically River stage zero No dependents

Zweck Müde, "use"-Anweisungen für das Laden von Perl-Klassen zu schreiben? Dieses Modul reduziert das Laden aller Klassen auf eine einzige Anweisung: use ClassLoader; Danach werden alle Klassen automatisch mit ihrem ersten Methodenaufruf geladen. Die...

FSEITZ/ClassLoader-1.1 - 27 May 2016 06:37:34 UTC - Search in distribution

Apache::SharedMem - Share data between Apache children processes through the shared memory River stage zero No dependents

This module make it easier to share data between Apache children processes through shared memory. This module internal functionment is much inspired from IPC::SharedCache, but without any cache management. The share memory segment key is automaticall...

RSOLIV/Apache-SharedMem-0.09 - 04 Oct 2001 12:22:47 UTC - Search in distribution

Test2::Transition - Transition notes when upgrading to Test2 River stage five • 22891 direct dependents • 32646 total dependents

This is where gotchas and breakages related to the Test2 upgrade are documented. The upgrade causes Test::Builder to defer to Test2 under the hood. This transition is mostly transparent, but there are a few cases that can trip you up....

EXODIST/Test-Simple-1.302199 - 25 Apr 2024 14:14:26 UTC - Search in distribution

Module::CoreList::List::5 - List of core modules for perl 5 River stage one • 1 direct dependent • 1 total dependent

This POD page lists all core modules (with their versions) that come with perl 5....

PERLANCAR/Module-CoreList-List-0.001 - 08 Feb 2019 09:15:42 UTC - Search in distribution

AnyLoader - Automagically loads modules for fully qualified functions River stage zero No dependents

AnyLoader will automagically load the module and import the function for any fully qualified function call. Essentially, this means you can just call functions without worrying about loading the module first. In the example above, AnyLoader does the ...

MSCHWERN/AnyLoader-0.04 - 29 Nov 2000 15:18:32 UTC - Search in distribution

Excel::Writer::XLSX::Utility - Helper functions for Excel::Writer::XLSX. River stage two • 26 direct dependents • 33 total dependents

This module provides a set of functions to help with some common tasks encountered when using the Excel::Writer::XLSX module. The two main categories of function are: Row and column functions: these are used to deal with Excel's A1 representation of ...

JMCNAMARA/Excel-Writer-XLSX-1.12 - 26 Feb 2024 18:25:58 UTC - Search in distribution

Module::Lazy - postpone loading a module until it's actually used River stage zero No dependents

In large projects loading all the dependencies may take a lot of time. This module attempts to reduce the startup time by postponing initialization. The improvement be significant for unit test scripts and small command-line tools which do not utiliz...

KHEDIN/Module-Lazy-0.04 - 05 Mar 2019 17:55:56 UTC - Search in distribution

Quiq::ClassLoader - Lade Perl-Klassen automatisch River stage zero No dependents

Zweck Müde, "use"-Anweisungen für das Laden von Perl-Klassen zu schreiben? Dieses Modul reduziert das Laden aller Klassen auf eine einzige Anweisung: use Quiq::ClassLoader; Danach werden alle Klassen automatisch mit ihrem ersten Methodenaufruf gelade...

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 UTC - Search in distribution
32 results (0.051 seconds)