From: Shawn M Moore Date: Fri, 10 Apr 2009 00:14:57 +0000 (-0400) Subject: Be more damning of Mouse, more Squirrel deprecation X-Git-Tag: 0.20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=6614c108c8352daf75d6991ec550d1f520bc76f1;hp=2df74b3a354723710bc01ee836297ea3791d01dc Be more damning of Mouse, more Squirrel deprecation --- diff --git a/lib/Mouse.pm b/lib/Mouse.pm index ba791a9..ea37765 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -227,15 +227,14 @@ Mouse - Moose minus the antlers =head1 DESCRIPTION -L is wonderful. +L is wonderful. B -Unfortunately, it's a little slow. Though significant progress has been made -over the years, the compile time penalty is a non-starter for some +Unfortunately, Moose has a compile-time penalty. Though significant progress has +been made over the years, the compile time penalty is a non-starter for some applications. -Mouse aims to alleviate this by providing a subset of Moose's -functionality, faster. In particular, L is missing only a few -expert-level features. +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 @@ -250,9 +249,8 @@ 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, -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. -L is a more high-tech L. +we have written L which will act as Mouse unless Moose is loaded, +in which case it will act as Moose. =head2 MouseX