# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #64656] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=64656 >
<masak> rakudo: sub do-build {}; do-build <p6eval> rakudo 5b679a: OUTPUT«Could not find non-existent sub build * masak submits rakudobug <masak> rakudo: sub sub-build {}; sub-build <p6eval> rakudo 5b679a: OUTPUT«Malformed routine definition at line 1, near "-build" [...] <masak> all this is against the LTM, as I understand it. <masak> rakudo: sub method-build {}; method-build <p6eval> rakudo 5b679a: OUTPUT«Malformed method definition at line 1, near "-build"else works fine, though.