From: gfx Date: Tue, 13 Oct 2009 06:07:53 +0000 (+0900) Subject: Update documents X-Git-Tag: 0.38~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=4f74e488e9d376f9def450da059e9a45d2870049 Update documents --- diff --git a/lib/Mouse.pm b/lib/Mouse.pm index eb39b42..f8a775a 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -202,9 +202,8 @@ latter, if possible. Mouse aims to alleviate this by providing a subset of Moose's functionality, faster. -We're also going as light on dependencies as possible. -L or L is required -if you want support for L, L, and L. +We're also going as light on dependencies as possible. Mouse currently has +B except for testing modules. =head2 MOOSE COMPATIBILITY @@ -224,6 +223,8 @@ Moose, if you run into weird errors, it would be worth running: to see if the bug is caused by Mouse. Moose's diagnostics and validation are also much better. +See also L for compatibility and incompatibility with Moose. + =head2 MouseX Please don't copy MooseX code to MouseX. If you need extensions, you really @@ -399,6 +400,8 @@ Perl 5.6.2 or later. =head1 SEE ALSO +L + L L diff --git a/lib/Mouse/Spec.pm b/lib/Mouse/Spec.pm index 999b042..99dabca 100644 --- a/lib/Mouse/Spec.pm +++ b/lib/Mouse/Spec.pm @@ -31,12 +31,21 @@ This document describes Mouse version 0.37_06 =head3 Meta object protocols -Currently any MOP has no attributes, so -C<< $metaclass->meta->make_immutable() >> will not work as you expect. +Any MOP has no attributes, so +C<< $metaclass->meta->make_immutable() >> will not yet work as you expect. =head3 C -Meta instance mechanism will not be implemented. +Meta instance mechanism is not implemented. + +=head3 Role exclusion + +Role exclusion, C, is not implemented. + +=head3 C<-traits> and C<-metaclass> in Mouse::Exporter + +C<< use Mouse -traits => ... >> and C<< use Mouse -metaclass => ... >> are not +yet implemented. =head2 Notes about Moose::Cookbook