# New Ticket Created by  Timothy Smith 
# Please include the string:  [perl #120788]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=120788 >


[23:41:02] $ perl6 --version
This is perl6 version 2013.11-35-g0bf3de5 built on JVM
[23:41:07] $ cat t.pl6
print q :heredoc :c "EOF";
    2+3={2+3}
    EOF
[23:41:11] $ perl6 t.pl6
2+3={2+3}

Adverbs before the :heredoc (or :to) take effect. Adverbs after :to
are lost. I expect the order of adverbs to not be important.

Reply via email to