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