Use the introspection API to get MX:T:DateTime's coercions
[gitmo/MooseX-Types-DateTime-MoreCoercions.git] / Changes
1
2         - Use the introspection API to get MX:T:DateTime's coercions
3
4 0.08    2011-12-12 13:18:23 Europe/London
5
6         - Require fixed MooseX::Types::DateTime version (RT#73192)
7         - Enforce version requirements at runtime (RT#73191)
8         - Add missing dependencies (RT#73190)
9
10 0.07    2011-12-06 20:48:22 Europe/London
11
12         - Switch back to MooseX::Types::DateTime
13         - Rename to more descriptive name
14
15 0.06    - Updated distmeta
16         - Migrated to MX:T:DateTime::ButMaintained
17                                 - Fixed POD to reflect ::ButMaintained
18
19 0.05
20         - Require a newer version of DateTimex::Easy
21           This means we don't have to explicitly state each requirement of DTX:E
22         - Fixed pod 
23
24 0.04
25         - Updated to Module::Install ( Evan Carroll )
26                                 - removed from MooseX::Types::DateTime ( Evan Carroll )
27
28 0.03
29         - more explicit versions for dependencies
30         - removed a test that doesn't seem to cleanly pass in all timezones
31
32 0.02
33         - Use namespace::clean in some places
34         - Try to skip out of the test suite gracefully when bad crap happens
35           (too much DWIM--)
36
37 0.01
38         - Initial version