From: Shawn M Moore Date: Sun, 28 Sep 2008 17:22:28 +0000 (+0000) Subject: Facts! X-Git-Tag: 0.19~190 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7e3ed32ec74d14672ad9ea1f371d47460f62120b;p=gitmo%2FMouse.git Facts! --- diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 9cdf40f..eb2b2da 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -200,8 +200,8 @@ 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 97%. Even the error messages are taken from Moose. The Mouse code just -runs the test suite 3x-4x faster. +over 96%. Even the error messages are taken from Moose. The Mouse code just +runs the test suite 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. To that end,