Be nice to Moose::Role::unimport in older moose
[gitmo/Mouse.git] / lib / Mouse / TypeRegistry.pm
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...