fixed all the attribute name to be more Perl6ish and then removed the : in the init_a...
[gitmo/Class-MOP.git] / MANIFEST
index 249f5cf..12aec29 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,8 +1,9 @@
 Build.PL
 Changes
-Makefile.PL
 META.yml
+Makefile.PL
 MANIFEST
+MANIFEST.SKIP
 README
 examples/ArrayBasedStorage.pod
 examples/AttributesWithHistory.pod
@@ -19,8 +20,13 @@ lib/Class/MOP/Class.pm
 lib/Class/MOP/Instance.pm
 lib/Class/MOP/Method.pm
 lib/Class/MOP/Module.pm
+lib/Class/MOP/Object.pm
 lib/Class/MOP/Package.pm
 lib/Class/MOP/Class/Immutable.pm
+lib/Class/MOP/Method/Accessor.pm
+lib/Class/MOP/Method/Constructor.pm
+lib/Class/MOP/Method/Wrapped.pm
+scripts/class_browser.pl
 t/000_load.t
 t/001_basic.t
 t/002_class_precedence_list.t
@@ -39,6 +45,7 @@ t/017_add_method_modifier.t
 t/018_anon_class.t
 t/020_attribute.t
 t/021_attribute_errors_and_edge_cases.t
+t/022_attribute_duplication.t
 t/030_method.t
 t/031_method_modifiers.t
 t/040_metaclass.t
@@ -51,7 +58,9 @@ t/060_instance.t
 t/061_instance_inline.t
 t/070_immutable_metaclass.t
 t/071_immutable_w_custom_metaclass.t
+t/072_immutable_w_constructors.t
 t/080_meta_package.t
+t/081_meta_package_extension.t
 t/100_BinaryTree_test.t
 t/101_InstanceCountingClass_test.t
 t/102_InsideOutClass_test.t