X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FSpec.pm;h=ead6cb280d7c805f26f6092a8ac318badd9f4fdb;hb=a35fd8bb751b5fdbffece44c88d16f04eddd9c9e;hp=87ad8e849e3447381381a0305c8f2b8386588d33;hpb=70cc261a7982a268840f250651da25648b902e37;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Spec.pm b/lib/Mouse/Spec.pm index 87ad8e8..ead6cb2 100644 --- a/lib/Mouse/Spec.pm +++ b/lib/Mouse/Spec.pm @@ -35,10 +35,10 @@ compatible (and incompatible) with Moose. =head2 Compatibility with Moose -The sugary API is highly compatible with Moose. Methods which have the -same name as Moose's are expected to be compatible with Moose's. +=head3 Sugary APIs -=head2 Incompatibility with Moose +The sugary APIs are highly compatible with Moose. Methods which have the +same name as Moose's are expected to be compatible with Moose's. =head3 Meta object protocols @@ -47,7 +47,8 @@ Their methods which have the same name as Moose's are expected to be compatible with Moose's. Feel free to use these methods even if they are not documented. -However, meta object protocols in Mouse have no attributes by default, +However, there are differences between Moose's MOP and Mouse's, +For example, meta object protocols in Mouse have no attributes by default, so C<< $metaclass->meta->make_immutable() >> will not work as you expect. B.