From: Yuval Kogman Date: Tue, 23 Feb 2010 11:03:24 +0000 (+0100) Subject: clarify docs on %Carp::Internal X-Git-Tag: Try-Tiny-0.05~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c12e626fda5c6779fc83fb2def506d76bdf40dfa;p=p5sagit%2FTry-Tiny.git clarify docs on %Carp::Internal --- diff --git a/lib/Try/Tiny.pm b/lib/Try/Tiny.pm index e1885d7..fcb5b74 100644 --- a/lib/Try/Tiny.pm +++ b/lib/Try/Tiny.pm @@ -412,8 +412,8 @@ this is also how C works, but not how L works): =item * C introduces another caller stack frame. L is not used. L -will report this when using full stack traces. This lack of magic is considered -a feature. +will not report this when using full stack traces, though, because +C<%Carp::Internal> is used. This lack of magic is considered a feature. =item *