This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Debugger cmds not requiring spaces
authorSmylers <Smylers@stripey.com>
Wed, 6 Sep 2017 11:32:09 +0000 (12:32 +0100)
committerAaron Crane <arc@cpan.org>
Sat, 30 Sep 2017 16:29:59 +0000 (17:29 +0100)
commit7fdd4f080863703d44282c6988834455d1290405
tree893147eba4b8db14636e1622952b75c987318ed2
parent54441887138b19f99225ea1c9caf2602ff2083ab
Debugger cmds not requiring spaces

Make debugger commands like these work again, not requiring a space
between a single-letter command and a following argument which starts with
punctuation:

  p$^V
  x@ARGV
  x\@ARGV
  x\%INC

Regressions were in d478d7a0 and 8f144dfc.
lib/perl5db.pl