-
-
23 Aug 2017 09:43:45 UTC
- Distribution: DR-DateTime
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (581 / 16 / 52)
- Kwalitee
Bus factor: 0- 85.78% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (12.52KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Time::Local
- Time::Zone
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
DR::DateTime::MouseType - Mouse type definer
SYNOPSIS
use DR::DateTime::MouseType; package Bla; use Mouse; has dt => is => 'ro', isa => 'DRDateTime', coerce => 1; has mdt => is => 'ro', isa => 'MaybeDRDateTime', coerce => 1; package main; my $i = new Bla dt => time, mdt => undef; my $j = new Bla dt => '2017-01-00';
Module Install Instructions
To install DR::DateTime, copy and paste the appropriate command in to your terminal.
cpanm DR::DateTime
perl -MCPAN -e shell install DR::DateTime
For more information on module installation, please visit the detailed CPAN module installation guide.