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