Fix test fail by adding t/lib to @INC.
[gitmo/MooseX-Types.git] / Changes
CommitLineData
5885c4f4 10.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
077ac262 60.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.
b3b39119 12
77134b88 130.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
a7e5f92d 180.06 Fri Oct 24 15:00:00 EST 2008
475bbd1d 19 - Added support for parameterized types and type unions, tests for all
20 that and documentation updates.
77134b88 21
686e5888 220.05 [Indetermined]
16ddefbf 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
8cd6ad6c 26 - removed vestigial load of Sub::UpLevel since it breaks
27 the argument display in confess()
badcd0e5 28
559cf3d8 290.04 Thu Aug 9 20:56:14 CEST 2007
30 - Automatically set strict and warnings like Moose does
31ac8780 31
9448c224 320.03 Thu Aug 9 14:41:58 CEST 2007
b3b39119 33 - Minor POD typo correction
9563f55e 34 - Added some error messages for wrong type names
35 - Coercion handler not exported without type object
9448c224 36 - Moved from Class::Inspector to Class::MOP::load_class
b3b39119 37
380.02 Wed Aug 8 20:33:42 CEST 2007
39 - Changed declaration to croak when it sees '::' in a typename
40
410.01 Wed Aug 8 18:19:34 CEST 2007
42 - Initial release
43