Fix which add-modifier method gets called
[gitmo/Mouse.git] / lib / Mouse / TypeRegistry.pm
2008-07-16 Shawn M Moore More consistent header
2008-06-10 Shawn M Moore have ClassName check use is_class_loaded
2008-06-10 Shawn M Moore Improve coverage of TypeRegistry
2008-06-10 Shawn M Moore Implementation of ClassName, borrowed from Moose
2008-06-10 Shawn M Moore Implementations for all of the types except ClassName
2008-06-09 Shawn M Moore Tests and implementation for Undef/Defined types
2008-06-04 Shawn M Moore Begin adding Mouse::TypeRegistry. All that's there...