Using a heredoc and by accident adding '#' unindented, generated the following error;

Asked to remove 2 spaces, but the shortest indent is 0 spaces in any trim_heredoc at gen/moar/m-Perl6-Actions.nqp:78

The here doc used was;

spurt 'Sandbox/m-auth.conf', $config ~ qq:to/EOCNF/;

  security:
#    keyFile:                    m.key-file
#    clusterAuthMode:            keyFile
    authorization:              enabled

  setParameter:
    enableLocalhostAuthBypass:  false

  EOCNF


While the message was correct it didn't say where it happened (in my code that is).

perl6 version 2015.09-95-g3970634 built on MoarVM version 2015.09-35-gd15a446

Greets,
M

Reply via email to