Version 0.09
[gitmo/MooseX-Types-DateTime-MoreCoercions.git] / Changes
CommitLineData
f7dd7747 10.09 2012-03-06 23:58:14 Europe/London
a7c573a0 2
3 - Use the introspection API to get MX:T:DateTime's coercions
55a1a560 4 - fix a spelling mistake (RT#73343)
a7c573a0 5
2282093e 60.08 2011-12-12 13:18:23 Europe/London
748d195c 7
8 - Require fixed MooseX::Types::DateTime version (RT#73192)
c4bf22a0 9 - Enforce version requirements at runtime (RT#73191)
83655d72 10 - Add missing dependencies (RT#73190)
748d195c 11
fdbc2421 120.07 2011-12-06 20:48:22 Europe/London
e18dcdf2 13
14 - Switch back to MooseX::Types::DateTime
00d7c0c9 15 - Rename to more descriptive name
e18dcdf2 16
9cd20586 170.06 - Updated distmeta
18 - Migrated to MX:T:DateTime::ButMaintained
19 - Fixed POD to reflect ::ButMaintained
20
de827165 210.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
260.04
27 - Updated to Module::Install ( Evan Carroll )
28 - removed from MooseX::Types::DateTime ( Evan Carroll )
29
300.03
31 - more explicit versions for dependencies
32 - removed a test that doesn't seem to cleanly pass in all timezones
33
340.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
390.01
40 - Initial version