release 0.20
[gitmo/Class-MOP.git] / MANIFEST
1 Build.PL
2 Changes
3 Makefile.PL
4 META.yml
5 MANIFEST
6 MANIFEST.SKIP
7 README
8 examples/AttributesWithHistory.pod
9 examples/C3MethodDispatchOrder.pod
10 examples/ClassEncapsulatedAttributes.pod
11 examples/InsideOutClass.pod
12 examples/InstanceCountingClass.pod
13 examples/LazyClass.pod
14 examples/Perl6Attribute.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/017_add_method_modifier.t
35 t/020_attribute.t
36 t/021_attribute_errors_and_edge_cases.t
37 t/030_method.t
38 t/031_method_modifiers.t
39 t/040_metaclass.t
40 t/041_metaclass_incompatability.t
41 t/050_scala_style_mixin_composition.t
42 t/100_BinaryTree_test.t
43 t/101_InstanceCountingClass_test.t
44 t/102_InsideOutClass_test.t
45 t/103_Perl6Attribute_test.t
46 t/104_AttributesWithHistory_test.t
47 t/105_ClassEncapsulatedAttributes_test.t
48 t/106_LazyClass_test.t
49 t/107_C3MethodDispatchOrder_test.t
50 t/200_Class_C3_compatibility.t
51 t/pod.t
52 t/pod_coverage.t
53 t/lib/BinaryTree.pm