fixed all the attribute name to be more Perl6ish and then removed the : in the init_a...
[gitmo/Class-MOP.git] / MANIFEST
index 9053a56..12aec29 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,7 +1,7 @@
 Build.PL
 Changes
-Makefile.PL
 META.yml
+Makefile.PL
 MANIFEST
 MANIFEST.SKIP
 README
@@ -23,6 +23,9 @@ 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
@@ -55,6 +58,7 @@ 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