This module is intended to provide a general-purpose date and datetime type for perl. You have a Class::Date class for absolute date and datetime, and have a Class::Date::Rel class for relative dates. You can use "+", "-", "<" and ">" operators as wi...
YANICK/Class-Date-1.1.17 - 01 Jun 2018 13:11:48 UTCValidation::Class::Directive::Date is a core validation class field directive that provides validation of simple date formats. * alternative argument: an-array-of-options * option: dmy e.g. 27-12-2006 or 27-12-06 * option: mdy e.g. 12-27-2006 or 12-2...
AWNCORP/Validation-Class-7.900057 - 21 Oct 2015 13:42:36 UTCRKINYON/DBIx-Class-Sims-Type-Date-0.000001 - 18 Apr 2017 17:28:32 UTC
A common problem with Web programming is handling dates correctly. This "Class::CGI" handler attempts to do that for you in a standard way by allowing you to have separate day, month and year dropdowns but request a "date" parameter and get the corre...
OVID/Class-CGI-DateTime-0.02 - 07 May 2006 22:20:05 UTCClass::DBI::Plugin::DateTime is a convenience interface to Class::DBI::Plguin::DateTime::* objects. It auto-detects the connectin type being used, and loads the appropriate plugin. Note that you need to set up the database connection before loading t...
DMAKI/Class-DBI-Plugin-DateTime-0.05 - 20 Feb 2009 09:57:45 UTCThis module automatically inflates/deflates DateTime objects from/to epoch values for the specified columns. This module is essentially an extension to DBIx::Class::InflateColumn::DateTime so all of the settings, including "locale" and "timezone", ar...
BRICAS/DBIx-Class-DateTime-Epoch-0.10 - 22 Oct 2012 18:10:15 UTCFor small CGI scripts, it's common to get a parameter, untaint it, pass it to an object constructor and get the object back. This module would allow one to to build "Class::CGI" handler classes which take the parameter value, automatically perform th...
OVID/Class-CGI-0.20 - 07 May 2006 21:41:36 UTCJust like Moose is built from Class::MOP. You can build your own using this module. It is a little different from Class::MOP though, because it doesn't use a meta class, it has less features, but it's a lot faster. If you need a lightweight object pr...
BRADH/Sub-Mage-0.032 - 07 Dec 2012 15:26:25 UTCThe Attribute::Types module provides 10 universally accessible attributes that can be used to create variables that accept assignments of only specific types of data. The attributes are: "INTEGER" Indicates that the associated scalar, or the elements...
DCONWAY/Attribute-Types-0.10 - 10 May 2001 05:49:19 UTCAbstract base class for Oryx persistent classes....
RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTCThis module is meant to provide a clean class/object system with the following features: * Wrapped functions All class functions are wrapped and used indirectly * Named parameters Function parameters are always passed by name <func name='add'> <in na...
CODECHILD/Class-Core-0.04 - 23 Apr 2013 19:26:46 UTCTo turn your colon delimited file into a list of objects, use "Class::Colon", giving it the name you want to use for the class and an anonymous array of column names which will become attributes of the objects in the class. List the names in the orde...
PHILCROW/Class-Colon-0.04 - 15 Feb 2019 22:26:34 UTCThis module allows you to turn a class into a module that exports methods as functions that use an implicit singleton. This allows you to provide a "hybrid" object-oriented/functional interface....
RRWO/Class-NonOO-v0.4.1 - 12 Jan 2016 17:23:35 UTCClass::Roles provides a Perl 5 implementation of Perl 6 roles. Roles are named collections of reusable behavior. They provide a mechanism to mark that a class performs certain behaviors and to reuse the code that performs those behaviors. Polymorphis...
CHROMATIC/Class-Roles-0.30 - 14 Dec 2003 01:07:34 UTCGetopt::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.102.5 - 26 May 2020 05:34:30 UTCClass::Entity allows a developer to create an object interface for a relational database by writing a minimal amount of code in a set of sub-classes which correspond to database tables. Right now this module only implements a read only interface. Wri...
PNEWMAN/Class-Entity-0.5 - 23 Jun 2006 16:57:02 UTC