Add various things
authorgfx <gfuji@cpan.org>
Tue, 22 Sep 2009 07:40:47 +0000 (16:40 +0900)
committergfx <gfuji@cpan.org>
Tue, 22 Sep 2009 07:40:47 +0000 (16:40 +0900)
commit7a50b45027c9f7baad76cfce7f78c822bd38f0a7
tree74c3dfc5efff11c80cafe540cc727041de8b9ee7
parent60b5c3be4d0b3bb705df1e8d977f2ce90db6668d
Add various things
21 files changed:
Changes
lib/Mouse.pm
lib/Mouse/Meta/Class.pm
lib/Mouse/Meta/Module.pm
lib/Mouse/Meta/Role.pm
lib/Mouse/Util.pm
lib/Mouse/Util/TypeConstraints.pm
t/030_roles/004_role_composition_errors.t [new file with mode: 0644]
t/030_roles/034_create_role.t [new file with mode: 0644]
t/030_roles/035_anonymous_roles.t [new file with mode: 0644]
t/030_roles/036_free_anonymous_roles.t [new file with mode: 0644]
t/030_roles/failing/012_method_exclusion_in_composition.t
t/030_roles/failing/037_create_role_subclass.t
t/200_examples/001_example.t [new file with mode: 0644]
t/200_examples/003_example.t [new file with mode: 0644]
t/200_examples/004_example_w_DCS.t [new file with mode: 0644]
t/200_examples/005_example_w_TestDeep.t [new file with mode: 0644]
t/200_examples/007_Child_Parent_attr_inherit.t [new file with mode: 0644]
t/200_examples/008_record_set_iterator.t [new file with mode: 0644]
t/400_mouse_util/002_mouse_util_does_role.t [new file with mode: 0644]
t/lib/Test/Mouse.pm