Some errors for auto_deref
[gitmo/Mouse.git] / lib / Mouse.pm
2008-06-10 Shawn M Moore Invalid class names should throw an exception
2008-06-10 Shawn M Moore Various is_class_loaded/load_class nits
2008-06-10 Shawn M Moore Replace is_class_loaded with version from Class::MOP
2008-06-10 Shawn M Moore Some ClassName simplification and fixes
2008-06-10 Shawn M Moore have ClassName check use is_class_loaded
2008-06-10 Shawn M Moore Finish moving Mouse::Attribute and Mouse::Class into...
2008-06-10 Shawn M Moore Moose compat: the details of load_class. Check whether...
2008-06-10 Shawn M Moore Some doc updates
2008-06-10 Shawn M Moore Use Scalar::Util/Carp imports for brevity
2008-06-10 Shawn M Moore If we re-import Mouse, don't thrash the class's supercl...
2008-06-04 Shawn M Moore Begin adding Mouse::TypeRegistry. All that's there...
2008-06-03 Shawn M Moore Import Mouse