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

Search results for "module:DateTime::Types"

Types::DateTime - type constraints and coercions for datetime objects River stage two • 6 direct dependents • 10 total dependents

Types::DateTime is a type constraint library suitable for use with Moo/Moose attributes, Kavorka sub signatures, and so forth. Types This module provides some type constraints broadly compatible with those provided by MooseX::Types::DateTime, plus a ...

TOBYINK/Types-DateTime-0.002 - 19 Jun 2017 16:19:28 UTC

DateTime::Types - Types used for parameter checking in DateTime River stage four • 1153 direct dependents • 3694 total dependents

This module has no user-facing parts....

DROLSKY/DateTime-1.65 - 06 Nov 2023 05:14:16 UTC

MouseX::Types::DateTime - A DateTime type library for Mouse River stage one • 1 direct dependent • 1 total dependent

MouseX::Types::DateTime creates common Mouse types and coercions for dealing with DateTime objects as Mouse attributes. Coercions (see Mouse::TypeRegistry) are made from "Str" and "HashRef" to DateTime, DateTime::Duration, DateTime::TimeZone and Date...

MASAKI/MouseX-Types-DateTime-0.02 - 06 Feb 2009 02:19:55 UTC

MooseX::Types::DateTime - DateTime related constraints and coercions for Moose River stage two • 31 direct dependents • 50 total dependents

This module packages several Moose::Util::TypeConstraints with coercions, designed to work with the DateTime suite of objects. Namespaced Example: use MooseX::Types::DateTime; has time_zone => ( isa => 'DateTime::TimeZone', is => "rw", coerce => 1, )...

ETHER/MooseX-Types-DateTime-0.13 - 04 Oct 2015 23:39:05 UTC

Reaction::Types::DateTime River stage one • 1 direct dependent • 1 total dependent

* DateTime * DateTime::SpanSet * TimeRangeCollection...

ARCANEZ/Reaction-0.002005 - 08 Mar 2011 14:01:20 UTC

App::Oozie::Types::DateTime River stage zero No dependents

Internal types....

BURAK/App-Oozie-0.016 - 05 Dec 2023 17:21:55 UTC

MooseX::Types::DateTime::W3C - W3C DateTime format type constraint River stage one • 2 direct dependents • 6 total dependents

This class provides W3C date/time format type constraint....

AJGB/MooseX-Types-DateTime-W3C-1.103360 - 02 Dec 2010 14:59:40 UTC

Params::Dry::Types::DateTime - Build-in datetime types for Params::Dry - Simple Global Params Management System which helps you to keep always DRY rule River stage one • 1 direct dependent • 1 total dependent

NEO/Params-Dry-1.2003 - 18 Sep 2014 14:13:14 UTC

MooseX::Types::DateTime::MySQL - Joins MooseX::Types::DateTime and DateTime::Format::MySQL River stage one • 1 direct dependent • 7 total dependents

Defines a "MySQLDateTime" type which will round-trip coerce to the "DateTime" type from MooseX::Types::DateTime....

BOBTFISH/MooseX-Types-DateTime-MySQL-0.003 - 22 Nov 2010 13:10:15 UTC

DateTime::Format::ISO8601::Types - Types used for parameter checking in DateTime River stage three • 94 direct dependents • 245 total dependents

This module has no user-facing parts....

DROLSKY/DateTime-Format-ISO8601-0.16 - 14 Feb 2021 19:43:10 UTC

MooX::Types::MooseLike::DateTime - a DateTime type for Moo River stage one • 1 direct dependent • 1 total dependent

LTRIANT/MooX-Types-MooseLike-DateTime-0.01 - 19 Aug 2014 10:44:16 UTC

DateTime::Format::Strptime::Types - Types used for parameter checking in DateTime::Format::Strptime River stage three • 124 direct dependents • 258 total dependents

This module has no user-facing parts....

DROLSKY/DateTime-Format-Strptime-1.79 - 02 May 2021 19:16:22 UTC

MooseX::Types::DateTime::MoreCoercions - Extensions to MooseX::Types::DateTime River stage zero No dependents

This module builds on MooseX::Types::DateTime to add additional custom types and coercions. Since it builds on an existing type, all coercions and constraints are inherited....

ETHER/MooseX-Types-DateTime-MoreCoercions-0.15 - 16 Aug 2015 01:15:24 UTC

MooseX::Types::DateTime::ButMaintained - DateTime related constraints and coercions for Moose River stage one • 4 direct dependents • 6 total dependents

This module packages several Moose::Util::TypeConstraints with coercions, designed to work with the DateTime suite of objects. This module started as a fork of MooseX::Types::DateTime. This history and explaination is as follows: In Janurary 2009, I ...

ECARROLL/MooseX-Types-DateTime-ButMaintained-0.16 - 19 Jul 2012 23:03:17 UTC

lib/Neo4j/Types/Generic/DateTime.pm River stage one • 1 direct dependent • 1 total dependent

AJNN/Neo4j-Types-2.00 - 21 Nov 2023 18:37:55 UTC

lib/Neo4j/Types/DateTime.pm River stage one • 1 direct dependent • 1 total dependent

AJNN/Neo4j-Types-2.00 - 21 Nov 2023 18:37:55 UTC

Shipment::Temando::WSDL::Types::Datetime River stage zero No dependents

Perl data type class for the XML Schema defined simpleType Datetime from the namespace http://' . $Shipment::Temando::WSDL::Interfaces::quoting_Service::quoting_port::ns_ url . '/schema/2009_06/common.xsd. This clase is derived from SOAP::WSDL::XSD::...

BAERGAJ/Shipment-3.10 - 01 Dec 2022 02:56:04 UTC

DateTime::Fiction::JRRTolkien::Shire::Types - Specio types used for argument checking in DateTime::Fiction::JRRTolkien::Shire River stage zero No dependents

This Perl module is private to the DateTime::Fiction::JRRTolkien::Shire distribution. It can be changed or revoked at any time. The purpose of this module is to provide Specio argument type definitions for DateTime::Fiction::JRRTolkien::Shire....

WYANT/DateTime-Fiction-JRRTolkien-Shire-0.907 - 17 Aug 2021 14:12:09 UTC

DateTime - A date and time object for Perl River stage four • 1153 direct dependents • 3694 total dependents

DateTime is a class for the representation of date/time combinations, and is part of the Perl DateTime project. It represents the Gregorian calendar, extended backwards in time before its creation (in 1582). This is sometimes known as the "proleptic ...

DROLSKY/DateTime-1.65 - 06 Nov 2023 05:14:16 UTC

Rose::DB - A DBI wrapper and abstraction layer. River stage two • 15 direct dependents • 27 total dependents

Rose::DB is a wrapper and abstraction layer for DBI-related functionality. A Rose::DB object "has a" DBI object; it is not a subclass of DBI. Please see the tutorial (perldoc Rose::DB::Tutorial) for an example usage scenario that reflects "best pract...

JSIRACUSA/Rose-DB-0.785 - 28 Feb 2023 14:53:49 UTC
52 results (0.034 seconds)