diff options
author | Piotr Fusik <pfusik@op.pl> | 2005-07-30 23:54:19 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-08-01 08:13:10 +0000 |
commit | d7f8936a2fe7fc93635b0b501d1f941d30d3399f (patch) | |
tree | 9ec130d79fad2c450541f9ea56801a6ecd17f962 /pod/perldebug.pod | |
parent | 0d65d7d555c9e685ae54e22c9f9eb33ec635ea81 (diff) | |
download | perl-d7f8936a2fe7fc93635b0b501d1f941d30d3399f.tar.gz |
POD typos
From: "Piotr Fusik" <pfusik@op.pl>
Message-ID: <00ef01c59542$3198ba00$26d34dd5@piec>
p4raw-id: //depot/perl@25253
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 9eb0a9e343..91b72ff098 100644 --- a/pod/perldebug.pod +++ b/pod/perldebug.pod @@ -912,7 +912,7 @@ You can mock TTY input to debugger by adding arbitrary commands to sub afterinit { push @DB::typeahead, "b 4", "b 6"; } Which would attempt to set breakpoints on lines 4 and 6 immediately -after debugger initilization. Note that @DB::typeahead is not a supported +after debugger initialization. Note that @DB::typeahead is not a supported interface and is subject to change in future releases. If you want to modify the debugger, copy F<perl5db.pl> from the |