Improve role test coverage: with 'role1', 'role2'
[gitmo/Moose.git] / MANIFEST
1 Build.PL
2 Changes
3 META.yml
4 Makefile.PL
5 MANIFEST
6 MANIFEST.SKIP
7 README
8 lib/Moose.pm
9 lib/Moose/Cookbook.pod
10 lib/Moose/Object.pm
11 lib/Moose/Role.pm
12 lib/Moose/Util.pm
13 lib/Moose/Cookbook/FAQ.pod
14 lib/Moose/Cookbook/Recipe1.pod
15 lib/Moose/Cookbook/Recipe2.pod
16 lib/Moose/Cookbook/Recipe3.pod
17 lib/Moose/Cookbook/Recipe4.pod
18 lib/Moose/Cookbook/Recipe5.pod
19 lib/Moose/Cookbook/Recipe6.pod
20 lib/Moose/Cookbook/Recipe7.pod
21 lib/Moose/Cookbook/WTF.pod
22 lib/Moose/Meta/Attribute.pm
23 lib/Moose/Meta/Class.pm
24 lib/Moose/Meta/Instance.pm
25 lib/Moose/Meta/Method.pm
26 lib/Moose/Meta/Role.pm
27 lib/Moose/Meta/TypeCoercion.pm
28 lib/Moose/Meta/TypeConstraint.pm
29 lib/Moose/Meta/Method/Accessor.pm
30 lib/Moose/Meta/Method/Constructor.pm
31 lib/Moose/Meta/Method/Destructor.pm
32 lib/Moose/Meta/Method/Overriden.pm
33 lib/Moose/Meta/Role/Method.pm
34 lib/Moose/Meta/Role/Method/Required.pm
35 lib/Moose/Meta/TypeConstraint/Union.pm
36 lib/Moose/Spec/Role.pod
37 lib/Moose/Util/TypeConstraints.pm
38 lib/Test/Moose.pm
39 t/000_load.t
40 t/001_recipe.t
41 t/002_recipe.t
42 t/003_recipe.t
43 t/004_recipe.t
44 t/005_recipe.t
45 t/006_recipe.t
46 t/007_recipe.t
47 t/010_basic_class_setup.t
48 t/011_require_superclasses.t
49 t/012_super_and_override.t
50 t/013_inner_and_augment.t
51 t/014_override_augment_inner_super.t
52 t/015_override_and_foreign_classes.t
53 t/016_always_strict_warnings.t
54 t/017_wrapped_method_context_propagation.t
55 t/018_import_unimport.t
56 t/019_method_keyword.t
57 t/020_foreign_inheritence.t
58 t/021_moose_w_metaclass.t
59 t/022_moose_respects_base.t
60 t/023_moose_respects_type_constraints.t
61 t/030_attribute_reader_generation.t
62 t/031_attribute_writer_generation.t
63 t/032_attribute_accessor_generation.t
64 t/033_attribute_triggers.t
65 t/034_attribute_does.t
66 t/035_attribute_required.t
67 t/036_attribute_custom_metaclass.t
68 t/037_attribute_type_unions.t
69 t/038_attribute_inherited_slot_specs.t
70 t/039_attribute_delegation.t
71 t/040_meta_role.t
72 t/041_role.t
73 t/042_apply_role.t
74 t/043_role_composition_errors.t
75 t/044_role_conflict_detection.t
76 t/045_role_exclusion.t
77 t/046_roles_and_required_method_edge_cases.t
78 t/047_role_conflict_edge_cases.t
79 t/048_more_role_edge_cases.t
80 t/049_run_time_role_composition.t
81 t/050_util_type_constraints.t
82 t/051_util_type_constraints_export.t
83 t/052_util_std_type_constraints.t
84 t/053_util_find_type_constraint.t
85 t/054_util_type_coercion.t
86 t/055_util_type_reloading.t
87 t/056_util_more_type_coercion.t
88 t/057_union_types.t
89 t/058_union_types_and_coercions.t
90 t/059_misc_type_tests.t
91 t/060_moose_for_meta.t
92 t/070_more_attr_delegation.t
93 t/071_misc_attribute_tests.t
94 t/072_attr_dereference_test.t
95 t/073_misc_attribute_coerce_lazy.t
96 t/100_subtype_quote_bug.t
97 t/101_subtype_conflict_bug.t
98 t/102_Moose_Object_error.t
99 t/103_subclass_use_base_bug.t
100 t/104_inline_reader_bug.t
101 t/105_module_refresh_compat.t
102 t/106_handles_foreign_class_bug.t
103 t/107_custom_attr_meta_with_roles.t
104 t/108_custom_attr_meta_as_role.t
105 t/109_reader_precedence_bug.t
106 t/110_new_w_undef.t
107 t/201_example.t
108 t/202_example_Moose_POOP.t
109 t/203_example.t
110 t/204_example_w_DCS.t
111 t/205_example_w_TestDeep.t
112 t/206_example_Protomoose.t
113 t/300_immutable_moose.t
114 t/400_moose_util.t
115 t/401_moose_util_does_role.t
116 t/402_moose_util_search_class_by_role.t
117 t/500_test_moose.t
118 t/501_test_moose_does_ok.t
119 t/502_test_moose_has_attribute_ok.t
120 t/503_test_moose_meta_ok.t
121 t/pod.t
122 t/pod_coverage.t
123 t/lib/Bar.pm
124 t/lib/Foo.pm
125 t/lib/MyMooseA.pm
126 t/lib/MyMooseB.pm
127 t/lib/MyMooseObject.pm