[Moose-commits] r7560 - Mouse/trunk/lib

sartak at code2.0beta.co.uk sartak at code2.0beta.co.uk
Thu Feb 5 16:43:55 GMT 2009


Author: sartak
Date: 2009-02-05 08:43:55 -0800 (Thu, 05 Feb 2009)
New Revision: 7560

Modified:
   Mouse/trunk/lib/Mouse.pm
Log:
Doc adjustments

Modified: Mouse/trunk/lib/Mouse.pm
===================================================================
--- Mouse/trunk/lib/Mouse.pm	2009-02-05 16:39:03 UTC (rev 7559)
+++ Mouse/trunk/lib/Mouse.pm	2009-02-05 16:43:55 UTC (rev 7560)
@@ -244,11 +244,9 @@
 functionality, faster. In particular, L<Moose/has> is missing only a few
 expert-level features.
 
-We're also going as light on dependencies as possible. Most functions we use
-from L<Scalar::Util> are copied into this dist. L<Scalar::Util> is required if
-you'd like weak references; there's simply no way to do it from pure Perl.
-L<Class::Method::Modifiers> is required if you want support for L</before>,
-L</after>, and L</around>.
+We're also going as light on dependencies as possible.
+L<Class::Method::Modifiers> or L<Data::Util> is required if you want support
+for L</before>, L</after>, and L</around>.
 
 =head2 MOOSE COMPAT
 
@@ -261,9 +259,8 @@
 C<s/Mouse/Moose/g> on your codebase and have nothing break. To that end,
 nothingmuch has written L<Squirrel> (part of this distribution) which will act
 as Mouse unless Moose is loaded, in which case it will act as Moose.
+L<Any::Moose> is a more high-tech L<Squirrel>.
 
-Mouse also has the blessings of Moose's author, stevan.
-
 =head2 MouseX
 
 Please don't copy MooseX code to MouseX. If you need extensions, you really




More information about the Moose-commits mailing list