Search results for "module:base"
base - Establish an ISA relationship with base classes at compile time
Unless you are using the "fields" pragma, consider this module discouraged in favor of the lighter-weight "parent". Allows you to both load one or more modules, while setting up inheritance from those modules at the same time. Roughly similar in effe...
RJBS/base-2.23 - 21 Nov 2015 18:19:20 UTC
WL::Base - Base class for Wayland objects
WL::Base is a base class for Wayland protocol objects. It provides support routines for common Wayland object actions and helper routines. It should not be used directly. Please consider this an alpha quality code, whose API can change at any time, u...
LKUNDRAK/WL-0.92 - 05 Jun 2014 08:03:56 UTC
BW::Base - Base routines for BW::* modules
The BW::Base class provides common methods inhereted by the other modules in the BW::* tree. It is not designed to be used directly. new( [ *key* => *value* [, ...] ] ) Constructs a new BW::* object while providing optional object properties. This me...
BILLW/bw-lib-1.4 - 11 Mar 2010 17:11:04 UTC
App::Base - modules implementing common methods for applications
This distribution provides modules that implement common methods for writing scripts and daemons. App::Base::Script Role implementing basic functionality for scripts App::Base::Script::OnlyOne Role to allow only one running instance of the script App...
BINARY/App-Base-0.08 - 01 Nov 2022 12:52:28 UTC
OWL::Base - Hash-based abstract super-class for all owl 2 perl objects
This is a hash-based implementation of a general owl2perl super-class. Most owl2perl objects should inherit from this....
EKAWAS/OWL2Perl-1.00 - 12 May 2011 23:52:42 UTC
Egg::Base - Generic base class for Egg.
It is a general base class for Egg. I think it is convenient when using it by the handler etc. of the plugin....
LUSHE/Egg-Release-3.14 - 29 May 2008 16:11:16 UTC
LSF::Base - Object oriented Perl extension for use with the Platform Computing Corporation's Load Sharing Facility (LSF) Base product.
LSF Base provides basic load sharing functionality consisting of the following services: Cluster configuration information, Load information and placement advice, Task list manipulation, Remote execution and task control, Remote file operations, Admi...
PFRANCEUS/LSF-Base-0.05 - 09 Apr 2001 15:49:29 UTC
FLV::Base - Utility methods for other FLV::* classes
CDOLAN/FLV-Info-0.24
-
14 Mar 2009 03:08:34 UTC
Fry::Base - Base class providing minimal set of handy methods. Some used to communicate between shell components and used to communicate between shell components.
This class provides a minimal set of handy methods made available to most Fry::* modules. Among these is &var which contains the variable class. The variable class facilitates communication between classes since it contains almost all of the shell's ...
BOZO/Fry-Shell-0.15 - 12 Jan 2005 17:34:38 UTC
TAP::Base - Base class that provides common functionality to TAP::Parser and TAP::Harness
"TAP::Base" provides callback management....
LEONT/Test-Harness-3.48 - 02 Oct 2023 18:46:04 UTC
XAS::Base - The base class for the XAS environment
This module defines a base class for the XAS Environment and inherits from Badger::Base <https://metacpan.org/pod/Badger::Base>. The package variable $PARAMS is used to hold the parameters that this class uses for initialization. Due to the pseudo in...
KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC
XAO::Base - Set of base classes for the XAO family of products
XAO::Base is really a collection of some very basic modules that are used throughout XAO suite. They include: XAO::Errors Generator of error namespaces for use in error throwing catching. See the XAO::Errors manpage. XAO::Objects Loader of dynamic ob...
AMALTSEV/XAO-Base-1.28 - 18 Sep 2020 03:19:08 UTC
Eixo::Base - Another Perl extension for Classes and Objects
ALAMBIKE/Eixo-Base-1.511
-
06 Jul 2020 08:48:05 UTC
Kelp::Base - Simple lazy attributes
This module provides simple lazy attributes....
BRTASTIC/Kelp-1.06 - 09 May 2022 21:07:41 UTC
VRML::Base - common basic methods for VRML in/output
Following methods are implemented. new "new" Creates a new VRML scene object. comment "comment('string')" Inserts a single comment line at the current position. You don't need to write the # in front. If no string is given, the method inserts only a ...
HPALM/VRML-1.10 - 28 Aug 2007 12:25:59 UTC
Mojo::Base - Minimal base class for Mojo projects
Mojo::Base is a simple base class for Mojo projects with fluent interfaces. # Automatically enables "strict", "warnings", "utf8" and Perl 5.16 features use Mojo::Base -strict; use Mojo::Base -base; use Mojo::Base 'SomeBaseClass'; use Mojo::Base -role...
SRI/Mojolicious-9.35 - 27 Oct 2023 17:11:42 UTC
Jojo::Base - Mojo::Base + lexical "has"
Jojo::Base works kind of like Mojo::Base but "has" is imported as lexical subroutine. Jojo::Base, like Mojo::Base, is a simple base class designed to be effortless and powerful. # Enables "strict", "warnings", "utf8" and Perl 5.18 and "lexical_subs" ...
FERREIRA/Jojo-Base-0.7.0 - 21 Aug 2018 19:37:49 UTC
FAIR::Base - libraries for creating and parsing FAIR Data Profiles (see http://datafairport.org for more details)
MARKW/FAIR-Data-1.001
-
17 Oct 2016 13:46:58 UTC
base::Glob - Establish IS-A relationships based on globbing patterns
This module allows you to extend base to form IS-A relationships with the use of globs on packages in the symbol table - in the style of Java's 'import java.class.*;'....
CHRIS/base-Glob-0.01 - 28 Aug 2002 23:57:10 UTC