diff options
Diffstat (limited to 'pod/perldebug.pod')
-rw-r--r-- | pod/perldebug.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldebug.pod b/pod/perldebug.pod index 8f49541b40..cb042e9752 100644 --- a/pod/perldebug.pod +++ b/pod/perldebug.pod @@ -1083,7 +1083,7 @@ file. Some functions are provided to simplify customization. See L<"Debugger Customization"> for description of C<DB::parse_options(string)>. The function C<DB::dump_trace(skip[, count])> skips the specified number -of frames, and returns an array containing info about the caller +of frames, and returns a list containing info about the caller frames (all if C<count> is missing). Each entry is a hash with keys C<context> (C<$> or C<@>), C<sub> (subroutine name, or info about eval), C<args> (C<undef> or a reference to an array), C<file>, and |