diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-07-15 01:38:01 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-07-15 01:38:01 +0800 |
commit | 8b3a8827484d164cfd653d9949985e0fcab08a5a (patch) | |
tree | 8bf008c1feb6b5896cb39cd3aa59a8ed11435f56 /devel/Makefile | |
parent | a65964e3fa8058c92157159e11c636a8c612e1c4 (diff) | |
download | freebsd-ports-gnome-8b3a8827484d164cfd653d9949985e0fcab08a5a.tar.gz freebsd-ports-gnome-8b3a8827484d164cfd653d9949985e0fcab08a5a.tar.zst freebsd-ports-gnome-8b3a8827484d164cfd653d9949985e0fcab08a5a.zip |
This module packages several Moose::Util::TypeConstraints with
coercions, designed to work with the DateTime suite of objects.
This module is just the MooseX::Types::DateTime without the requirement
on DateTimeX::Easy (which requires DateTime::Manip). As of 0.05
this module supports globally unique Olson abbreviations, and dies
when they are not globally unique.
WWW: http://search.cpan.org/dist/MooseX-Types-DateTime-ButMaintained/
PR: ports/135939 (2 of 6)
Submitted by: Cezary Morga <cm at therek.net>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index f32abc589155..1edfaacef5b0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1637,6 +1637,7 @@ SUBDIR += p5-MooseX-StrictConstructor SUBDIR += p5-MooseX-Traits SUBDIR += p5-MooseX-Types + SUBDIR += p5-MooseX-Types-DateTime-ButMaintained SUBDIR += p5-MooseX-Types-Path-Class SUBDIR += p5-MooseX-Types-Structured SUBDIR += p5-Mouse |