X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=f8a775ad6b8578936550b5e858889fb177ea35fa;hb=4f74e488e9d376f9def450da059e9a45d2870049;hp=eb39b42cef517c29d7e24ec78aefb89bc8f4dca5;hpb=8bdd9cfc5383bf469942089b55156d4e561c3967;p=gitmo%2FMouse.git 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