Changelogging, Mouse::Spec
[gitmo/Mouse.git] / lib / Mouse / Spec.pm
index d7a99c2..999b042 100644 (file)
@@ -17,8 +17,27 @@ __END__
 
 Mouse::Spec - To what extent Mouse is compatible with Moose
 
+=head1 VERSION
+
+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
 
 Many recipes in L<Moose::Cookbook> fit L<Mouse>, including: