Search results for "module:Class::Facade"
Class::Facade - interface to one or more delegates
This module implements a simple facade class, allowing you to create objects that delegate their methods to subroutines or other object or class methods. To create a delegate object, simply call the new() constructor passing a reference to a hash arr...
ABW/Class-Facade-0.01 - 07 Feb 2002 14:24:45 UTC
Class::Meta - Class automation, introspection, and data validation
Class::Meta provides an interface for automating the creation of Perl classes with attribute data type validation. It differs from other such modules in that it includes an introspection API that can be used as a unified interface for all Class::Meta...
DWHEELER/Class-Meta-0.66 - 03 Jul 2012 13:47:28 UTC
Class::Delegation - Object-oriented delegation
The Class::Delegation module simplifies the creation of delegation-based class hierarchies, allowing a method to be redispatched: * to a single nominated attribute, * to a collection of nominated attributes in parallel, or * to any attribute that can...
DCONWAY/Class-Delegation-1.009001 - 29 May 2020 08:26:24 UTC
Class::TransparentFactory - Transparently choose a provider class with an automatic facade
This module is intended for developers who find they need to refactor code away from one provider of functionality to a factory + set of API-compatible providers. It's not that factories are very difficult to write or maintain, but code that uses the...
GAAL/Class-TransparentFactory-0.02 - 27 Dec 2006 11:43:21 UTC
Class::MixinFactory - Class Factory with Selection of Mixins
This distribution facilitates the run-time generation of classes which inherit from a base class and some optional selection of mixin classes. A factory is provided to generate the mixed classes with multiple inheritance. A NEXT method allows method ...
EVO/Class-MixinFactory-0.92 - 28 Nov 2004 22:45:20 UTC
Class::MixinFactory::Factory - Class Factory with Selection of Mixins
A mixin factory generates new classes at run-time which inherit from each of several classes....
EVO/Class-MixinFactory-0.92 - 28 Nov 2004 22:45:20 UTC
Class::MixinFactory::HasAFactory - Delegates to a Factory
A class for use by classes which want a factory method. Inherit from this class to obtain the class() factory method, described below....
EVO/Class-MixinFactory-0.92 - 28 Nov 2004 22:45:20 UTC