Adding better attribute/method metaclass handling
[gitmo/Class-MOP.git] / MANIFEST
1 Build.PL
2 Changes
3 Makefile.PL
4 MANIFEST
5 README
6 META.yml
7 examples/AttributesWithHistory.pod
8 examples/ClassEncapsulatedAttributes.pod
9 examples/InsideOutClass.pod
10 examples/InstanceCountingClass.pod
11 examples/Perl6Attribute.pod
12 lib/Class/MOP.pm
13 lib/Class/MOP/Attribute.pm
14 lib/Class/MOP/Class.pm
15 lib/Class/MOP/Method.pm
16 t/000_load.t
17 t/001_basic.t
18 t/002_class_precedence_list.t
19 t/003_methods.t
20 t/004_advanced_methods.t
21 t/005_attributes.t
22 t/010_self_introspection.t
23 t/011_create_class.t
24 t/012_package_variables.t
25 t/013_add_attribute_alternate.t
26 t/020_attribute.t
27 t/030_method.t
28 t/100_BinaryTree_test.t
29 t/101_InstanceCountingClass_test.t
30 t/102_InsideOutClass_test.t
31 t/103_Perl6Attribute_test.t
32 t/104_AttributesWithHistory_test.t
33 t/105_ClassEncapsulatedAttributes_test.t
34 t/pod.t
35 t/pod_coverage.t
36 t/lib/BinaryTree.pm