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