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