Mouse::Util::does_role() respects $thing->does() method
[gitmo/Mouse.git] / lib / Mouse / TypeRegistry.pm
2009-11-18 gfx Add pod to Mouse::TypeRegistry as a deprecated module
2009-02-05 Shawn M Moore Add a shim Mouse::TypeRegistry that warns and sends...
2008-12-22 Shawn M Moore Begin renaming Mouse::TypeRegistry to Mouse::Util:...
2008-12-09 Shawn M Moore For class constraints, it's good enough to be a subclas...
2008-12-09 Shawn M Moore Remove pointless shebang in each module
2008-12-08 大沢 和宏 oops, add testcase ( subtype 'Foo' => as 'Bar'; AND...
2008-12-08 大沢 和宏 pre load class in class_type
2008-12-08 大沢 和宏 implement to subtype's as is moose way
2008-12-07 Tokuhiro Matsuno use Scalar::Util directly
2008-12-05 大沢 和宏 optimize for constructor and attribute
2008-12-05 大沢 和宏 micro optimized
2008-12-05 大沢 和宏 support of isa or ( isa => ' Str | Undef ')
2008-12-05 大沢 和宏 oops, revert of revision 6879
2008-12-05 大沢 和宏 support of isa or ( isa => ' Str | Undef ')
2008-12-05 大沢 和宏 more optimized of TypeRegistry
2008-12-05 大沢 和宏 optimized
2008-12-03 大沢 和宏 added MouseX::Types, MouseX::Types::Mouse
2008-12-03 大沢 和宏 remove trash
2008-12-03 大沢 和宏 more more moose way to type constraints
2008-12-03 大沢 和宏 added role_type on Mouse::TypeRegistry
2008-12-03 大沢 和宏 added to class_type
2008-12-02 大沢 和宏 oops
2008-12-02 大沢 和宏 added to coerce feature
2008-09-28 Shawn M Moore openhandle
2008-09-28 Shawn M Moore looks_like_number
2008-09-28 Shawn M Moore Mouse::Util::blessed
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...