Skip to content

Commit

Permalink
clarify docs on %Carp::Internal
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingmuch committed Feb 23, 2010
1 parent 0a0641f commit c12e626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Try/Tiny.pm
Expand Up @@ -412,8 +412,8 @@ this is also how C<eval> works, but not how L<TryCatch> works):
=item *
C<try> introduces another caller stack frame. L<Sub::Uplevel> is not used. L<Carp>
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 *
Expand Down

0 comments on commit c12e626

Please sign in to comment.