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