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