start of the new user-level API
[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
11examples/Perl6Attribute.pod
a2e85e6c 12lib/Class/MOP.pm
13lib/Class/MOP/Attribute.pm
14lib/Class/MOP/Class.pm
15lib/Class/MOP/Method.pm
16t/000_load.t
17t/001_basic.t
18t/002_class_precedence_list.t
19t/003_methods.t
20t/004_advanced_methods.t
21t/005_attributes.t
22t/010_self_introspection.t
23t/011_create_class.t
24t/012_package_variables.t
25t/020_attribute.t
26t/030_method.t
27t/100_BinaryTree_test.t
b5ace786 28t/101_InstanceCountingClass_test.t
a2e85e6c 29t/102_InsideOutClass_test.t
b5ace786 30t/103_Perl6Attribute_test.t
7be45b35 31t/104_AttributesWithHistory_test.t
32t/105_ClassEncapsulatedAttributes_test.t
a2e85e6c 33t/pod.t
34t/pod_coverage.t
35t/lib/BinaryTree.pm