move repository to http://github.com/moose/MooseX-Types-DateTime-MoreCoercions
[gitmo/MooseX-Types-DateTime-MoreCoercions.git] / Changes
1
2         - repository has moved to the GitHub Moose organization
3
4 0.11    2012-12-11 12:33:01 Europe/London
5
6         - Require perl 5.8.3, as Moose does
7
8 0.10    2012-07-30 11:18:54 Europe/London
9
10         - Remove unneeded check for DateTime::Format::DateManip from test
11         - Rebuild with Module::Install 1.06, to avoid depending on dev
12           release of EUMM (RT#77157)
13
14 0.09    2012-03-06 23:58:14 Europe/London
15
16         - Use the introspection API to get MX:T:DateTime's coercions
17         - fix a spelling mistake (RT#73343)
18
19 0.08    2011-12-12 13:18:23 Europe/London
20
21         - Require fixed MooseX::Types::DateTime version (RT#73192)
22         - Enforce version requirements at runtime (RT#73191)
23         - Add missing dependencies (RT#73190)
24
25 0.07    2011-12-06 20:48:22 Europe/London
26
27         - Switch back to MooseX::Types::DateTime
28         - Rename to more descriptive name
29
30 0.06    - Updated distmeta
31         - Migrated to MX:T:DateTime::ButMaintained
32                                 - Fixed POD to reflect ::ButMaintained
33
34 0.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
39 0.04
40         - Updated to Module::Install ( Evan Carroll )
41                                 - removed from MooseX::Types::DateTime ( Evan Carroll )
42
43 0.03
44         - more explicit versions for dependencies
45         - removed a test that doesn't seem to cleanly pass in all timezones
46
47 0.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
52 0.01
53         - Initial version