# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #117193] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=117193 >
<FROGGS> moritz: where would I find something about slangs in the synopsis? <moritz> probably S02 or so <FROGGS> ahh, found it http://perlcabal.org/syn/S02.html#Slangs <FROGGS> r: use MONKEY_TYPING; augment slang Regex { token numish { } }; <p6eval> rakudo d98dd5: OUTPUT«use of uninitialized value of type Mu in string contextuse of uninitialized value of type Mu in string context===SORRY!===error:imcc:Sub 'cuid_3_1363514278.31078' not found in file '(file unknown)' line 120» <moritz> r: use MONKEY_TYPING; augment slang Perl6 { }; <p6eval> rakudo d98dd5: OUTPUT«===SORRY!===You tried to augment slang Perl6, but it does not existat /tmp/fFehxhhg23:1------> use MONKEY_TYPING; augment slang Perl6 ⏏{ }; expecting any of: scoped declarator generic role» <FROGGS> ahh, looks like only packages are supported right now * masak submits rakudobug for the internal Parrot error