From 1902a33675b5e405f90909d62dbb89e80ab3e38b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 26 Jun 2013 14:53:40 -0400 Subject: mention that we update the package now too --- lib/Carp/Reply.pm | 6 +++--- 1 file 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, 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 -- cgit v1.2.3