Remove unneeded check for DateTime::Format::DateManip from test
[gitmo/MooseX-Types-DateTime-MoreCoercions.git] / Changes
CommitLineData
8097462f 1 - Remove unneeded check for DateTime::Format::DateManip from test
2
f7dd7747 30.09 2012-03-06 23:58:14 Europe/London
a7c573a0 4
5 - Use the introspection API to get MX:T:DateTime's coercions
55a1a560 6 - fix a spelling mistake (RT#73343)
a7c573a0 7
2282093e 80.08 2011-12-12 13:18:23 Europe/London
748d195c 9
10 - Require fixed MooseX::Types::DateTime version (RT#73192)
c4bf22a0 11 - Enforce version requirements at runtime (RT#73191)
83655d72 12 - Add missing dependencies (RT#73190)
748d195c 13
fdbc2421 140.07 2011-12-06 20:48:22 Europe/London
e18dcdf2 15
16 - Switch back to MooseX::Types::DateTime
00d7c0c9 17 - Rename to more descriptive name
e18dcdf2 18
9cd20586 190.06 - Updated distmeta
20 - Migrated to MX:T:DateTime::ButMaintained
21 - Fixed POD to reflect ::ButMaintained
22
de827165 230.05
24 - Require a newer version of DateTimex::Easy
25 This means we don't have to explicitly state each requirement of DTX:E
26 - Fixed pod
27
280.04
29 - Updated to Module::Install ( Evan Carroll )
30 - removed from MooseX::Types::DateTime ( Evan Carroll )
31
320.03
33 - more explicit versions for dependencies
34 - removed a test that doesn't seem to cleanly pass in all timezones
35
360.02
37 - Use namespace::clean in some places
38 - Try to skip out of the test suite gracefully when bad crap happens
39 (too much DWIM--)
40
410.01
42 - Initial version