Add various things
[gitmo/Mouse.git] / lib / Mouse / Util / TypeConstraints.pm
2009-09-22 gfx Add various things
2009-09-20 gfx Fix a bug related to the randomized hash keys.
2009-09-17 gfx Improve type constraint stuff
2009-09-15 gfx Improve type constraint stuff
2009-04-11 Tokuhiro Matsuno added typeconstraint's customizable error message support.
2009-04-11 markstos Improve documentation for type constraints.
2009-04-03 wu-lee Type coercions should be added to the front of the...
2009-04-03 wu-lee Adjusted default 'isa' typeconstraint construction...
2009-04-03 wu-lee Correct error message to include 'Maybe' as implemented...
2009-04-02 Tokuhiro Matsuno oops. i forgot to change make_immutable code.
2009-04-02 Tokuhiro Matsuno added Mouse::Meta::TypeConstraint and use it. Mouse...
2009-04-02 Daisuke Maki (lest... look under %TYPE first
2009-04-02 Daisuke Maki (lest... Export find_type_constraint
2009-04-02 Daisuke Maki (lest... Add a dummy TypeConstraint namespace so you can treat...
2009-04-02 Daisuke Maki (lest... move stuff from Meta::Attribute to Util::TypeConstraint...
2009-04-02 Daisuke Maki (lest... fix portability between Moose/Mouse's class_type
2009-04-02 Tokuhiro Matsuno much faster impl. for constructor/accessor. this is...
2009-03-07 Daisuke Maki Make coercion work for parameterized types
2009-02-09 Shawn M Moore Support for anonymous enums: enum [elements]
2009-02-05 Shawn M Moore Implement basic usage of "enum" type constraints
2009-02-05 Shawn M Moore Fix prototype on message {...}
2009-02-03 Shawn M Moore Use Exporter for Mouse::Util::TypeConstraints
2008-12-22 Shawn M Moore class_type shouldn't load the class (Moose compat;...
2008-12-22 Shawn M Moore You can redefine types in the original package
2008-12-22 Shawn M Moore Keep track of the source package of each type; other...
2008-12-22 Shawn M Moore Style
2008-12-22 Shawn M Moore Rename the has from %SUBTYPE to %TYPE
2008-12-22 Shawn M Moore "type" sugar for when you're not subtyping anything
2008-12-22 Shawn M Moore Finish renaming Mouse::TypeRegistry to Mouse::Util...
2008-12-22 Shawn M Moore Begin renaming Mouse::TypeRegistry to Mouse::Util:...