add Test::Moose to build_requires due to packaging issues on Fedora systems
[gitmo/MooseX-Types.git] / Changes
CommitLineData
90ac25e7 1Revision history for MooseX-Types
2
30.13 Tue Jun 23 05:46:33 PDT 2009
4 - Add Test::Moose to build_requires for Fedora
5
4e6dc81d 60.12 Sun Jun 14 14:39:57 PDT 2009
7 - fix mixing of typelibs with regular Moose classes
8
b0db42a9 90.11 Sat May 23 18:02:35 PDT 2009
10 - warning on string types and unregistered class/role types
11 - better error for missing comma
12 - MooseX::Types::Combine for combining type libs
13
e50bf0d9 140.10 Fri March 06 17:34:00 EST 2009
15 - Removed unneeded debugging code from one of the tests, which was
16 causing installation errors for people that didn't already have
17 Data::Dump installed. (jjnapiork)
5885c4f4 180.09 ...
19 - Added MooseX::Types::Util::has_available_type_export($p, $n) to
20 allow introspection of available types for other libraries wanting
21 to use type export names for type specifications.
22
077ac262 230.08 Mon Dec 09 19:00:00 EST 2008
24 - Added experimental support for recursive type constraints. Pod and
25 tests for this feature. Let the madness begin.
26 - Documentation updates.
27 - Workaround test case for the SUb::Exporter compatibility issue. Also
28 documented in Pod.
b3b39119 29
77134b88 300.07 Fri Oct 07 23:00:00 EST 2008
31 - Bumped minimum allowed Moose version to fix problem with overloading
32 on some versions of Perl
33 - Tiny documentation updates.
34
a7e5f92d 350.06 Fri Oct 24 15:00:00 EST 2008
475bbd1d 36 - Added support for parameterized types and type unions, tests for all
37 that and documentation updates.
77134b88 38
686e5888 390.05 [Indetermined]
16ddefbf 40 - moved export mechanism to Sub::Exporter. ::Base contains
41 a bunch of wrapping logic to allow the export-along functionality
42 for the helper symbols
8cd6ad6c 43 - removed vestigial load of Sub::UpLevel since it breaks
44 the argument display in confess()
badcd0e5 45
559cf3d8 460.04 Thu Aug 9 20:56:14 CEST 2007
47 - Automatically set strict and warnings like Moose does
31ac8780 48
9448c224 490.03 Thu Aug 9 14:41:58 CEST 2007
b3b39119 50 - Minor POD typo correction
9563f55e 51 - Added some error messages for wrong type names
52 - Coercion handler not exported without type object
9448c224 53 - Moved from Class::Inspector to Class::MOP::load_class
b3b39119 54
550.02 Wed Aug 8 20:33:42 CEST 2007
56 - Changed declaration to croak when it sees '::' in a typename
57
580.01 Wed Aug 8 18:19:34 CEST 2007
59 - Initial release
60