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:Module::Use"

Module::Use River stage zero No dependents

Module::Use will record the modules used over the course of the Perl interpreter's lifetime. If the logging module is able, the old logs are read and frequently used modules are automatically loaded. Note that no symbols are imported into packages. U...

JSMITH/Module-Use-0.05 - 09 Oct 2001 19:21:54 UTC

Module::Use::Debug River stage zero No dependents

"Module::Use::Debug" provides a dump to STDERR of the modules used in a script....

JSMITH/Module-Use-0.05 - 09 Oct 2001 19:21:54 UTC

Module::Use::DB_FileLock River stage zero No dependents

"Module::Use::DB_FileLock" provides a DB File data store for "Module::Use" via "Tie::DB_FileLock"....

JSMITH/Module-Use-0.05 - 09 Oct 2001 19:21:54 UTC

Module::Extract::Use - Discover the modules a module explicitly uses River stage two • 7 direct dependents • 13 total dependents

Extract the names of the modules used in a file using a static analysis. Since this module does not run code, it cannot find dynamic uses of modules, such as "eval "require $class"". It only reports modules that the file loads directly or are in the ...

BDFOY/Module-Extract-Use-1.052 - 05 Feb 2024 21:31:35 UTC

Module::ExtractUse - Find out what modules are used River stage one • 5 direct dependents • 6 total dependents

"Module::ExtractUse" is basically a Parse::RecDescent grammar to parse Perl code. It tries very hard to find all modules (whether pragmas, Core, or from CPAN) used by the parsed code. "Usage" is defined by either calling "use" or "require". Methods n...

DOMM/Module-ExtractUse-0.345 - 16 Jan 2023 16:14:58 UTC

Module::ExtractUse::Grammar River stage one • 5 direct dependents • 6 total dependents

DOMM/Module-ExtractUse-0.345 - 16 Jan 2023 16:14:58 UTC

WWW::Module - use modules from CPAN without installing River stage zero No dependents

NWETTERS/WWW-Module-1.00 - 26 Nov 2006 14:20:08 UTC

Module::Find - Find and use installed modules in a (sub)category River stage three • 79 direct dependents • 474 total dependents

Module::Find lets you find and use modules in categories. This can be very useful for auto-detecting driver or plugin modules. You can differentiate between looking in the category itself or in all subcategories. If you want Module::Find to search in...

CRENZ/Module-Find-0.16 - 01 Aug 2022 15:10:09 UTC

Module::Locate - locate modules in the same fashion as require and use River stage two • 10 direct dependents • 15 total dependents

Using "locate()", return the path that "require" would find for a given module or filename (it can also return a filehandle if a reference in @INC has been used). This means you can test for the existence, or find the path for, modules without having...

NEILB/Module-Locate-1.80 - 25 Oct 2015 09:08:31 UTC

Module::New - creates module/distribution skeleton and more River stage zero No dependents

This is yet another module starter. You can use this not only when you create a new distribution but also when you add a new module or test or plain text to the distribution. You may want to edit a new file after creation. You may want to update MANI...

ISHIGAKI/Module-New-0.15 - 19 Apr 2015 15:25:22 UTC

Lib::Module - Perl library module utilities. River stage zero No dependents

A Lib::Module object describes a Perl library module and includes the module's package name, file name, version, and superclasses, if any. The module objects are normally part of a class hierarchy generated by libdirs (), module_paths (), and scanlib...

RKIES/Lib-Module-0.7 - 03 Apr 2014 17:00:30 UTC

Module::Spy - Spy for Perl5 River stage two • 6 direct dependents • 11 total dependents

Module::Spy is spy library for Perl5....

TOKUHIROM/Module-Spy-0.07 - 01 Mar 2017 12:55:44 UTC

Module::Load - runtime require of both modules and files River stage five • 289 direct dependents • 21912 total dependents

"Module::Load" eliminates the need to know whether you are trying to require either a file or a module. If you consult "perldoc -f require" you will see that "require" will behave differently when given a bareword or a string. In the case of a string...

BINGOS/Module-Load-0.36 - 29 Sep 2020 10:58:42 UTC

Kelp::Module - Base class for Kelp modules River stage two • 18 direct dependents • 20 total dependents

Provides the base class for creating Kelp modules. Creating a Kelp module means extending this class and overriding the "build" method. Kelp modules usually "register" a new method into the web application. Registering methods Modules use the "regist...

BRTASTIC/Kelp-1.06 - 09 May 2022 21:07:41 UTC

Module::Want - Check @INC once for modules that you want but may not have River stage two • 7 direct dependents • 14 total dependents

Sometimes you want to lazy load a module for use in, say, a loop or function. First you do the eval-require but then realize if the module is not available it will re-search @INC each time. So then you add a lexical boolean to your eval and do the sa...

DMUEY/Module-Want-0.6 - 26 Oct 2013 01:16:18 UTC

Module::Hash - a tied hash that requires modules for you River stage one • 1 direct dependent • 1 total dependent

Module::Hash provides a tied hash that can be used to load and quote module names. Tied Interface tie my %MOD, "Module::Hash", %options; The hash is tied to Module::Hash. Every time you fetch a hash key, such as $MOD{"Math::BigInt"} that module is lo...

TOBYINK/Module-Hash-0.002 - 10 Sep 2014 22:04:24 UTC

Module::Spec - Load modules based on specifications River stage one • 1 direct dependent • 1 total dependent

This is alpha software. The API is likely to change....

FERREIRA/Module-Spec-0.9.0 - 08 Jul 2018 03:19:31 UTC

Module::Used - Find modules loaded by Perl code without running it. River stage one • 1 direct dependent • 8 total dependents

Modules are found statically based upon "use" and "require" statements. If use of the base or parent is found, both that module and the referenced ones will be returned. If Moose or Moose::Role are found, this will look for "extends" and "with" sugar...

ELLIOTJS/Module-Used-v1.3.0 - 28 Aug 2012 02:18:02 UTC

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

Module::JSAN - Build JavaScript distributions for JSAN River stage zero No dependents

JSAN is the "JavaScript Archive Network," a JavaScript library akin to CPAN. Visit <http://www.openjsan.org/> for details. This module is a developer aid for creating JSAN distributions. This module works as simple wrapper for Module::Build::JSAN::In...

NPLATONOV/Module-JSAN-0.04 - 27 Jan 2010 18:14:00 UTC
607 results (0.092 seconds)