X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=e446d6dc9f1f86d3e3e0ac0a2c60e182a44db0f0;hb=96ceced87583646c1396bba4fdfa92d0b6c37058;hp=1269db06d14bd6881a7f83145f08c3e2011c52fa;hpb=a4258ffd7a0a2bb8db5f01936068185d4f879b1a;p=gitmo%2FClass-MOP.git diff --git a/MANIFEST b/MANIFEST index 1269db0..e446d6d 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,17 +1,17 @@ Build.PL Changes Makefile.PL +META.yml MANIFEST MANIFEST.SKIP -META.yml README examples/AttributesWithHistory.pod +examples/C3MethodDispatchOrder.pod examples/ClassEncapsulatedAttributes.pod examples/InsideOutClass.pod examples/InstanceCountingClass.pod examples/LazyClass.pod examples/Perl6Attribute.pod -examples/C3MethodDispatchOrder.pod lib/metaclass.pm lib/Class/MOP.pm lib/Class/MOP/Attribute.pm @@ -31,9 +31,11 @@ t/013_add_attribute_alternate.t t/014_attribute_introspection.t t/015_metaclass_inheritance.t t/016_class_errors_and_edge_cases.t +t/017_add_method_modifier.t t/020_attribute.t t/021_attribute_errors_and_edge_cases.t t/030_method.t +t/031_method_modifiers.t t/040_metaclass.t t/041_metaclass_incompatability.t t/050_scala_style_mixin_composition.t