From: Shawn M Moore Date: Sun, 28 Sep 2008 17:22:36 +0000 (+0000) Subject: Note our deplessness X-Git-Tag: 0.19~189 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d1c1b9948cc5f8947990da67b6633c945350cf36;p=gitmo%2FMouse.git Note our deplessness --- diff --git a/lib/Mouse.pm b/lib/Mouse.pm index eb2b2da..098f867 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -196,6 +196,12 @@ 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. + =head2 MOOSE COMPAT Compatibility with Moose has been the utmost concern. Fewer than 1% of the