Version 0.10
[gitmo/MooseX-Types-DateTime-MoreCoercions.git] / Changes
CommitLineData
736d2c28 10.10 2012-07-30 11:18:54 Europe/London
2
8097462f 3 - Remove unneeded check for DateTime::Format::DateManip from test
736d2c28 4 - Rebuild with Module::Install 1.06, to avoid depending on dev
5 release of EUMM (RT#77157)
8097462f 6
f7dd7747 70.09 2012-03-06 23:58:14 Europe/London
a7c573a0 8
9 - Use the introspection API to get MX:T:DateTime's coercions
55a1a560 10 - fix a spelling mistake (RT#73343)
a7c573a0 11
2282093e 120.08 2011-12-12 13:18:23 Europe/London
748d195c 13
14 - Require fixed MooseX::Types::DateTime version (RT#73192)
c4bf22a0 15 - Enforce version requirements at runtime (RT#73191)
83655d72 16 - Add missing dependencies (RT#73190)
748d195c 17
fdbc2421 180.07 2011-12-06 20:48:22 Europe/London
e18dcdf2 19
20 - Switch back to MooseX::Types::DateTime
00d7c0c9 21 - Rename to more descriptive name
e18dcdf2 22
9cd20586 230.06 - Updated distmeta
24 - Migrated to MX:T:DateTime::ButMaintained
25 - Fixed POD to reflect ::ButMaintained
26
de827165 270.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
320.04
33 - Updated to Module::Install ( Evan Carroll )
34 - removed from MooseX::Types::DateTime ( Evan Carroll )
35
360.03
37 - more explicit versions for dependencies
38 - removed a test that doesn't seem to cleanly pass in all timezones
39
400.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
450.01
46 - Initial version