Search results for "module:Class::Generate"
Class::Generate - Generate Perl class hierarchies
The "Class::Generate" package exports functions that take as arguments a class specification and create from these specifications a Perl 5 class. The specification language allows many object-oriented constructs: typed members, inheritance, private m...
SHLOMIF/Class-Generate-1.18 - 13 Oct 2020 09:35:55 UTC
Class::AutoGenerate - Automatically generate code upon require or use
EXPERIMENTAL. I'm trying this idea out. Please let me know what you think by contacting me using the information listed under "AUTHOR". This is an experiment and any and all aspects of the API are up for revision at this point and I'm not even sure I...
HANENKAMP/Class-AutoGenerate-0.05 - 24 Feb 2008 22:07:31 UTC
Class::AutoGenerate::Declare - Declarations for an auto-generating class loader
EXPERIMENTAL. I'm trying this idea out. Please let me know what you think by contacting me using the information listed under "AUTHOR". This is an experiment and any and all aspects of the API are up for revision at this point and I'm not even sure I...
HANENKAMP/Class-AutoGenerate-0.05 - 24 Feb 2008 22:07:31 UTC
Class::Mix - dynamic class mixing
The "mix_class" function provided by this module dynamically generates `anonymous' classes with specified inheritance....
ZEFRAM/Class-Mix-0.006 - 30 Jul 2017 16:59:56 UTC
Regexp::Genex - get the strings a regex will match, with a regex
This module uses the regex engine to generate the strings that a given regex would match. Some ideas for uses: Test and debug your regex. Generate test data. Generate combinations. Generate data according to a lexical pattern (urls, etc) Edit the reg...
BOWMANBS/Regexp-Genex-0.07 - 16 Aug 2007 01:56:01 UTC
QBit::Class - base class for QBit framework.
All classes must inherit QBit::Class....
MADSKILL/QBit-Class-0.3 - 27 Mar 2016 18:17:58 UTC
Class::Lite - Simple base class with get/put accessors
*Nature's great masterpiece, an elephant, The only harmless great thing.* -- John Donne The hashref-based base class that does no more than it must. Your constructor and accessors are defined in a bridge package so you can override them easily....
XIONG/Class-Lite-v0.1.0 - 13 Apr 2013 04:28:57 UTC
Class::PINT - A Class::DBI package providing Tangram and other OOPF features
Class::PINT is an implementation of selected Tangram, and other OOPF related features on top of Class::DBI. The goal of PINT is to provide some of the power and flexibility of Tangram with the maturity, transparency and extensibility of CDBI. I also ...
TEEJAY/Class-PINT-0.01 - 15 Nov 2004 19:54:12 UTC
Class::Slot - Simple, efficient, comple-time class declaration
Similar to the fields pragma, "slot" declares individual fields in a class, building a constructor and slot accessor methods. Although not nearly as full-featured as other solutions, "Class::Slot" is light-weight, fast, works with basic Perl objects,...
JEFFOBER/Class-Slot-0.09 - 10 Feb 2020 19:12:43 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::Root - framework for writing perl OO modules
We start writing code for class based on *Class::Root* with something like this: 1: package MyClass::Foo; 2: use Class::Root "isa"; 3: package MyClass::Foo::LOCAL; Line 1: is usual, here we define a name of our class. Line 2: compiles *Class::Root* a...
NIF/Class-Root-0.02 - 01 Oct 2007 00:33:54 UTC
Class::Delay - delay method dispatch until a trigerring event
Class::Delay provides a mechanism for the delay of method dispatch until a triggering method is called. You simply define a proxy class, and then call on the module to set up a set of methods that will defer. Options The use statement takes the follo...
RCLAMP/Class-Delay-0.02 - 22 Oct 2003 15:34:43 UTC
Class::XPath - adds xpath matching to object trees
This module adds XPath-style matching to your object trees. This means that you can find nodes using an XPath-esque query with "match()" from anywhere in the tree. Also, the "xpath()" method returns a unique path to a given node which can be used as ...
SAMTREGAR/Class-XPath-1.4 - 29 Feb 2004 23:01:16 UTC