summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-06-26 14:53:40 -0400
committerJesse Luehrs <doy@tozt.net>2013-06-26 14:53:40 -0400
commit1902a33675b5e405f90909d62dbb89e80ab3e38b (patch)
treec0ebf1e53edf587c7d7cfd9dea730109e0275ce0
parent3bec587ab36049745595c55997e77fd6161647f6 (diff)
downloadcarp-reply-1902a33675b5e405f90909d62dbb89e80ab3e38b.tar.gz
carp-reply-1902a33675b5e405f90909d62dbb89e80ab3e38b.zip
mention that we update the package now too
-rw-r--r--lib/Carp/Reply.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Carp/Reply.pm b/lib/Carp/Reply.pm
index ea6ecfc..366bc8c 100644
--- a/lib/Carp/Reply.pm
+++ b/lib/Carp/Reply.pm
@@ -27,9 +27,9 @@ introspect the current state of the program, including the call stack and
current lexical variables. It works just like L<Reply>, with the addition of
some commands to move around in the call stack.
-The lexical environment is set to the lexical environment of the current stack
-frame (and is updated when you use any of the commands which move around the
-stack frames).
+The package and lexical environment are set to the package and lexical
+environment of the current stack frame (and are updated when you use any of the
+commands which move around the stack frames).
Carp::Reply also installs a C<__DIE__> handler which automatically launches a
repl when an exception is thrown. You can suppress this behavior by passing an