recursion test
[gitmo/MooseX-Types.git] / Changes
1
2 0.07    Fri Oct  07 23:00:00 EST 2008
3         - Bumped minimum allowed Moose version to fix problem with overloading
4           on some versions of Perl
5         - Tiny documentation updates.
6
7 0.06    Fri Oct  24 15:00:00 EST 2008
8         - Added support for parameterized types and type unions, tests for all
9         that and documentation updates.
10
11 0.05    [Indetermined]
12         - moved export mechanism to Sub::Exporter. ::Base contains
13           a bunch of wrapping logic to allow the export-along functionality
14           for the helper symbols
15         - removed vestigial load of Sub::UpLevel since it breaks
16           the argument display in confess()
17
18 0.04    Thu Aug  9 20:56:14 CEST 2007
19         - Automatically set strict and warnings like Moose does
20
21 0.03    Thu Aug  9 14:41:58 CEST 2007
22         - Minor POD typo correction
23         - Added some error messages for wrong type names
24         - Coercion handler not exported without type object
25         - Moved from Class::Inspector to Class::MOP::load_class
26
27 0.02    Wed Aug  8 20:33:42 CEST 2007
28         - Changed declaration to croak when it sees '::' in a typename
29
30 0.01    Wed Aug  8 18:19:34 CEST 2007
31         - Initial release
32