moving some tests around, increasing the coverage and generally improving the test...
[gitmo/Class-MOP.git] / MANIFEST
index 2dd0654..8548f1d 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,7 +1,9 @@
 Build.PL
 Changes
+Makefile.PL
 MANIFEST
 MANIFEST.SKIP
+META.yml
 README
 examples/AttributesWithHistory.pod
 examples/ClassEncapsulatedAttributes.pod
@@ -26,10 +28,12 @@ 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
@@ -37,6 +41,7 @@ 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