Comments, style
[gitmo/Mouse.git] / t /
2008-12-09 Shawn M Moore Use Test::Exception in this test
2008-12-09 Shawn M Moore Bring shika-based up to trunk
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-07 Tokuhiro Matsuno use Scalar::Util directly
2008-12-06 Tokuhiro Matsuno oops
2008-12-06 Tokuhiro Matsuno - depend to Scalar::Util when perl5.6.x
2008-12-05 大沢 和宏 add immutable test
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 Ricardo SIGNES mark 033 todo
2008-12-05 Ricardo SIGNES more specific
2008-12-05 Ricardo SIGNES default needs invocant
2008-12-05 Ricardo SIGNES reader/writer
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 Ricardo SIGNES test for isa improvement
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 oops... i forgot s/Moose/Mouse/ orz
2008-12-03 Tokuhiro Matsuno move Test::Exception to inc/. suggested by autarch++
2008-12-03 大沢 和宏 SKIP test case "Class::Method::Modifiers required for...
2008-12-03 大沢 和宏 added role_type on Mouse::TypeRegistry
2008-12-03 大沢 和宏 move 80x tests to 800_shikabased
2008-12-03 Tokuhiro Matsuno generate DESTROY method for performance improvement
2008-12-03 Shawn M Moore Use t::Exception for this test
2008-12-03 大沢 和宏 added to class_type
2008-12-03 Tokuhiro Matsuno - inject object constructor when call meta->make_immutable.
2008-12-02 大沢 和宏 added to coerce moose compat test case
2008-12-02 大沢 和宏 oops add test for coerce
2008-12-02 Tokuhiro Matsuno don't require Test::Exception on production environment =)
2008-12-02 Tokuhiro Matsuno support alias option on 'with'
2008-12-02 Tokuhiro Matsuno Mouse::Role supports 'with'
2008-12-02 Tokuhiro Matsuno - added Moose::Util::apply_all_roles
2008-12-02 Tokuhiro Matsuno support requires on Mouse::Role.
2008-11-25 Shawn M Moore Steal the octal-defaults test from Moose, thankfully...
2008-10-28 Shawn M Moore require Moose 0.59 doesn't work, need to use: Moose...
2008-10-28 Shawn M Moore Require Moose 0.59 for these tests (not sure when this...
2008-10-19 Shawn M Moore Include CMM, why not
2008-10-19 Shawn M Moore Include CMOP and Moose versions in the dependency display
2008-09-29 Shawn M Moore Delete the role test for now, we need to track Class...
2008-09-29 Shawn M Moore We need to skip the moose_extends_mouse tests in the...
2008-09-28 Shawn M Moore Failing test for mixing in a method from a role
2008-09-28 Shawn M Moore Tests for Mouse::Tiny + Mouse
2008-09-28 Shawn M Moore Notify us of what versions of everything we have from...
2008-09-28 Shawn M Moore Skip some tests if we don't have Class::Method::Modifiers
2008-09-28 Shawn M Moore Begin replacing Test::Exception with a Moose::Util...
2008-09-28 Shawn M Moore Remove dependency on Scalar::Util
2008-09-28 Shawn M Moore Skip t/021-weak-ref if we don't have Scalar::Util
2008-09-28 Shawn M Moore Make requires/excludes an error until they are implemented
2008-09-28 Shawn M Moore Drop Sub::Exporter from Mouse::Role
2008-09-11 Shawn M Moore Remove before/around triggers
2008-07-30 Shawn M Moore Failing tests for method modifiers in a role
2008-07-24 Yuval Kogman Moose extending Mouse test & minor fixes
2008-07-23 Shawn M Moore Deprecate hash-triggers
2008-07-20 Shawn M Moore Add a stub make_immutable for some Moose compat
2008-07-16 Shawn M Moore Remove dependency on Test::Warn by catching the warning...
2008-07-16 Shawn M Moore Keep track of the instantiated metaclass in associated_...
2008-07-16 Shawn M Moore Moose compat: Rename attribute->class to attribute...
2008-07-16 Shawn M Moore Moose error compat
2008-07-16 Shawn M Moore Add (failing) tests for before/after/around triggers...
2008-07-16 Shawn M Moore Small test refactor to avoid having to duplicate this...
2008-07-16 Shawn M Moore Add support for an "around" trigger in the setter
2008-07-16 Shawn M Moore Some tests for before/after triggers in Mouse
2008-07-16 Shawn M Moore Allow trigger to be a hashref.. :)
2008-07-16 Shawn M Moore Ensure that trigger is always a coderef
2008-07-16 Shawn M Moore splice out the trigger results so we ensure we don...
2008-07-16 Shawn M Moore TODOify failing unimport tests
2008-07-13 Shawn M Moore Failing test for unimport killing a method with the...
2008-06-27 Shawn M Moore Better error message for clone_instance("foo")
2008-06-27 Shawn M Moore More tests for clone
2008-06-27 Shawn M Moore Clean up the clone tests, better error message on cloni...
2008-06-27 Shawn M Moore Add canonicalize_args, factor lazy_build canonicalizati...
2008-06-27 Shawn M Moore Ensure that "has '+nonexistent'" fails
2008-06-27 Shawn M Moore POD and basic test for is_lazy_build
2008-06-27 Shawn M Moore Still more lazy_build tests
2008-06-27 Shawn M Moore Add some more tests for lazy_build
2008-06-27 Shawn M Moore Style changes :)
2008-06-27 Shawn M Moore Make sure that with "A", "B" throws an error
2008-06-26 Yuval Kogman BUILDARGS
2008-06-19 Shawn M Moore Ensure that the local class wins over a role, and that...
2008-06-19 Shawn M Moore Rename the 402 test, it's about role attributes
2008-06-19 Shawn M Moore Make it so Mouse doesn't overwrite attributes
2008-06-19 Shawn M Moore Some fixes and test improvements for roles
2008-06-18 Shawn M Moore Make Role::with die
2008-06-18 Yuval Kogman clone_{object,instance}
2008-06-17 Yuval Kogman Be nice to Moose::Role::unimport in older moose
2008-06-17 Shawn M Moore Fix tests for Squirrel::Role
2008-06-17 Shawn M Moore Test fixes
next