This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Typo in "y" (PadWalker) command description 20038/head
authorElvin Aslanov <rwp.primary@gmail.com>
Thu, 4 Aug 2022 12:11:29 +0000 (16:11 +0400)
committerElvin Aslanov <rwp.primary@gmail.com>
Thu, 4 Aug 2022 17:57:44 +0000 (21:57 +0400)
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

lib/perl5db.pl

index 0602b5d..3b3dcd6 100644 (file)
@@ -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