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

Search results for "module:Module::Pluggable"

Module::Pluggable - automatically give your module the ability to have plugins River stage four • 257 direct dependents • 2862 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

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

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

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

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

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

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

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

Module::Pluggable::Object - automatically give your module the ability to have plugins River stage four • 257 direct dependents • 2862 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

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

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

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

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

Test::Module::Build::Pluggable - Test your plugin River stage three • 47 direct dependents • 104 total dependents

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

Module::Build::Pluggable::Base - Base object for plugins River stage three • 47 direct dependents • 104 total dependents

This is a abstract base class for Module::Build::Pluggable....

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

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

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

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

Generate ppport.h automatically....

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

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

Module::Build::Pluggable::CPANfile - Include cpanfile River stage two • 39 direct dependents • 71 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

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

Module::Pluggable::Singleton::Object River stage zero No dependents

JTANG/Module-Pluggable-Singleton-0.06 - 17 Sep 2013 13:22:54 UTC
148 results (0.03 seconds)