Skip Menu |

This queue is for tickets about the Devel-REPL CPAN distribution.

Report information
The Basics
Id: 65704
Status: resolved
Priority: 0/
Queue: Devel-REPL

People
Owner: Nobody in particular
Requestors: chm [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.003012
Fixed in: (no value)



Subject: MultiLine doesn't handle q{} spanning lines
This session with re.pl shows the problem: $ perl -Mblib script/re.pl $ q[ hello Compile error: Can't find string terminator "]" anywhere before EOF at (eval 272) line 5. The problem is an incorrect branch in the logic. Comparison with the Perl::Shell implementation helped me to debug the problem and fix the code in git. The current git performs as follows: $ re.pl $ q[ hello Show quoted text
> ]
hello