Pod fix.
[gitmo/MooseX-Types.git] / Changes
CommitLineData
e50bf0d9 10.10 Fri March 06 17:34:00 EST 2009
2 - Removed unneeded debugging code from one of the tests, which was
3 causing installation errors for people that didn't already have
4 Data::Dump installed. (jjnapiork)
5885c4f4 50.09 ...
6 - Added MooseX::Types::Util::has_available_type_export($p, $n) to
7 allow introspection of available types for other libraries wanting
8 to use type export names for type specifications.
9
077ac262 100.08 Mon Dec 09 19:00:00 EST 2008
11 - Added experimental support for recursive type constraints. Pod and
12 tests for this feature. Let the madness begin.
13 - Documentation updates.
14 - Workaround test case for the SUb::Exporter compatibility issue. Also
15 documented in Pod.
b3b39119 16
77134b88 170.07 Fri Oct 07 23:00:00 EST 2008
18 - Bumped minimum allowed Moose version to fix problem with overloading
19 on some versions of Perl
20 - Tiny documentation updates.
21
a7e5f92d 220.06 Fri Oct 24 15:00:00 EST 2008
475bbd1d 23 - Added support for parameterized types and type unions, tests for all
24 that and documentation updates.
77134b88 25
686e5888 260.05 [Indetermined]
16ddefbf 27 - moved export mechanism to Sub::Exporter. ::Base contains
28 a bunch of wrapping logic to allow the export-along functionality
29 for the helper symbols
8cd6ad6c 30 - removed vestigial load of Sub::UpLevel since it breaks
31 the argument display in confess()
badcd0e5 32
559cf3d8 330.04 Thu Aug 9 20:56:14 CEST 2007
34 - Automatically set strict and warnings like Moose does
31ac8780 35
9448c224 360.03 Thu Aug 9 14:41:58 CEST 2007
b3b39119 37 - Minor POD typo correction
9563f55e 38 - Added some error messages for wrong type names
39 - Coercion handler not exported without type object
9448c224 40 - Moved from Class::Inspector to Class::MOP::load_class
b3b39119 41
420.02 Wed Aug 8 20:33:42 CEST 2007
43 - Changed declaration to croak when it sees '::' in a typename
44
450.01 Wed Aug 8 18:19:34 CEST 2007
46 - Initial release
47