moving the scala mixins to a test only
[gitmo/Class-MOP.git] / MANIFEST
CommitLineData
bdd612ce 1Build.PL
a2e85e6c 2Changes
a2e85e6c 3MANIFEST
550d56db 4MANIFEST.SKIP
ea263060 5Makefile.PL
6META.yml
a2e85e6c 7README
7be45b35 8examples/AttributesWithHistory.pod
9examples/ClassEncapsulatedAttributes.pod
9ec169fe 10examples/InsideOutClass.pod
11examples/InstanceCountingClass.pod
aa9c883e 12examples/LazyClass.pod
9ec169fe 13examples/Perl6Attribute.pod
550d56db 14lib/metaclass.pm
a2e85e6c 15lib/Class/MOP.pm
16lib/Class/MOP/Attribute.pm
17lib/Class/MOP/Class.pm
18lib/Class/MOP/Method.pm
19t/000_load.t
20t/001_basic.t
21t/002_class_precedence_list.t
22t/003_methods.t
23t/004_advanced_methods.t
24t/005_attributes.t
550d56db 25t/006_new_and_clone_metaclasses.t
a2e85e6c 26t/010_self_introspection.t
27t/011_create_class.t
28t/012_package_variables.t
351bd7d4 29t/013_add_attribute_alternate.t
550d56db 30t/014_attribute_introspection.t
448af783 31t/015_metaclass_inheritance.t
a2e85e6c 32t/020_attribute.t
33t/030_method.t
550d56db 34t/040_metaclass.t
35t/041_metaclass_incompatability.t
ea263060 36t/050_class_mixin_composition.t
a2e85e6c 37t/100_BinaryTree_test.t
b5ace786 38t/101_InstanceCountingClass_test.t
a2e85e6c 39t/102_InsideOutClass_test.t
b5ace786 40t/103_Perl6Attribute_test.t
7be45b35 41t/104_AttributesWithHistory_test.t
42t/105_ClassEncapsulatedAttributes_test.t
aa9c883e 43t/106_LazyClass_test.t
ea263060 44t/200_Class_C3_compatibility.t
a2e85e6c 45t/pod.t
46t/pod_coverage.t
47t/lib/BinaryTree.pm