To use this module put the following line at the beginning of your script: use PlugIn; Any one of the functions can be referenced by: var = PlugIn::function...
BSTURNER/PlugIn-0.01 - 08 Sep 1999 02:46:00 UTCBase class for plugin object...
GENEHACK/HiD-1.992 - 14 May 2018 23:38:29 UTCLIMITATIONS plugins can't hadle the same switch (switch registred by a plugin, pbs switches OK when passed to plugin) EXPORT...
NKH/PerlBuildSystem-0.44 - 12 May 2008 18:34:09 UTCA plugin groups together a set of extensions and/or extension-points. A "PXP::Plugin" represents such a container as it is read and its content loaded into the system. A common interface is provided to access the configuration descriptors and the act...
DBARTH/PXP-0.1.2 - 24 Mar 2005 12:29:55 UTCA "plugin" for the CTK is simply a Perl module which exists in a known package location (CTK::Plugin::*) and conforms to a our standard, allowing it to be loaded and used automatically. See CTK::Plugin::Test for example init Allows you to initialize ...
ABALAMA/CTKlib-2.06 - 02 Sep 2020 06:41:12 UTCAll Plugins should inherit from this class: use MooseX::Declare; class My::ETLp::Plugin::WebService extends ETLp::Plugin { sub type { return 'my_web_service'; } method run { .... <<code>> .... } } Any plugins must provide the following methods type T...
DHORNE/ETLp-0.04 - 01 Dec 2012 21:33:09 UTCPlugin::Tiny is minimalistic plugin system for perl. Each plugin is associated with a keyword (referred to as phase). A limitation of Plugin::Tiny is that each phase can have only one plugin. Plugin::Tiny calls itself tiny because it doesn't attempt ...
MMAURICE/Plugin-Tiny-0.012 - 24 Jan 2014 00:16:48 UTCAlpha Status The plugin system in the CPAN shell was introduced in version 2.07 and is still considered experimental. How Plugins work? See "Plugin support" in CPAN....
ANDK/CPAN-2.28 - 13 Jun 2020 04:57:39 UTCNile::Plugin - Plugin base class for the Nile framework. This module is the base class for plugins. You include it by using it which also makes itself as a parent class for the plugin and inherts the method setting which has the plugin setting loaded...
MEWSOFT/Nile-0.55 - 14 Oct 2014 09:32:49 UTCThis is abstract base class of Moxy plugins....
TOKUHIROM/Moxy-0.70 - 06 Nov 2012 05:23:15 UTCPlugins are packages that cause behavior changes, or other side effects for the test file that loads them. They should not export any functions, or provide any tools. Plugins should be distinct units of functionality. If you wish to combine behavior ...
EXODIST/Test2-Suite-0.000139 - 16 Dec 2020 03:49:48 UTCpoest plugins are classes. With the exception of the "EVENT()", and "new()" methods listed later in this document, all other methods will be posted from the POE kernel. You'll need to read some documentation on POE if you don't know what I'm talking ...
CWEST/poest-0.20030407 - 08 Apr 2003 12:46:56 UTCA Reply plugin is an object which adds some functionality to a Reply instance by implementing some specific methods which the Reply object will call at various points during execution. Plugins may implement as many callback methods as necessary to im...
DOY/Reply-0.42 - 24 Aug 2016 02:21:49 UTCPlugins are like mini-apps. They come in packages with share directories which provide static and template files; they provide actions; they have dispatcher rules. To create the skeleton of a new plugin, you can use the command: jifty plugin --name S...
ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC