develooper Front page | perl.perl5.porters | Postings from December 2011

Re: [perl #104820] C<c ln> broken in blead's debugger

Thread Previous | Thread Next
From:
Tony Cook
Date:
December 12, 2011 03:34
Subject:
Re: [perl #104820] C<c ln> broken in blead's debugger
Message ID:
20111212113402.GA16819@mars.tony.develop-help.com
Another one:

5.14.1:

  DB<1> b . $_ > 3
  DB<2> L
/home/tony/play/debug/loop.pl:
 6:       say;
   break if ($_ > 3)
  DB<2> c
1
2
3
main::(/home/tony/play/debug/loop.pl:6):
6:        say;
  DB<2> 

blead:

  DB<1> b . $_ > 3
  DB<2> L
/home/tony/play/debug/loop.pl:
 6:       say;
   break if (. $_ > 3)
  DB<2> c
1
syntax error at (eval 7)[/home/tony/perl/blead-branch/lib/5.15.5/perl5db.pl:646] line 1, near "{."
2
...

Found by inspection, see the first hunk of:

http://perl5.git.perl.org/perl.git/blobdiff/2211a10b..076b743:/lib/perl5db.pl

but I don't see why that change was made.

Tony

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About