summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorElvin Aslanov <rwp.primary@gmail.com>2022-08-05 19:30:52 +0400
committerKarl Williamson <khw@cpan.org>2022-08-05 13:45:46 -0600
commit8909f8238b79ae446e9dc95645dbdddda4064163 (patch)
treeb2e83de29d802dc6974ffcea38fe23c3556e4d35 /lib
parente91a97a6c44e190cf576e37ff52bd8bd7005cf73 (diff)
downloadperl-8909f8238b79ae446e9dc95645dbdddda4064163.tar.gz
perl5db.pl: Spelling
`R` command: pure man -> poor man Probably meant that: https://en.wiktionary.org/wiki/poor_man%27s#English
Diffstat (limited to 'lib')
-rw-r--r--lib/perl5db.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/perl5db.pl b/lib/perl5db.pl
index 3b3dcd6076..9c643c9d87 100644
--- a/lib/perl5db.pl
+++ b/lib/perl5db.pl
@@ -532,7 +532,7 @@ BEGIN {
use vars qw($VERSION $header);
# bump to X.XX in blead, only use X.XX_XX in maint
-$VERSION = '1.75';
+$VERSION = '1.76';
$header = "perl5db.pl version $VERSION";
@@ -8184,7 +8184,7 @@ B<|>I<dbcmd> Run debugger command, piping DB::OUT to current pager.
B<||>I<dbcmd> Same as B<|>I<dbcmd> but DB::OUT is temporarily select()ed as well.
B<\=> [I<alias> I<value>] Define a command alias, or list current aliases.
I<command> Execute as a perl statement in current package.
-B<R> Pure-man-restart of debugger, some of debugger state
+B<R> Poor man's restart of the debugger, some of debugger state
and command-line options may be lost.
Currently the following settings are preserved:
history, breakpoints and actions, debugger B<O>ptions
@@ -8360,7 +8360,7 @@ B<||>I<dbcmd> Same as B<|>I<dbcmd> but DB::OUT is temporarilly select()ed
B<\=> [I<alias> I<value>] Define a command alias, or list current aliases.
I<command> Execute as a perl statement in current package.
B<v> Show versions of loaded modules.
-B<R> Pure-man-restart of debugger, some of debugger state
+B<R> Poor man's restart of the debugger, some of debugger state
and command-line options may be lost.
Currently the following settings are preserved:
history, breakpoints and actions, debugger B<O>ptions