From: gfx Date: Tue, 13 Oct 2009 05:02:34 +0000 (+0900) Subject: Add "Incompatibility with Moose" section to Mouse::Spec X-Git-Tag: 0.38~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=ff012e5dfb18773f8c9108780b19a6d9b9b9efed Add "Incompatibility with Moose" section to Mouse::Spec --- diff --git a/lib/Mouse/Spec.pm b/lib/Mouse/Spec.pm index dd72d32..999b042 100644 --- a/lib/Mouse/Spec.pm +++ b/lib/Mouse/Spec.pm @@ -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 + +Meta instance mechanism will not be implemented. =head2 Notes about Moose::Cookbook