Require perl 5.8.3, as Moose does
[gitmo/MooseX-Types-DateTime-MoreCoercions.git] / Changes
CommitLineData
90d18d3b 1 - Require perl 5.8.3, as Moose does
2
736d2c28 30.10 2012-07-30 11:18:54 Europe/London
4
8097462f 5 - Remove unneeded check for DateTime::Format::DateManip from test
736d2c28 6 - Rebuild with Module::Install 1.06, to avoid depending on dev
7 release of EUMM (RT#77157)
8097462f 8
f7dd7747 90.09 2012-03-06 23:58:14 Europe/London
a7c573a0 10
11 - Use the introspection API to get MX:T:DateTime's coercions
55a1a560 12 - fix a spelling mistake (RT#73343)
a7c573a0 13
2282093e 140.08 2011-12-12 13:18:23 Europe/London
748d195c 15
16 - Require fixed MooseX::Types::DateTime version (RT#73192)
c4bf22a0 17 - Enforce version requirements at runtime (RT#73191)
83655d72 18 - Add missing dependencies (RT#73190)
748d195c 19
fdbc2421 200.07 2011-12-06 20:48:22 Europe/London
e18dcdf2 21
22 - Switch back to MooseX::Types::DateTime
00d7c0c9 23 - Rename to more descriptive name
e18dcdf2 24
9cd20586 250.06 - Updated distmeta
26 - Migrated to MX:T:DateTime::ButMaintained
27 - Fixed POD to reflect ::ButMaintained
28
de827165 290.05
30 - Require a newer version of DateTimex::Easy
31 This means we don't have to explicitly state each requirement of DTX:E
32 - Fixed pod
33
340.04
35 - Updated to Module::Install ( Evan Carroll )
36 - removed from MooseX::Types::DateTime ( Evan Carroll )
37
380.03
39 - more explicit versions for dependencies
40 - removed a test that doesn't seem to cleanly pass in all timezones
41
420.02
43 - Use namespace::clean in some places
44 - Try to skip out of the test suite gracefully when bad crap happens
45 (too much DWIM--)
46
470.01
48 - Initial version