Skip Menu |

This queue is for tickets about the Perl6-Form CPAN distribution.

Report information
The Basics
Id: 120153
Status: resolved
Priority: 0/
Queue: Perl6-Form

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

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



Subject: DOC: perl6 sample code fails due to double-quote interpolation
Illustrious author! Double quotes in picture lines cause perl6 to interpret the {<<<<} picture as a code block and fail. Single quotes below fix the issue. print form " =================================== ", "| NAME | AGE | ID NUMBER |", "|----------+------------+-----------|", '| {<<<<<<} | {||||||||} | {>>>>>>>} |', $name, $age, $ID, "|===================================|", "| COMMENTS |", "|-----------------------------------|", '| {[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[} |', $comments, " =================================== "; kind regards, Joel Roth
Subject: Re: [rt.cpan.org #120153] DOC: perl6 sample code fails due to double-quote interpolation
Date: Fri, 10 Feb 2017 07:00:09 +1100
To: bug-Perl6-Form [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
Thanks, Joel. That's a very good point. Patched and re-uploaded to CPAN! Much appreciated, Damian