From: Shawn M Moore Date: Wed, 11 Jun 2008 05:56:29 +0000 (+0000) Subject: Bit more doc X-Git-Tag: 0.04~27 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8e1a28a8ca41256c311d2a2f388c3feb466c0e82;p=gitmo%2FMouse.git Bit more doc --- diff --git a/lib/Mouse.pm b/lib/Mouse.pm index ab3e480..cad2530 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -184,10 +184,13 @@ expert-level features. Compatibility with Moose has been the utmost concern. Fewer than 1% of the tests fail when run against Moose instead of Mouse. Mouse code coverage is also -over 99%. Even the error messages are taken from Moose. +over 99%. Even the error messages are taken from Moose. The Mouse code just +runs the test suite 3x-4x faster. The idea is that, if you need the extra power, you should be able to run -C on your codebase and have nothing break. +C on your codebase and have nothing break. To that end, +nothingmuch has written L (part of this distribution) which will act +as Mouse unless Moose is loaded, in which case it will act as Moose. Mouse also has the blessings of Moose's author, stevan.