This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix debugger y command scope level
authorTony Cook <tony@develop-help.com>
Fri, 15 Aug 2014 00:45:57 +0000 (10:45 +1000)
committerTony Cook <tony@develop-help.com>
Fri, 15 Aug 2014 01:03:28 +0000 (11:03 +1000)
commit496f5ba57a43840a3c8ee61b21dc60d0c8bb5d52
tree4a357ec0ea126a03d3fd7f722e7e0b8e2108a927
parent747c467a69dad4c76485fb6311c9645d3152d02a
fix debugger y command scope level

5c2b78e73d3 moved handling of the y command into its own function,
but did not adjust the provided scope level to account for the extra
scope.
lib/perl5db.pl