X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=2743341a30aa09beada7423bb35d8325221bb05f;hb=f91c9c099c234823ea992198c845e5bb066fdc7a;hp=c55e05350a35e79994fc0f17b308acf9154fe71b;hpb=e6007308abd5bc18fc86ed19d68732488750493f;p=gitmo%2FMouse.git diff --git a/lib/Mouse.pm b/lib/Mouse.pm index c55e053..2743341 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use warnings; use 5.006; use base 'Exporter'; -our $VERSION = '0.15'; +our $VERSION = '0.16'; BEGIN { if ($ENV{MOUSE_DEBUG}) { @@ -244,11 +244,9 @@ 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. -We're also going as light on dependencies as possible. Most functions we use -from L are copied into this dist. L is required if -you'd like weak references; there's simply no way to do it from pure Perl. -L is required if you want support for L, -L, and L. +We're also going as light on dependencies as possible. +L or L is required if you want support +for L, L, and L. =head2 MOOSE COMPAT @@ -261,8 +259,7 @@ 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. - -Mouse also has the blessings of Moose's author, stevan. +L is a more high-tech L. =head2 MouseX