Add "Incompatibility with Moose" section to Mouse::Spec
gfx [Tue, 13 Oct 2009 05:02:34 +0000 (14:02 +0900)]
lib/Mouse/Spec.pm

index dd72d32..999b042 100644 (file)
@@ -23,6 +23,20 @@ This document describes Mouse version 0.37_06
 
 =head1 DESCRIPTION
 
+(TODO)
+
+=head2 Compatibility with Moose
+
+=head2 Incompatibility with Moose
+
+=head3 Meta object protocols
+
+Currently any MOP has no attributes, so
+C<< $metaclass->meta->make_immutable() >> will not work as you expect.
+
+=head3 C<Mouse::Meta::Instance>
+
+Meta instance mechanism will not be implemented.
 
 =head2 Notes about Moose::Cookbook