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