From: Karen Etheridge Date: Tue, 31 Aug 2010 17:25:52 +0000 (-0700) Subject: clarify the nature of the performance penalty X-Git-Tag: 0.12~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a34c4a981feecfcbb44e91b1a31b294d67aa9b11;p=gitmo%2FMoose-Autobox.git clarify the nature of the performance penalty --- diff --git a/lib/Moose/Autobox.pm b/lib/Moose/Autobox.pm index 947365a..3815419 100644 --- a/lib/Moose/Autobox.pm +++ b/lib/Moose/Autobox.pm @@ -112,9 +112,12 @@ the 'hooks' for others to add implementation too. Several people are using this module in serious applications and it seems to be quite stable. The underlying technologies of L and L are also considered stable. There is some performance -hit, but as I am fond of saying, nothing in life is free. If you have -any questions regarding this module, either email me, or stop by #moose -on irc.perl.org and ask around. +hit, but as I am fond of saying, nothing in life is free. Note that this hit +only applies to the I of methods on native Perl values, not the mere act +of loading this module in your namespace. + +If you have any questions regarding this module, either email me, or stop by +#moose on irc.perl.org and ask around. =head2 Adding additional methods