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

Search results for "module:Class::Date"

Class::Date - Class for easy date and time manipulation River stage two • 11 direct dependents • 13 total dependents

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 UTC

Class::Date::Rel River stage two • 11 direct dependents • 13 total dependents

YANICK/Class-Date-1.1.17 - 01 Jun 2018 13:11:48 UTC

Class::Date::Const River stage two • 11 direct dependents • 13 total dependents

YANICK/Class-Date-1.1.17 - 01 Jun 2018 13:11:48 UTC

Class::Date::Invalid River stage two • 11 direct dependents • 13 total dependents

YANICK/Class-Date-1.1.17 - 01 Jun 2018 13:11:48 UTC

Validation::Class::Directive::Date - Date Directive for Validation Class Field Definitions River stage zero No dependents

Validation::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...

CKRAS/Validation-Class-7.900059 - 27 Mar 2023 21:17:21 UTC

DBIx::Class::Sims::Type::Date - Additional Sims types for DBIx::Class::Sims River stage zero No dependents

RKINYON/DBIx-Class-Sims-Type-Date-0.000001 - 18 Apr 2017 17:28:32 UTC

Class::DateTime - A thin Wrapper for DateTime Object Class River stage zero No dependents

This package provides a thin wrapper around DateTime by inheriting from Module::Generic::DateTime. It allows overloaded operations, including subtraction and conversion for Storable or JSON See Module::Generic::DateTime for more information....

JDEGUEST/Class-Generic-v0.1.1 - 09 Mar 2022 11:32:50 UTC

Class::CGI::DateTime - Fetch DateTime objects directly from your forms. River stage zero No dependents

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 UTC

Class::DBI::Plugin::DateTime - Use DateTime Objects As Columns River stage one • 1 direct dependent • 4 total dependents

Class::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 UTC

DBIx::Class::DateTime::Epoch - Automatic inflation/deflation of epoch-based columns to/from DateTime objects River stage one • 2 direct dependents • 2 total dependents

This 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 UTC

DBIx::Class::Schema::PopulateMore::Inflator::Date - Returns A DateTime object River stage two • 1 direct dependent • 30 total dependents

Sometimes you need to put dates into your table rows, but this can be a big hassle to do, particularly in a crossplatform way. This plugin will assist in this. It also makes it easy to insert relative date/times. such as 'now', 'last week', etc. See ...

JJNAPIORK/DBIx-Class-Schema-PopulateMore-0.19 - 09 Oct 2014 20:43:46 UTC

Class::CGI - Fetch objects from your CGI object River stage zero No dependents

For 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 UTC

Class::LOP - The Lightweight Object Protocol River stage one • 1 direct dependent • 1 total dependent

Just 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 UTC

Class::DBI - Simple Database Abstraction River stage three • 91 direct dependents • 134 total dependents

TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC

Attribute::Types - Attributes that confer type on variables River stage zero No dependents

The 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 UTC

Oryx::Class - abstract base class for Oryx classes River stage one • 1 direct dependent • 1 total dependent

Abstract base class for Oryx persistent classes....

RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC

Class::Core - Class wrapper system providing parameter typing, logging, and class auto-instanitation River stage one • 1 direct dependent • 1 total dependent

This 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 UTC

Class::Colon - Makes objects out of colon delimited records and vice versa River stage zero No dependents

To 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 UTC

Class::NonOO - Use methods as functions with an implicit singleton River stage zero No dependents

This 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 UTC

Class::Roles - use Perl 6 roles in Perl 5 River stage one • 8 direct dependents • 9 total dependents

Class::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 UTC
145 results (0.039 seconds)