summaryrefslogtreecommitdiff
path: root/lib/perl5db.pl
diff options
context:
space:
mode:
authorElvin Aslanov <rwp.primary@gmail.com>2022-08-04 16:11:29 +0400
committerElvin Aslanov <rwp.primary@gmail.com>2022-08-04 21:57:44 +0400
commitbee6601bbf238b5366ce11cd41f6b095bfeebfd8 (patch)
tree23abb44b9f161efe55aadeb2b8e58b34d8a518eb /lib/perl5db.pl
parent3aee5eac6713af24445ca3be6b03ca516e190219 (diff)
downloadperl-bee6601bbf238b5366ce11cd41f6b095bfeebfd8.tar.gz
Typo in "y" (PadWalker) command description
Fix: then -> them Also corrected "dumpvar.pl" to be rendered as a file name in POD rather than code/command. https://perldoc.perl.org/perlpod#F-used-for-filenames Bumped Perl Debugger version to pass t/porting/cmp-version.t test
Diffstat (limited to 'lib/perl5db.pl')
-rw-r--r--lib/perl5db.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/perl5db.pl b/lib/perl5db.pl
index 0602b5db3f..3b3dcd6076 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.74';
+$VERSION = '1.75';
$header = "perl5db.pl version $VERSION";
@@ -3258,7 +3258,7 @@ deal with them instead of processing them in-line.
=head4 C<y> - List lexicals in higher scope
Uses C<PadWalker> to find the lexicals supplied as arguments in a scope
-above the current one and then displays then using C<dumpvar.pl>.
+above the current one and then displays them using F<dumpvar.pl>.
=head3 COMMANDS NOT WORKING AFTER PROGRAM ENDS