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::pluggable"

Module::Pluggable - automatically give your module the ability to have plugins River stage four • 259 direct dependents • 5501 total dependents

Provides a simple but, hopefully, extensible way of having 'plugins' for your module. Obviously this isn't going to be the be all and end all of solutions but it works for me. Essentially all it does is export a method into your namespace that looks ...

SIMONW/Module-Pluggable-5.2 - 05 Aug 2015 23:34:16 UTC - Search in distribution

Module::List::Pluggable - list or require sub-sets of modules River stage one • 1 direct dependent • 2 total dependents

This module provides some procedural routines to (1) list a sub-set of modules installed in a particular place in perl's module namespace, (2) require those modules and import their exported features into the current package. Both of these functions ...

DOOM/Module-List-Pluggable-0.08 - 20 Mar 2008 19:37:55 UTC - Search in distribution

Module::Pluggable::Fast - Fast plugins with instantiation River stage two • 6 direct dependents • 18 total dependents

Similar to "Module::Pluggable" but instantiates plugins as soon as they're found, useful for code generators like "Class::DBI::Loader". OPTIONS name Name for the exported method. Defaults to plugins. require If true, only require plugins. callback Co...

MRAMBERG/Module-Pluggable-Fast-0.19 - 25 Dec 2009 18:58:46 UTC - Search in distribution

Jifty::Module::Pluggable - Jifty-specific helper for Module::Pluggable River stage two • 33 direct dependents • 33 total dependents

A custom subclass of Module::Pluggable to override the "require" mechanism with one that better fits our own view of the world. require Date: October 24, 2006 12:19:31 AM PDT From: simon@thegestalt.org Subject: Re: Module::Pluggable and CORE::require...

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC - Search in distribution

Module::Build::Pluggable - Module::Build meets plugins River stage three • 47 direct dependents • 106 total dependents

Module::Build::Pluggable adds pluggability for Module::Build....

TOKUHIROM/Module-Build-Pluggable-0.10 - 07 May 2013 08:45:36 UTC - Search in distribution

Module::Pluggable::Loader - Just load plugins, aware of development directories River stage zero No dependents

This module is a simple loader for plugins found by Module::Pluggable. The search paths can be specified when using the module. Module::Pluggable's "search_dirs" option will be made aware of development directories found by Devel::SearchINC, if any e...

MARCEL/Module-Pluggable-Loader-1.100860 - 27 Mar 2010 12:04:06 UTC - Search in distribution

Module::Pluggable::Ordered - Call module plugins in a specified order River stage two • 7 direct dependents • 25 total dependents

This module behaves exactly the same as "Module::Pluggable", supporting all of its options, but also mixes in the "call_plugins" and "plugins_ordered" methods to your class. "call_plugins" acts a little like "Class::Trigger"; it takes the name of a m...

APEIRON/Module-Pluggable-Ordered-1.5 - 02 Jul 2006 12:33:55 UTC - Search in distribution

Module::Pluggable::Singleton - call/return single plugins on demand using shortened names River stage zero No dependents

JTANG/Module-Pluggable-Singleton-0.06 - 17 Sep 2013 13:22:54 UTC - Search in distribution

Module::Build::Pluggable::PDL - Plugin to Module::Build to build PDL projets River stage zero No dependents

This is a plugin for Module::Build (using Module::Build::Pluggable) that will assist in building PDL distributions. Please see the Module::Build::Authoring documentation if you are not familiar with it. Add Prerequisites requires => { 'PDL' => '2.000...

MGRIMES/Module-Build-Pluggable-PDL-0.23 - 30 May 2013 12:38:19 UTC - Search in distribution

Module::Pluggable::Dependency - order plugins based on inter-plugin dependencies River stage zero No dependents

Module::Pluggable::Dependency provides a way to run plugins in situations where one plugin depends on running after other plugins run. This module is similar to Module::Pluggable::Ordered but it determines ordering via dependencies instead of precede...

MNDRIX/Module-Pluggable-Dependency-0.0.4 - 29 May 2007 20:28:15 UTC - Search in distribution

Bot::BasicBot::Pluggable::Module - base module for all BasicBot plugins River stage two • 41 direct dependents • 41 total dependents

Object Store Every pluggable module gets an object store to save variables in. Access this store using the "get()" and "set()" accessors. Do not access the store through any other means - the location of the store, and its method of storage, may chan...

BIGPRESH/Bot-BasicBot-Pluggable-1.30 - 13 Mar 2023 16:49:08 UTC - Search in distribution

Module::Build::Pluggable::PPPort - Generate ppport.h River stage two • 1 direct dependent • 21 total dependents

Generate ppport.h automatically....

TOKUHIROM/Module-Build-Pluggable-PPPort-0.04 - 05 Nov 2012 02:25:27 UTC - Search in distribution

Module::Build::Pluggable::XSUtil - Utility for XS River stage one • 2 direct dependents • 3 total dependents

Module::Build::Pluggable::XSUtil is a utility for XS library. This library is port of Module::Install::XSUtil...

TOKUHIROM/Module-Build-Pluggable-XSUtil-1.03 - 14 Sep 2016 08:36:41 UTC - Search in distribution

Module::Build::Pluggable::Fortran - Plugin for Module::Build to compile Fortran .f files River stage zero No dependents

This is a plugin for Module::Build (using Module::Build::Pluggable) that will assist in building distributions that require Fortran ".f" files to be compiled. Please see the Module::Build::Authoring documentation if you are not familiar with it. Add ...

MGRIMES/Module-Build-Pluggable-Fortran-0.27 - 21 Feb 2019 19:06:31 UTC - Search in distribution

Module::Build::Pluggable::CPANfile - Include cpanfile River stage two • 39 direct dependents • 72 total dependents

Module::Build::Pluggable::CPANfile is plugin for Module::Build::Pluggable to include dependencies from cpanfile into meta files. This modules is Module::Install::CPANfile for Module::Build THIS IS A DEVELOPMENT RELEASE. API MAY CHANGE WITHOUT NOTICE....

KAZEBURO/Module-Build-Pluggable-CPANfile-0.05 - 19 Sep 2013 05:34:40 UTC - Search in distribution

Module::Pluggable::_ModuleFeatures - Features declaration for Module::Pluggable River stage zero No dependents

PERLANCAR/Module-Pluggable-_ModuleFeatures-0.003 - 17 Apr 2024 08:49:08 UTC - Search in distribution

Module::Build::Pluggable::AuthorTests - Plugin to Module::Build to add author tests River stage zero No dependents

This Module::Build::Pluggable plugin adds an authortest action which recursively runs tests in both the normal test directory t, as well as in author-only test directories (by default xt ). To specify alternate author-only test directories, pass the ...

DJERIUS/Module-Build-Pluggable-AuthorTests-0.01 - 02 Mar 2016 22:30:12 UTC - Search in distribution

Module::Build::Pluggable::DistTestLibCoreOnly - (EXPERIMENTAL) run disttest with local lib River stage zero No dependents

Run disttest with depended modules wrote in deps only. THIS IS A DEVELOPMENT RELEASE. API MAY CHANGE WITHOUT NOTICE. This plugin installs depended modules to " _local_lib/ " by " cpanm -L _local_lib/ ". And run the test cases with the libraries only....

TOKUHIROM/Module-Build-Pluggable-DistTestLibCoreOnly-v0.0.6 - 15 Mar 2013 00:18:23 UTC - Search in distribution

Module::Build::Pluggable::ReadmeMarkdownFromPod - Make README.mkdn from POD. River stage one • 3 direct dependents • 9 total dependents

This plugin generates README.mkdn from pod file....

TOKUHIROM/Module-Build-Pluggable-ReadmeMarkdownFromPod-0.04 - 18 Mar 2013 09:21:49 UTC - Search in distribution

Bot::BasicBot::Pluggable::Module::RD - RecDescent grammar adaptor plugin River stage zero No dependents

Many bots are concerned with responding to commands issued on IRC. The simple approach of regular expressions is used by many of the bot plugins. However, this module offers full syntax parsing via Parse::RecDescent. Rather than each bot plugin doing...

IVORW/Bot-BasicBot-Pluggable-Module-RD-0.02 - 13 Jul 2006 21:58:04 UTC - Search in distribution
392 results (0.142 seconds)