Fix test fail by adding t/lib to @INC.
[gitmo/MooseX-Types.git] / Changes
1 0.09    ...
2         - Added MooseX::Types::Util::has_available_type_export($p, $n) to
3           allow introspection of available types for other libraries wanting
4           to use type export names for type specifications.
5
6 0.08    Mon Dec  09 19:00:00 EST 2008
7         - Added experimental support for recursive type constraints.  Pod and
8           tests for this feature.  Let the madness begin.
9         - Documentation updates.
10         - Workaround test case for the SUb::Exporter compatibility issue.  Also
11           documented in Pod.
12
13 0.07    Fri Oct  07 23:00:00 EST 2008
14         - Bumped minimum allowed Moose version to fix problem with overloading
15           on some versions of Perl
16         - Tiny documentation updates.
17
18 0.06    Fri Oct  24 15:00:00 EST 2008
19         - Added support for parameterized types and type unions, tests for all
20         that and documentation updates.
21
22 0.05    [Indetermined]
23         - moved export mechanism to Sub::Exporter. ::Base contains
24           a bunch of wrapping logic to allow the export-along functionality
25           for the helper symbols
26         - removed vestigial load of Sub::UpLevel since it breaks
27           the argument display in confess()
28
29 0.04    Thu Aug  9 20:56:14 CEST 2007
30         - Automatically set strict and warnings like Moose does
31
32 0.03    Thu Aug  9 14:41:58 CEST 2007
33         - Minor POD typo correction
34         - Added some error messages for wrong type names
35         - Coercion handler not exported without type object
36         - Moved from Class::Inspector to Class::MOP::load_class
37
38 0.02    Wed Aug  8 20:33:42 CEST 2007
39         - Changed declaration to croak when it sees '::' in a typename
40
41 0.01    Wed Aug  8 18:19:34 CEST 2007
42         - Initial release
43