diff options
author | Gisle Aas <gisle@activestate.com> | 2008-11-12 12:13:03 +0000 |
---|---|---|
committer | Gisle Aas <gisle@activestate.com> | 2008-11-12 12:13:03 +0000 |
commit | 25cf7dea41d805529429179bf3a60e7fafbe6dcf (patch) | |
tree | 7572573432cb1ca1b2a21e59344476e20791ce9e | |
parent | 64f0785ed5e07820674e74a62660085426a2fb28 (diff) | |
download | perl-25cf7dea41d805529429179bf3a60e7fafbe6dcf.tar.gz |
POD markup fix
p4raw-id: //depot/perl@34822
-rw-r--r-- | pod/perldebguts.pod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pod/perldebguts.pod b/pod/perldebguts.pod index 7a9fc485bb..55f237b755 100644 --- a/pod/perldebguts.pod +++ b/pod/perldebguts.pod @@ -154,6 +154,7 @@ contents of this variable are treated as if they were the argument of an C<o ...> debugger command (q.v. in L<perldebug/Options>). =head3 Debugger internal variables + In addition to the file and subroutine-related variables mentioned above, the debugger also maintains various magical internal variables. |