This class is a subclass of Class::MOP::Class that provides additional Moose-specific functionality. To really understand this class, you will need to start with the Class::MOP::Class documentation. This class can be understood as a set of additional...
ETHER/Moose-2.2012 - 22 Nov 2019 19:07:14 GMTEnable the PgLog schema component in your DBIx::Class::Schema class file: package My::Schema; use base qw/DBIx::Class::Schema/; __PACKAGE__->load_components(qw/Schema::PgLog/); Enable the PgLog component in your the individual DBIx::Class table class...
SHEEJU/DBIx-Class-PgLog-0.03 - 07 Oct 2014 09:21:20 GMTThis module provides tools that help to implement the "inside out object" class structure in a convenient and standard way. *Portions of the following code and documentation from "Perl Best Practices" copyright (c) 2005 by O'Reilly Media, Inc. and re...
TSCHULZ/FreeHAL-71 - 09 Nov 2008 17:36:12 GMTValidation::Class is a scalable data validation library with interfaces for applications of all sizes. The most common usage of Validation::Class is to transform class namespaces into data validation domains where consistency and reuse are primary co...
AWNCORP/Validation-Class-7.900057 - 21 Oct 2015 13:42:36 GMTThis class implements the Phrasebook pattern. It lets us create dictionaries of phrases. Each phrase can be accessed by a unique key. Each phrase may have placeholders. Group of phrases are kept in a dictionary. The first dictionary is the default on...
RANI/Class-Phrasebook-0.88 - 20 Feb 2003 12:43:36 GMTClass::DBI::Loader automate the definition of Class::DBI sub-classes. scan table schemas and setup columns, primary key. class names are defined by table names and namespace option. +-----------+-----------+-----------+ | table | namespace | class | ...
DMAKI/Class-DBI-Loader-0.34 - 22 Mar 2007 11:37:16 GMTDefines the following type constraints; "ConfigProvider" Subtype of *Object* can be coerced from a hash reference "DataEncoding" Subtype of *Str* which has to be one of the list of encodings in the ENCODINGS constant "DataLumper" Duck type that can; ...
PJFL/Class-Usul-0.84.1 - 14 Apr 2018 12:28:18 GMTWROSS/Class-DBI-Factory-0.994 - 17 Apr 2005 22:40:43 GMT
Defines the configuration object. Attributes have sensible defaults that can be overridden by values in configuration files which are loaded on request Pathnames passed in the "cfgfiles" attribute are loaded and their contents merged with the values ...
PJFL/Class-Usul-0.84.1 - 14 Apr 2018 12:28:18 GMTMethods used to install and uninstall database applications...
PJFL/Class-Usul-0.84.1 - 14 Apr 2018 12:28:18 GMTCreates database classes based on a schema. This is the recommended way to use DBIx::Class and allows you to use more than one concurrent connection with your classes. NB: If you're used to Class::DBI it's worth reading the "SYNOPSIS" carefully, as D...
RIBASUSHI/DBIx-Class-0.082841 - 29 Jan 2018 08:18:22 GMTDBIx::Class::Loader automate the definition of DBIx::Class sub-classes by scanning table schemas and setting up columns and primary keys. Class names are defined by table names and the namespace option. The only required arguments are "namespace" and...
BLBLACK/DBIx-Class-Loader-0.21 - 27 Feb 2006 23:42:21 GMTAULUSOY/Banal-Utils-0.12 - 27 Jul 2014 02:18:59 GMT
The Class::MakeMethods framework allows Perl class developers to quickly define common types of methods. When a module "use"s Class::MakeMethods or one of its subclasses, it can select from a variety of supported method types, and specify a name for ...
EVO/Class-MakeMethods-1.01 - 07 Sep 2004 21:45:34 GMTThis module has utility functions for creating dynamic classes. COOKBOOK Loading plug-ins. If you have a class that has a method that returns a list of modules it requires you can check that everything is OK before you load it. use Class::Plugin::Uti...
ASKSH/Class-Plugin-Util-0.009 - 02 Oct 2007 16:21:09 GMTSimplifies the creation of object constructors. Instead of writing: sub new { my $proto = shift; my $class = ref $proto || $proto; my $self = {}; bless $self, $class; my %args = @_; foreach my $attr ('first_attribute', 'second_attribute') { $self->$a...
MGRAHAM/Class-Constructor-1.1.4 - 26 Sep 2005 08:02:55 GMTSpeeds up Class::Std::Fast by replacing it's accessors/mutators and DESTROY method by XS variants. The speed gain varies by platform: Using perl 5.8.8 on Ubuntu 8.04 (32bit) Linux, the measured speed gain is around 7.5% for accessors (getters) and ar...
MKUTTER/Class-Std-Fast_XS-0.3 - 26 May 2008 19:16:10 GMTApplies a class definition to a package. Automatically includes strict, warnings, error handling and other standard features without needing to copy and paste boilerplate code....
TEAM/EntityModel-Class-0.016 - 17 Aug 2014 08:53:40 GMTThis class provides an alternate interface for "Class::Meta". "Class::Meta" is a useful module which allows one to create Perl classes which support *introspection* (also known as *reflection*). Typically Perl classes, when created, don't supply a lo...
OVID/Class-Meta-Declare-0.04 - 20 Aug 2006 09:44:07 GMT