Search results for "module:Class::Alias"
Validation::Class::Directive::Alias - Alias Directive for Validation Class Field Definitions
Validation::Class::Directive::Alias is a core validation class field directive that provides the ability to map arbitrary parameter names with a field's parameter value. * alternative argument: an-array-of-aliases This directive can be passed a singl...
CKRAS/Validation-Class-7.900058 - 22 Jun 2022 12:00:20 UTC
Getopt::Class - Extended dictionary version of Getopt::Long
Getopt::Class is a lightweight wrapper around Getopt::Long that implements the idea of class of properties and makes it easier and powerful to set up Getopt::Long. This module is particularly useful if you want to provide several sets of options for ...
JDEGUEST/Getopt-Class-v0.103.3 - 23 Nov 2022 02:14:36 UTC
CLASS - Alias for __PACKAGE__
CLASS and $CLASS are both synonyms for __PACKAGE__. Easier to type. $CLASS has the additional benefit of working in strings....
JDEGUEST/CLASS-v1.1.7 - 07 Mar 2022 12:42:30 UTC
HO::class - class builder for hierarchical objects
This is a simple class builder for array based objects. Normally it does its job during compile time. A constructor new is build. The generated new will initialize each member with an appropriate default value. The method "init" is reserved for setti...
SKNPP/HO-class-0.080 - 01 Jan 2020 20:12:25 UTC
Class::C3 - A pragma to use the C3 method resolution order algorithm
This is pragma to change Perl 5's standard method resolution order from depth-first left-to-right (a.k.a - pre-order) to the more sophisticated C3 method resolution order. NOTE: YOU SHOULD NOT USE THIS MODULE DIRECTLY - The feature provided is integr...
HAARG/Class-C3-0.35 - 09 Nov 2020 06:21:05 UTC
SVN::Class - manipulate Subversion workspaces with Perl objects
SVN::Class extends Path::Class to allow for basic Subversion workspace management. SVN::Class::File and SVN::Class::Dir are subclasses of Path::Class::File::Stat and Path::Class::Dir respectively. SVN::Class does not use the SVN::Core Subversion SWIG...
KARMAN/SVN-Class-0.18 - 24 Sep 2014 15:07:52 UTC
Class::RDF - Perl extension for mapping objects to RDF and back
Class::RDF is a perl object layer over an RDF triplestore. It is based on Class::DBI, the perl object / RDBMS package. Thus it works with mysql, postgresql, sqlite etc. Look in the sql/ directory distributed with this module for database schemas. It ...
ZOOLEIKA/Class-RDF-0.20 - 11 Aug 2004 09:55:01 UTC
Mars::Class - Class Declaration
This package provides a class builder which when used causes the consumer to inherit from Mars::Kind::Class which provides object construction and lifecycle hooks....
AWNCORP/Mars-0.05 - 04 Aug 2022 21:01:13 UTC
Class::Plain - a class syntax for the hash-based Perl OO.
This module provides a class syntax for the hash-based Perl OO....
KIMOTO/Class-Plain-0.06 - 11 Oct 2022 00:02:54 UTC
Class::Trait - Deprecated. Please use Moose::Role.
This document attempts to explain Traits in terms of Perl. Trait composition A Trait can be defined as a package containing: * A set of methods * A hash of overloaded operators mapped to the method labels * An array of required method labels Here is ...
OVID/Class-Trait-0.31 - 03 Jan 2010 09:55:51 UTC
Venus::Class - Class Builder
This package provides a class builder which when used causes the consumer to inherit from Venus::Core::Class which provides object construction and lifecycle hooks....
AWNCORP/Venus-1.90 - 28 Jan 2023 18:39:45 UTC
Badger::Class - class metaprogramming module
"Badger::Class" is a class metaprogramming module. It provides methods for defining, extending and manipulating object classes and related metadata in a relatively clean and simple way. Using the "Badger::Class" module will automatically enable the "...
ABW/Badger-0.15 - 24 Aug 2022 12:10:29 UTC
Code::Class::C - Perl extension for creating ANSI C code from a set of class definitions to accomplish an object-oriented programming style.
This module lets you define a set of classes (consisting of attributes and methods) and then convert these definitions to ANSI C code. The module creates all the object oriented abstractions so that the application logic can be programmed in an objec...
KITOMER/Code-Class-C-0.08 - 22 Sep 2011 15:16:02 UTC
Class::Measure - Create, compare, and convert units of measurement.
This is a base class that is inherited by the Class::Measure classes. This distribution comes with the class Class::Measure::Length. The classes Class::Measure::Area, Class::Measure::Mass, Class::Measure::Space, Class::Measure::Temperature, and Class...
BLUEFEET/Class-Measure-0.09 - 30 Jan 2021 19:55:04 UTC
Class::Contract - Design-by-Contract OO in Perl.
Background Design-by-contract is a software engineering technique in which each module of a software system specifies explicitly what input (or data or arguments) it requires, and what output (or information or results) it guarantees to produce in re...
GGOEBEL/Class-Contract-1.14 - 26 Jun 2001 12:37:11 UTC
Class::DBI::DB2 - Extensions to Class::DBI for DB2
Class::DBI::DB2 automates the setup of Class::DBI columns and primary key for IBM DB2. This is an extension to Class::DBI that currently implements: * Automatic column name discovery. * Automatic primary key(s) detection. * Automatic column type dete...
MFERRIS/Class-DBI-DB2-0.16 - 20 May 2004 00:21:50 UTC
DBIx::Class::PK - Primary Key class
This class contains methods for handling primary keys and methods depending on them....
RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC
Class::Accessor - Automated accessor generation
This module automagically generates accessors/mutators for your class. Most of the time, writing accessors is an exercise in cutting and pasting. You usually wind up with a series of methods like this: sub name { my $self = shift; if(@_) { $self->{na...
KASEI/Class-Accessor-0.51 - 22 Oct 2017 17:01:15 UTC