summaryrefslogtreecommitdiff
path: root/lib/perl5db.pl
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-06-03 14:07:06 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-06-03 14:07:06 +0000
commit3a63cb217dc34002f62378ade881d999b2060d96 (patch)
tree72981bd36dd9b3e323a64de9047d7d7cb2cb3390 /lib/perl5db.pl
parent3a6edaecd2baea2f30004eb3633144ac18f55719 (diff)
downloadperl-3a63cb217dc34002f62378ade881d999b2060d96.tar.gz
Tiny tweaks from Joe McMahon.
p4raw-id: //depot/perl@19677
Diffstat (limited to 'lib/perl5db.pl')
-rw-r--r--lib/perl5db.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/perl5db.pl b/lib/perl5db.pl
index 6c8a39d3a9..855e275029 100644
--- a/lib/perl5db.pl
+++ b/lib/perl5db.pl
@@ -45,7 +45,7 @@ API, but for now, the variables are what we've got.
=head2 Automated variable stacking via C<local()>
-As you may recall from reading L<perlop>, the C<local()> operator makes a
+As you may recall from reading C<perlfunc>, the C<local()> operator makes a
temporary copy of a variable in the current scope. When the scope ends, the
old copy is restored. This is often used in the debugger to handle the
automatic stacking of variables during recursive calls:
@@ -892,8 +892,9 @@ sub eval {
# Changes: 1.20: Feb 17, 2003 Richard Foley <richard.foley@rfi.net>
# + pre'n'post commands no longer trashed with no args
# + watch val joined out of eval()
-# Changes: 1.21: Aug 04, 2002 Joe McMahon (mcmahon@ibiblio.org)
+# Changes: 1.21: Jun 04, 2002 Joe McMahon (mcmahon@ibiblio.org)
# + Added comments and reformatted source. No bug fixes/enhancements.
+# + Includes cleanup by Robin Barker and Jarkko Hietaniemi.
####################################################################
@@ -2361,8 +2362,7 @@ C<$start>) in C<$cmd> to be executed later.
$cmd = 'l ' . ($start) . '+';
};
-=head3 PRE-580 COMMANDS VS. NEW COMMANDS: C<a, A, b, B, h, l, L, M, o, O, P, v,
-w, W, E<lt>, E<lt>E<lt>, {, {{>
+=head3 PRE-580 COMMANDS VS. NEW COMMANDS: C<a, A, b, B, h, l, L, M, o, O, P, v, w, W, E<lt>, E<lt>E<lt>, {, {{>
In Perl 5.8.0, a realignment of the commands was done to fix up a number of
problems, most notably that the default case of several commands destroying