moving some tests around, increasing the coverage and generally improving the test...
[gitmo/Class-MOP.git] / MANIFEST
index 56b152a..8548f1d 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -2,11 +2,16 @@ Build.PL
 Changes
 Makefile.PL
 MANIFEST
-README
+MANIFEST.SKIP
 META.yml
+README
+examples/AttributesWithHistory.pod
+examples/ClassEncapsulatedAttributes.pod
 examples/InsideOutClass.pod
 examples/InstanceCountingClass.pod
+examples/LazyClass.pod
 examples/Perl6Attribute.pod
+lib/metaclass.pm
 lib/Class/MOP.pm
 lib/Class/MOP/Attribute.pm
 lib/Class/MOP/Class.pm
@@ -17,15 +22,26 @@ t/002_class_precedence_list.t
 t/003_methods.t
 t/004_advanced_methods.t
 t/005_attributes.t
+t/006_new_and_clone_metaclasses.t
 t/010_self_introspection.t
 t/011_create_class.t
 t/012_package_variables.t
+t/013_add_attribute_alternate.t
+t/014_attribute_introspection.t
+t/015_metaclass_inheritance.t
 t/020_attribute.t
 t/030_method.t
+t/040_metaclass.t
+t/041_metaclass_incompatability.t
+t/050_scala_style_mixin_composition.t
 t/100_BinaryTree_test.t
 t/101_InstanceCountingClass_test.t
 t/102_InsideOutClass_test.t
 t/103_Perl6Attribute_test.t
+t/104_AttributesWithHistory_test.t
+t/105_ClassEncapsulatedAttributes_test.t
+t/106_LazyClass_test.t
+t/200_Class_C3_compatibility.t
 t/pod.t
 t/pod_coverage.t
 t/lib/BinaryTree.pm