MooseX::Types::DateTime::MySQL - Joins MooseX::Types::DateTime and
DateTime::Format::MySQL
Defines a "MySQLDateTime" type which will
round-trip coerce to the "DateTime" type
from MooseX::Types::DateTime.
Coerces to and from "DateTime".
Coerces to and from "DateTime" and will coerce
to "MySQLDateTime".
Coerces from "Int" (duration) and
"DateTime" (by extracting only the time
part).
- The MySQL datetime detection regex is imperfect as it just looks for
" \d "s, rather than things which are known valid months.
- Probably more
Tomas Doran (t0m)
"<bobtfish@bobtfish.net">
Copyright 2009 the above author(s).
This sofware is free software, and is licensed under the same
terms as perl itself.