Remove extra spaces and comments; no functionality changes
[gitmo/Mouse.git] / lib / Mouse / Util / TypeConstraints.pm
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:...