The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "Class::AutoClass"

Class::AutoClass - Create get and set methods and simplify object initialization River stage one • 3 direct dependents • 3 total dependents

This is yet another module that generates standard 'get' and 'set' methods for Perl classes. It also handles initialization of object and class data from parameter lists or defaults, and arranges for object creation and initialization to occur in top...

NATG/Class-AutoClass-1.56 - 06 Oct 2013 00:22:26 UTC - Search in distribution

Class::AutoDB - Almost automatic object persistence coexisting with human-engineered database River stage one • 1 direct dependent • 1 total dependent

This class works closely with Class::AutoClass to provide almost transparent object persistence that can coexist with a human-engineered database. The auto-persistence mechanism provides hooks for connecting the two parts of the database together. Ca...

NATG/Class-AutoDB-1.291 - 18 Dec 2013 22:53:03 UTC - Search in distribution

Class::AutoAccess - Zero code dynamic accessors implementation. River stage one • 3 direct dependents • 4 total dependents

Base class for automated accessors implementation. If you implement a class as a blessed hash reference, this class helps you not to write the fields accessors yourself. It uses the AUTOLOAD method to implement accessors on demand. Since the accessor...

JETEVE/Class-AutoAccess-0.03 - 18 Jan 2010 17:57:27 UTC - Search in distribution

Class::AutoGenerate - Automatically generate code upon require or use River stage zero No dependents

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 - Search in distribution

Class::Method::Auto - Turn subroutine calls into class method calls River stage zero No dependents

Class::Method::Auto allows you to call inherited class methods directly without prefixing them with the class name. There are two methods of telling Class::Method::Auto which methods to call automatically: By explicitly giving it a list of method nam...

BAUERB/Class-Method-Auto-1.00 - 07 Jun 2005 22:55:06 UTC - Search in distribution

Class::DBI::AutoLoader - Generates Class::DBI subclasses dynamically. River stage zero No dependents

Class::DBI::AutoLoader scans the tables in a given database, and auto-generates the Class::DBI classes. These are loaded into your package when you import Class::DBI::AutoLoader, as though you had created the Data::FavoriteFilms class and "use"d that...

RYANPARR/Class-DBI-AutoLoader-0.12 - 18 Oct 2003 06:51:22 UTC - Search in distribution

Class::AutoAccess::Deep - automatically creates the accessors reach deep inside the field River stage zero No dependents

Class::AutoAccess::Deep is the base class for automated accessors implementation. You can access deep inside the object fields to call the method named by joining the object field name with '->' operator....

KENTARO/Class-AutoAccess-Deep-0.02 - 11 Sep 2005 09:53:05 UTC - Search in distribution

Class::DBI::AutoIncrement - Emulate auto-incrementing columns on Class::DBI subclasses River stage zero No dependents

Class::DBI::AutoIncrement emulates an auto-incrementing sequence on a column of a table managed by a subclass of Class::DBI. Class::DBI does not natively support self-incrementing sequences, but relies on the underlying database having support for it...

ERWAN/Class-DBI-AutoIncrement-0.05 - 08 Jun 2006 09:00:52 UTC - Search in distribution

DBIx::Class::PK::Auto - Automatic primary key class River stage three • 342 direct dependents • 452 total dependents

This class overrides the insert method to get automatically incremented primary keys. PK::Auto is now part of Core. See DBIx::Class::Manual::Component for details of component interactions....

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC - Search in distribution

Class::DBI::ViewLoader::Auto - Load views for existing Class::DBI classes River stage one • 1 direct dependent • 1 total dependent

MATTLAW/Class-DBI-ViewLoader-0.06 - 14 Dec 2015 21:10:07 UTC - Search in distribution

OOP::Perlish::Class::AutoTest River stage zero No dependents

Automatically find unittests in @INC for specified package(s) and run them Unittests must be derived from Test::Class. See OOP::Perlish::Class distrubution for complete examples. Below are some highlights:...

JBEVERLY/OOP-Perlish-Class-0.45.0 - 08 Feb 2010 12:29:17 UTC - Search in distribution

Class::DBI::Plugin::AutoUntaint - untaint columns automatically River stage one • 1 direct dependent • 1 total dependent

Automatically detects suitable default untaint methods for most column types. Accepts arguments for overriding the default untaint types....

DAVEBAIRD/Class-DBI-Plugin-AutoUntaint-0.1 - 16 Nov 2005 21:27:54 UTC - Search in distribution

Class::Prototyped - Fast prototype-based OO programming in Perl River stage two • 7 direct dependents • 12 total dependents

This package provides for efficient and simple prototype-based programming in Perl. You can provide different subroutines for each object, and also have objects inherit their behavior and state from another object. The structure of an object is inspe...

TEVERETT/Class-Prototyped-1.13 - 28 Aug 2013 21:33:10 UTC - Search in distribution

Class::DBI::AutoIncrement::Simple - Add autoincrementing to a Class::DBI subclass River stage zero No dependents

DAVIDRW/Class-DBI-AutoIncrement-Simple-0.02 - 08 Jun 2006 15:45:34 UTC - Search in distribution

Class::Workflow::State::AutoApply - Automatically apply a transition upon arriving into a state. River stage one • 1 direct dependent • 1 total dependent

This state role is used to automatically apply a transition...

NUFFIN/Class-Workflow-0.11 - 28 Aug 2009 15:03:01 UTC - Search in distribution

DBIx::Class::LookupColumn::Auto - A dbic component for installing LookupColumn relations on a whole schema at once. River stage zero No dependents

This component automates the addition of the Lookup (see "Lookup Tables" in DBIx::Class::LookupColumn) relations to a whole set of tables. Given a set of potential target tables (the tables on which to add the Lookup relations), and a set of Lookup t...

RUBATTEL/DBIx-Class-LookupColumn-0.10 - 02 Dec 2012 12:52:08 UTC - Search in distribution

Test::Class::Moose::Role::AutoUse - Automatically load the classes you're testing River stage two • 15 direct dependents • 22 total dependents

This role allows you to automatically "use" the classes your test class is testing, providing the name of the class via the "class_name" attribute. Thus, you don't need to hardcode your class names....

DROLSKY/Test-Class-Moose-0.99 - 07 Feb 2021 17:09:12 UTC - Search in distribution

DBIx::Class::AuditAny::Collector::AutoDBIC - Collector class for recording AuditAny changes in auto-generated DBIC schemas River stage zero No dependents

This Collector facilitates recording ChangeSets, Changes, and Column Changes within a clean relational structure into an automatically configured and deployed DBIC schema using SQLite database files. This class extends DBIx::Class::AuditAny::Collecto...

VANSTYN/DBIx-Class-AuditAny-0.200200 - 20 Dec 2020 10:50:31 UTC - Search in distribution

DBIx::Class::ProxyTable::AutoCreateTable::mysql - auto create mysql table River stage zero No dependents

NEKOKAK/DBIx-Class-ProxyTable-0.02 - 03 Jun 2008 07:37:31 UTC - Search in distribution

DBIx::Class::Helper::ResultSet::AutoRemoveColumns - Automatically remove columns from a ResultSet River stage two • 11 direct dependents • 16 total dependents

This component automatically removes "heavy-weight" columns. To be specific, columns of type "text", "ntext", "blob", "clob", or "bytea". You may use the "remove_column" key in the column info to specify directly whether or not to remove the column a...

FREW/DBIx-Class-Helpers-2.036000 - 28 Mar 2020 21:18:26 UTC - Search in distribution
29 results (0.069 seconds)