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