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