adding in the C3 example
[gitmo/Class-MOP.git] / MANIFEST
1 Build.PL
2 Changes
3 Makefile.PL
4 MANIFEST
5 MANIFEST.SKIP
6 META.yml
7 README
8 examples/AttributesWithHistory.pod
9 examples/ClassEncapsulatedAttributes.pod
10 examples/InsideOutClass.pod
11 examples/InstanceCountingClass.pod
12 examples/LazyClass.pod
13 examples/Perl6Attribute.pod
14 examples/C3MethodDispatchOrder.pod
15 lib/metaclass.pm
16 lib/Class/MOP.pm
17 lib/Class/MOP/Attribute.pm
18 lib/Class/MOP/Class.pm
19 lib/Class/MOP/Method.pm
20 t/000_load.t
21 t/001_basic.t
22 t/002_class_precedence_list.t
23 t/003_methods.t
24 t/004_advanced_methods.t
25 t/005_attributes.t
26 t/006_new_and_clone_metaclasses.t
27 t/010_self_introspection.t
28 t/011_create_class.t
29 t/012_package_variables.t
30 t/013_add_attribute_alternate.t
31 t/014_attribute_introspection.t
32 t/015_metaclass_inheritance.t
33 t/016_class_errors_and_edge_cases.t
34 t/020_attribute.t
35 t/021_attribute_errors_and_edge_cases.t
36 t/030_method.t
37 t/040_metaclass.t
38 t/041_metaclass_incompatability.t
39 t/050_scala_style_mixin_composition.t
40 t/100_BinaryTree_test.t
41 t/101_InstanceCountingClass_test.t
42 t/102_InsideOutClass_test.t
43 t/103_Perl6Attribute_test.t
44 t/104_AttributesWithHistory_test.t
45 t/105_ClassEncapsulatedAttributes_test.t
46 t/106_LazyClass_test.t
47 t/107_C3MethodDispatchOrder_test.t
48 t/200_Class_C3_compatibility.t
49 t/pod.t
50 t/pod_coverage.t
51 t/lib/BinaryTree.pm