Resolve a 'failing' test, although it has some TODOs
[gitmo/Mouse.git] / t / 800_shikabased /
2009-10-09 gfx Fix tests for Moose compatibility
2009-10-09 gfx Add test to make anonymous classes immutable
2009-10-07 gfx Fix a test
2009-09-25 gfx Fix various tests for new Mouse
2009-09-25 gfx Changelogging
2009-09-22 gfx Fix tests
2009-09-21 gfx Remove a version check
2009-09-21 gfx Merge branch 'master' into topic/more-compatible
2009-09-21 gfx Make anonymous classes work correctly
2009-09-21 gfx (Re-)organize Method Accessor, implementing has .....
2009-09-21 Tokuhiro Matsuno this test fails with older moose
2009-09-20 gfx Fix a bug related to the randomized hash keys.
2009-09-20 gfx Refactoring
2009-09-16 sunnavy Moose role class has ->meta in method_list since 0...
2009-09-15 gfx Make $role->get_method_list() include meta() (Moose...
2009-06-14 Shawn M Moore This fails with older Moose. Not sure which version...
2009-06-09 Tokuhiro Matsuno latest moose inlining destructor by default
2009-04-02 Tokuhiro Matsuno added Mouse::Meta::TypeConstraint and use it. Mouse...
2009-04-02 Daisuke Maki (lest... fix portability between Moose/Mouse's class_type
2009-04-01 Shawn M Moore Fix version check
2009-03-07 Shawn M Moore No need to skip these tests, since tokuhirom++ implemen...
2009-02-10 Shawn M Moore Skip these tests if you have an old Moose
2009-02-05 Shawn M Moore MouseX::Types is now in its own dist
2008-12-22 Shawn M Moore Better test here; check the error message
2008-12-22 Shawn M Moore Rename this class to avoid a type collision
2008-12-22 Shawn M Moore Write the anon-class test such that we can run it again...
2008-12-22 Shawn M Moore Begin stealing more Moose meta API
2008-12-22 Shawn M Moore Same API as Moose for Mouse::Meta::Attribute->new
2008-12-22 Shawn M Moore Need to specify package names
2008-12-22 Shawn M Moore Don't try to import Mouse's sugar into main here
2008-12-22 Shawn M Moore class_type shouldn't load the class (Moose compat;...
2008-12-22 Shawn M Moore Remove the redefine type tests for now, they'll go...
2008-12-22 Shawn M Moore You can redefine types in the original package
2008-12-22 Shawn M Moore Coerce a type that won't fail us later (damn you Moose)
2008-12-22 Shawn M Moore Keep track of the source package of each type; other...
2008-12-22 Shawn M Moore HashRefa looks like a typo
2008-12-22 Shawn M Moore Better linear-isa tests (using the meta API)
2008-12-22 Shawn M Moore More uses of type in the tests
2008-12-22 Shawn M Moore Finish renaming Mouse::TypeRegistry to Mouse::Util...
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 improvement the compatibility with Moose.
2008-12-07 Tokuhiro Matsuno added test case for compatibility
2008-12-07 Tokuhiro Matsuno added more test cases
2008-12-06 Tokuhiro Matsuno oops
2008-12-06 Tokuhiro Matsuno - depend to Scalar::Util when perl5.6.x
2008-12-05 大沢 和宏 support MouseX::Types's isa or ( isa => Str | Undef )
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 大沢 和宏 oops remove t/800_shikabased/007-create_class.t
2008-12-05 大沢 和宏 mv t/800_shikabased/007-create_class.t t/800_shikabased...
2008-12-04 Tokuhiro Matsuno bug fixed: BUILD method doesn't works
2008-12-04 大沢 和宏 add with qw( Role1 Role2 ) support
2008-12-04 Tokuhiro Matsuno added Mouse::Meta::Class->create(_anon_class)?
2008-12-04 大沢 和宏 add mluti option with test
2008-12-03 大沢 和宏 added MouseX::Types, MouseX::Types::Mouse
2008-12-03 大沢 和宏 more more moose way to type constraints
2008-12-03 Tokuhiro Matsuno move Test::Exception to inc/. suggested by autarch++
2008-12-03 大沢 和宏 added role_type on Mouse::TypeRegistry
2008-12-03 大沢 和宏 move 80x tests to 800_shikabased