Import Moose/t/100_bugs
authorgfx <gfuji@cpan.org>
Sat, 10 Oct 2009 08:55:07 +0000 (17:55 +0900)
committergfx <gfuji@cpan.org>
Sat, 10 Oct 2009 08:55:07 +0000 (17:55 +0900)
commit4c98ebb0cca8d5d49d3a91eaf735f9861d00ccb0
treeb440a02eed495f998a37652503b1a77c875c8776
parentad20156284763b7d6019af2279f24e1af097f3be
Import Moose/t/100_bugs
29 files changed:
t/020_attributes/005_attribute_does.t
t/100_bugs/001_subtype_quote_bug.t [new file with mode: 0644]
t/100_bugs/002_subtype_conflict_bug.t [new file with mode: 0644]
t/100_bugs/003_Moose_Object_error.t [new file with mode: 0644]
t/100_bugs/004_subclass_use_base_bug.t [new file with mode: 0644]
t/100_bugs/005_inline_reader_bug.t [new file with mode: 0644]
t/100_bugs/007_reader_precedence_bug.t [new file with mode: 0644]
t/100_bugs/009_augment_recursion_bug.t [new file with mode: 0644]
t/100_bugs/010_immutable_n_default_x2.t [new file with mode: 0644]
t/100_bugs/011_DEMOLISH_eats_exceptions.t [new file with mode: 0644]
t/100_bugs/012_DEMOLISH_eats_mini.t [new file with mode: 0644]
t/100_bugs/013_lazybuild_required_undef.t [new file with mode: 0644]
t/100_bugs/014_DEMOLISHALL.t [new file with mode: 0644]
t/100_bugs/016_inheriting_from_roles.t [new file with mode: 0644]
t/100_bugs/017_type_constraint_messages.t [new file with mode: 0644]
t/100_bugs/019_moose_octal_defaults.t [new file with mode: 0644]
t/100_bugs/020_super_recursion.t [new file with mode: 0644]
t/100_bugs/021_DEMOLISHALL_shortcutted.t [new file with mode: 0644]
t/100_bugs/022_role_caller.t [new file with mode: 0644]
t/100_bugs/025_universal_methods_wrappable.t [new file with mode: 0644]
t/100_bugs/026_create_anon_recursion.t [new file with mode: 0644]
t/100_bugs/027_constructor_object_overload.t [new file with mode: 0644]
t/100_bugs/failing/006_handles_foreign_class_bug.t [new file with mode: 0644]
t/100_bugs/failing/018_immutable_metaclass_does_role.t [new file with mode: 0644]
t/100_bugs/failing/023_DEMOLISH_fails_without_metaclass.t [new file with mode: 0644]
t/100_bugs/failing/024_anon_method_metaclass.t [new file with mode: 0644]
t/lib/MyMouseA.pm [new file with mode: 0644]
t/lib/MyMouseB.pm [new file with mode: 0644]
t/lib/MyMouseObject.pm [new file with mode: 0644]