Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created December 31, 2017 23:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/5deaff2f5621da0aa7c1a00f4eac8f57 to your computer and use it in GitHub Desktop.
Save Whateverable/5deaff2f5621da0aa7c1a00f4eac8f57 to your computer and use it in GitHub Desktop.
quotable6
'in Perl 6 please'

rakudo-moar 2f5a6c: OUTPUT: «===SORRY!=== Error while compiling <tmp>␤Unsupported use of << to do left shift; in Perl 6 please use +< or ~<␤at <tmp>:1␤------> say 96 <<⏏ 3␤»
rakudo-moar 5e3393: OUTPUT: «===SORRY!=== Error while compiling <tmp>␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant to call it as a method on $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at <tmp>:1␤--…»
timotimo, Something's wrong: ␤ERR: ===SORRY!=== Error while compiling -e␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at -e:6␤------> put sourcery( Str.<HERE> "chrs", \() )[1];␤
rakudo-moar 72852f: OUTPUT«[31m===[0mSORRY![31m===[0m Error while compiling /tmp/ndJEtD7klG␤Unsupported use of $^ variable; in Perl 6 please use Form module␤at /tmp/ndJEtD7klG:1␤------> [32m$^[33m⏏[31m # Form module? LTA error?[0m␤»
rakudo-moar 82f2fd: OUTPUT«[31m===[0mSORRY![31m===[0m Error while compiling /tmp/48oBAi08pJ␤Unsupported use of {N,M} as general quantifier; in Perl 6 please use ** N..M (or ** N..*)␤at /tmp/48oBAi08pJ:1␤------> [32msay 'abc' ~~ /a<[bc]>{1,2}[33m⏏[31m/[0m␤»
..rakudo-jvm 82f2fd: OUTPUT«[31m===[0mSORRY![31m===[0m Error while compiling /tmp/Hz8_dJSMIh␤Unsupported use of {N,M} as general quantifier; in Perl 6 please use ** N..M (or ** N..*)␤at /tmp/Hz8_dJSMIh:1␤------> [32msay 'abc' ~~ /a<[bc]>{1,2}[33m⏏[31m/[0m␤»
..rakudo-parrot 82f2fd: OUTPUT«[31m===[0mSORRY![31m===[0m Error while compiling /tmp/UQ6b2q75t1␤Unsupported use of {N,M} as general quantifier; in Perl 6 please use ** N..M (or ** N..*)␤at /tmp/UQ6b2q75t1:1␤------> [32msay 'abc' ~~ /a<[bc]>{1,2}[33m⏏[31m/[0m␤»

AlexDaniel`, Output on both points: «�04===�SORRY!�04===� Error while compiling /tmp/fG7RI7XGeI␤Unsupported use of ? and : for the ternary conditional operator; in Perl 6 please use ?? and !!␤at /tmp/fG7RI7XGeI:1␤------> �03where are you?�08⏏�04 :)�»
rakudo-moar f946bd: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Undeclared routine:␤ y used at line 1 (in Perl 6 please use tr instead)␤␤»
rakudo-moar f946bd: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of qr for regex quoting; in Perl 6 please use rx//␤at <tmp>:1␤------> �3qr�7⏏�5<EOL>�␤»
rakudo-moar a8e035: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of $. variable; in Perl 6 please use the .kv method on e.g. .lines␤at <tmp>:1␤------> �3class A { has $.�7⏏�5 = 42 } # planning on this type of erro�␤»
rakudo-moar 12d7d5: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>?Unsupported use of . to concatenate strings; in Perl 6 please use ~?at <tmp>:1?------> �3say [] .�7?�5 :test�?»
rakudo-moar b667e8: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax␤at <tmp>:1␤------> �3-> \new { say new if �7⏏�5$++ }(42)�␤»
rakudo-moar 0c5fe5: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax␤at <tmp>:1␤------> �3-> \new { say new if �7⏏�5$++ }(42)�␤»
rakudo-moar 7ecb59: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at <tmp>:2␤------> �3 infix:<.> { $^a ~ $^b }; say "look ma".�7⏏�5<EOL>�␤»
rakudo-moar 84502d: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of $^O variable; in Perl 6 please use VM.osname␤at <tmp>:1␤------> �3EVAL "print $^O�7⏏�5":lang<Perl5>�␤»
rakudo-moar 75c3f2: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~␤at <tmp>:1␤------> �3say "x" =~�7⏏�5 42�␤»
# got: Unsupported use of \Q as quotemeta; in Perl 6 please use quotes or literal variable match at line 2,
rakudo-moar 5ca924: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of \Q as quotemeta; in Perl 6 please use quotes or literal variable match␤at <tmp>:1␤------> �3/\Q�7⏏�5abc\E/�␤»
rakudo-moar f190f2: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of ${3.97/4.345}; in Perl 6 please use $(3.97/4.345) for hard ref or $::(3.97/4.345) for symbolic ref␤at <tmp>:1␤------> �3say "${3.97/4.345}�7⏏�5 per hour for 64-core 416GBRAM VM"�␤»
rakudo-moar f59573: OUTPUT: «�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at <tmp>:1␤------> �3say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant to call it as a method on $_, or use an exp…»
rakudo-moar ec0258: OUTPUT«===SORRY!=== Error while compiling <tmp>␤Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax␤at <tmp>:1␤------> The new workhorse ⏏for Zop␤»
rakudo-moar b120ac: OUTPUT«===SORRY!=== Error while compiling <tmp>␤Unsupported use of ${3}; in Perl 6 please use $2␤at <tmp>:1␤------> if "abc123def" ~~ /(.)+/ { say ${3}⏏ }␤»
maybe say, in Perl 6 please use $2 for the third capture or something idk
rakudo-moar dd5759: OUTPUT«===SORRY!=== Error while compiling <tmp>␤Unsupported use of ${3}; in Perl 6 please use $2␤at <tmp>:1␤------> ${3}⏏<EOL>␤»
rakudo-moar dd5759: OUTPUT«===SORRY!=== Error while compiling <tmp>␤Unsupported use of ${+"۳"}; in Perl 6 please use $(+"۳") for hard ref or $::(+"۳") for symbolic ref␤at <tmp>:1␤------> ${+"۳"}⏏<EOL>␤»
rakudo-moar dd5759: OUTPUT«===SORRY!=== Error while compiling <tmp>␤Unsupported use of ${+"\b\b\b\b\b\b\b\b\b۳"}; in Perl 6 please use $(+"\b\b\b\b\b\b\b\b\b۳") for hard ref or $::(+"\b\b\b\b\b\b\b\b\b۳") for symbolic ref␤at <tmp>:1␤------> ${+"\b\b\b\b\b\b\b\b\b۳"…»
rakudo-moar 328281: OUTPUT«===SORRY!=== Error while compiling <tmp>␤Unsupported use of ? and : for the ternary conditional operator; in Perl 6 please use ?? and !!␤at <tmp>:1␤------> ; sub infix:<:> ($,$) { say "hi" }; 42 ?⏏ 55 : 45␤»
rakudo-moar 541d12: OUTPUT«===SORRY!=== Error while compiling <tmp>␤Unsupported use of $. variable; in Perl 6 please use the .kv method on e.g. .lines␤at <tmp>:1␤------> $.⏏<EOL>␤»
rakudo-moar abc643: OUTPUT«===SORRY!=== Error while compiling <tmp>␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at <tmp>:1␤------> sub infix:<.>($, $) { }; 1 .⏏ 1␤»
rakudo-moar 033713: OUTPUT«===SORRY!=== Error while compiling <tmp>␤Unsupported use of rand(); in Perl 6 please use rand␤at <tmp>:1␤------> rand⏏()␤»
Unsupported use of brackets around replacement; in Perl 6 please use assignment syntax
rakudo-moar 02fdcf: OUTPUT«===SORRY!=== Error while compiling <tmp>␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at <tmp>:1␤------> my $f = * + 2; say 42 .⏏ $f␤»
rakudo-moar c7cd00: OUTPUT«===SORRY!=== Error while compiling <tmp>␤Unsupported use of ? and : for the ternary conditional operator; in Perl 6 please use ?? and !!␤at <tmp>:1␤------> infix:<?> {}; sub infix:<:> {}; say 2 ?⏏ : 2␤»

rakudo-moar 89d85baa4: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at <tmp>:1␤------> �3tok { . { say "hi!" } } }; grammar A { .�7⏏�5 <G::tok> { say "bye!"} } }; A.parse("fo�␤»
rakudo-moar 729caa8f1: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant to call it as a method on $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at <tmp>:1…»
rakudo-moar 664967d09: OUTPUT: «�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at <tmp>:1␤------> �3say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant to call it as a method on $_, or use an …»
rakudo-moar 664967d09: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant to call it as a method on $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at <tmp>:1…»
perlawhirl, Output on both points: «�04===�SORRY!�04===� Error while compiling /tmp/zUNDjlGgUn␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/zUNDjlGgUn:1␤------> �03say [3 ^...�08⏏�04 1]�»
rakudo-moar 85105077a: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant to call it as a method on $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at <tmp>:1…»
rakudo-moar 825a8b0d0: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of << to do left shift; in Perl 6 please use +< or ~<␤at <tmp>:1␤------> �3 = 0x1234; my $after = $before & 0xff <<�7⏏�5 8 +| $before & 0xff00 >> 8; say $after.�␤»
rakudo-moar 3b4f0c6ce: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant to call it as a method on $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at <tmp>:1…»
rakudo-moar 4b60df8f8: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of !~ to do negated pattern matching; in Perl 6 please use !~~␤at <tmp>:1␤------> �3say 1 !~ �7⏏�5one(1, 2)�␤»
rakudo-moar e4a5bb17c: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of !~ to do negated pattern matching; in Perl 6 please use !~~␤at <tmp>:1␤------> �3fix:<!~>($a, $b) { say "$a, $b" }; 3 !~ �7⏏�054�␤»
rakudo-moar e4a5bb17c: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of << to do left shift; in Perl 6 please use +< or ~<␤at <tmp>:1␤------> �3nfix:«<<»($a, $b) { say "$a, $b" }; 3 <<�7⏏�5 4�␤»
rakudo-moar eb1febd56: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of << to do left shift; in Perl 6 please use +< or ~<␤at <tmp>:1␤------> �3 $s, Int $n) { say "$s, $n" }; "Name" <<�7⏏�5 42;�␤»
rakudo-moar eb1febd56: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of << to do left shift; in Perl 6 please use +< or ~<␤at <tmp>:1␤------> �3 $s, Str $n) { say "$s, $n" }; "Name" <<�7⏏�5 "42";�␤»
rakudo-moar eb1febd56: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of !~ to do negated pattern matching; in Perl 6 please use !~~␤at <tmp>:1␤------> �3$s, Int $n) { say "$s, $n" }; "Name" !~ �7⏏�0542;�␤»
rakudo-moar f9c10c214: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at <tmp>:1␤------> �3sub f('MANIFEST' where { .IO.e. �7⏏�5}) { }; f('MANIFEST')�␤»
rakudo-moar e11f4e: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of rand(N); in Perl 6 please use N.rand for Num or (^N).pick for Int result␤at <tmp>:1␤------> �3rand�7⏏�5(10)�␤»
"Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax" are you kidding me >:O
rakudo-moar 9bbfed: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax␤at <tmp>:1␤------> �3say new class �7⏏�5Foo {}:�␤»
rakudo-moar a4ce97: OUTPUT: «�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at <tmp>:1␤------> �3r $ where *.value === True) { NaN }; say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant to cal…»
rakudo-moar 8a0f6a: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>?Unsupported use of bare "say"; in Perl 6 please use .say if you meant to call it as a method on $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun?at <tmp>:1?--…»
rakudo-moar 26287a: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>?Unsupported use of >> to do right shift; in Perl 6 please use +> or ~>?at <tmp>:1?------> �3ix:«>>»($a, $b) { $a +> $b } ; say (1 >>�7?�5 2);�?»
rakudo-moar c22902: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>?Unsupported use of curlies around escape argument; in Perl 6 please use square brackets?at <tmp>:1?------> �3say "\x{�7?�05123}"�?»
rakudo-moar 5fcce6: OUTPUT: «�5===�SORRY!�5===�?Argument to "say" seems to be malformed?at <tmp>:1?------> �3say�7?�5<EOL>�?Other potential difficulties:? Unsupported use of bare "say"; in Perl 6 please use .say if you meant to call it as a method on $_, or use an exp…»
rakudo-moar 674551: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>?Unsupported use of bare "say"; in Perl 6 please use .say if you meant to call it as a method on $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun?at <tmp>:1?--…»
rakudo-moar da4a0f: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>?Undeclared routine:? y used at line 1 (in Perl 6 please use tr instead)??»
rakudo-moar 5d200f: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>?Unsupported use of y///; in Perl 6 please use tr///?at <tmp>:1?------> �3 { "world" ~ $x++ }; return "hello" ~ y �7?�5}; say x(1), x(2);�?»
RockyBalboa: i got the hint from the REPL output: Unsupported use of ${var}; in Perl 6 please use {$var}
rakudo-moar 86cb13: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>?Unsupported use of $^L variable; in Perl 6 please use Form module?at <tmp>:1?------> �3{ say $^L�7?�5 }(42);�?»
rakudo-moar 15b259: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>?Unsupported use of <>; in Perl 6 please use lines() to read input, ('') to represent a null string or () to represent an empty list?at <tmp>:1?------> �3my @x = <�7?�5>; say ?@x;�?»
rakudo-moar 7fdbb4: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>?Unsupported use of bare "say"; in Perl 6 please use .say if you meant to call it as a method on $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun?at <tmp>:1?--…»
rakudo-moar 0c19f5: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>?Unsupported use of ->(), ->{} or ->[] as postfix dereferencer; in Perl 6 please use .(), .[] or .{} to deref, or whitespace to delimit a pointy block?at <tmp>:1?------> �3my $s = -> $a, $b { say $a + $…»
rakudo-moar 6d3ba6: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>?Unsupported use of undef as a value; in Perl 6 please use something more specific:? an undefined type object such as Any or Int,? :!defined as a matcher,? Any:U as a type constraint,? Nil as the ab…»
rakudo-moar 2fb8c7: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>?Unsupported use of $. variable; in Perl 6 please use the .kv method on e.g. .lines?at <tmp>:1?------> �0342; method update { my $attr = "bar"; $.�7?�5"$attr" = 43; say $.bar } }; Foo.new.upd�?»
rakudo-moar 2fb8c7: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>?Unsupported use of $. variable; in Perl 6 please use the .kv method on e.g. .lines?at <tmp>:1?------> �0342; method update { my $attr = "bar"; $.�7?�5"$attr"() = 43; say $.bar } }; Foo.new.u�?»
rakudo-moar c56f0a: OUTPUT: «�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at <tmp>:1␤------> �3say say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant to call it as a method on $_, or use an…»
rakudo-moar 9a2127: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant to call it as a method on $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at <tmp>:1␤--…»
rakudo-moar 10f840: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant to call it as a method on $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at <tmp>:1␤--…»
rakudo-moar fe7ea1: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of ${SQC}; in Perl 6 please use $SQC␤at <tmp>:1␤------> �3$SQC = '²'; say '²foo²bar²' ~~ m/^${SQC}�7⏏�5(.*?)${SQC}$/;�␤»
rakudo-moar 86e7b2: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of a negative -1 subscript to index from the end; in Perl 6 please use a function such as *-1␤at <tmp>:1␤------> �3say 'string'[-1]�7⏏�5;�␤»
rakudo-moar 86e7b2: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of !~ to do negated pattern matching; in Perl 6 please use !~~␤at <tmp>:1␤------> �3say so 'string' !~ �7⏏�5/\w+/;�␤»
rakudo-moar 6b634a: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at <tmp>:1␤------> �3sub f(Int $i) { .... �7⏏�5}; f(3); sub f(Int $i) { say $i }�␤»
rakudo-moar 678883: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of - as character range; in Perl 6 please use .. (or \- if you mean a literal hyphen)␤at <tmp>:1␤------> �3one know what :cc is for ) say Q:cc 'a-z�7⏏�5';�␤»
rakudo-moar e0f68e: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of - as character range; in Perl 6 please use .. for range, for explicit - in character class, escape it or place it as the first or last thing␤at <tmp>:1␤------> �3say "ABC/as" ~~ m/<-…»
rakudo-moar 36bc41: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax␤at <tmp>:1␤------> �3say(new Rat�7⏏�5)�␤»
rakudo-moar 36bc41: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Undeclared routine:␤ new used at line 1 (in Perl 6 please use method call syntax instead)␤␤»
rakudo-moar 36bc41: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax␤at <tmp>:1␤------> �3say new Rat�7⏏�5<EOL>�␤»
rakudo-moar ac8b47: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at <tmp>:1␤------> �3say 5 ^...�7⏏�5 0; # ... this doesn't, and ...�␤»
"Unsupported use of $. variable; in Perl 6 please use the .kv method on e.g. .lines" when trying $.^name instead of self.^name; bug or my mistake?
rakudo-moar ae891f: OUTPUT: «�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at <tmp>:1␤------> �3say�7⏏�5 #`X�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant to call it as a method on $_, or use an expl…»
rakudo-moar ae891f: OUTPUT: «�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at <tmp>:1␤------> �3say�7⏏�5 #`X hello X 42�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant to call it as a method on $_, or …»
rakudo-moar a18c06: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of /g; in Perl 6 please use :g␤at <tmp>:1␤------> �3say s/\w/0/g�7⏏�5;�␤»
rakudo-moar 338193: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ an undefined type object such as Any or Int,␤ :!defined as a matcher,␤ Any:U as a type constraint,␤ Nil as the ab…»
rakudo-moar 84502d: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of rand(N); in Perl 6 please use N.rand for Num or (^N).pick for Int result␤at <tmp>:1␤------> �3say rand�7⏏�5 1�␤»
rakudo-moar 5feb39: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of 'foreach'; in Perl 6 please use 'for'␤at <tmp>:1␤------> �3foreach�7⏏�5 (^70) { say "vonni??" }�␤»
rakudo-moar aa23a9: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at <tmp>:1␤------> �3say "hello" .�7⏏�5 "world"�␤»
rakudo-moar ce41e4: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of y///; in Perl 6 please use tr///␤at <tmp>:1␤------> �3y�7⏏�5 %h = :1m, :2y; say so all %h<m y>:exist�␤»
rakudo-moar 1bce2e: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Undeclared routine:␤ new used at line 1 (in Perl 6 please use method call syntax instead)␤␤»
rakudo-moar e7e47b: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of a negative -1 subscript to index from the end; in Perl 6 please use a function such as *-1␤at <tmp>:1␤------> �3my int @a = 45, 83, 29, 67; say @a[-1]�7⏏�5<EOL>�␤»
rakudo-moar 8a4df1: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at <tmp>:1␤------> �031 .�7⏏�5 &say�␤»
rakudo-moar 70d555: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of $; variable; in Perl 6 please use real multidimensional hashes␤at <tmp>:1␤------> �3my $;�7⏏�5 = 42; say $;�␤»
rakudo-moar 70d555: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of $; variable; in Perl 6 please use real multidimensional hashes␤at <tmp>:1␤------> �3my $;�7⏏�5 = 42; say $;�␤»
rakudo-moar 79f268: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of $^V variable; in Perl 6 please use $*PERL.version or $*PERL.compiler.version␤at <tmp>:1␤------> �3{ $^V�7⏏�5.say }(42)�␤»
rakudo-moar cc9192: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at <tmp>:1␤------> �3say 42 .�7⏏�5 ^name�␤»
rakudo-moar f190f2: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of 'foreach'; in Perl 6 please use 'for'␤at <tmp>:1␤------> �3foreach�7⏏�5 ^2 { .say }�␤»
rakudo-moar 9da50e: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of $] variable; in Perl 6 please use $*PERL.version or $*PERL.compiler.version␤at <tmp>:1␤------> �3[++$]�7⏏�5<EOL>�␤»
rakudo-moar 9da50e: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of $] variable; in Perl 6 please use $*PERL.version or $*PERL.compiler.version␤at <tmp>:1␤------> �3[++$]�7⏏�5 # <-- It's right here. And the code is �␤»
rakudo-moar 9da50e: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of $^V variable; in Perl 6 please use $*PERL.version or $*PERL.compiler.version␤at <tmp>:1␤------> �3{ $^V�7⏏�5.say }(42)�␤»
rakudo-moar 9da50e: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of $^X variable; in Perl 6 please use $*EXECUTABLE-NAME␤at <tmp>:1␤------> �3{ $^X�7⏏�5.say }(42)�␤»
rakudo-moar 9da50e: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of $] variable; in Perl 6 please use $*PERL.version or $*PERL.compiler.version␤at <tmp>:1␤------> �3no worries; [++$]�7⏏�5<EOL>�␤»
rakudo-moar 6771de: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant to call it as a method on $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at <tmp>:1␤--…»
rakudo-moar f11752: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of $] variable; in Perl 6 please use $*PERL.version or $*PERL.compiler.version␤at <tmp>:1␤------> �3($, $v) { &?BLOCK.signature.say }([$, $]�7⏏�5)�␤»
rakudo-moar 9d497e: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant to call it as a method on $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at <tmp>:1␤--…»
rakudo-moar b4118a: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of rand(); in Perl 6 please use rand␤at <tmp>:1␤------> �3say rand�7⏏�5()�␤»
rakudo-moar 4ef1e6: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant to call it as a method on $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at <tmp>:1␤--…»
rakudo-moar 4ef1e6: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant to call it as a method on $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at <tmp>:1␤--…»
rakudo-moar 0be724: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at <tmp>:1␤------> �3say�7⏏�5 with "f…»
rakudo-moar 320c2f: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of >> to do right shift; in Perl 6 please use +> or ~>␤at <tmp>:1␤------> �3my ($x,$y);($x,$y) >>�7⏏�5 !;say ($x,$y);�␤»
Unsupported use of /s; in Perl 6 please use . or \N
rakudo-moar 91a4ac: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of ? and : for the ternary conditional operator; in Perl 6 please use ?? and !!␤at <tmp>:1␤------> �3$, $) {}; sub infix:<:> ($, $) {}; 42 ?�7⏏�5 42, 5 : 5�␤»
rakudo-moar 91a4ac: OUTPUT: «�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at <tmp>:1␤------> �3say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument…»
rakudo-moar 91a4ac: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of <STDIN>; in Perl 6 please use $*IN.lines (or add whitespace to suppress warning)␤at <tmp>:1␤------> �3:foo<�7⏏�5STDIN>�␤»
rakudo-moar 80e0bc: OUTPUT: «�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at <tmp>:1␤------> �3say EXPORTHOW.WHO..say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit i…»
rakudo-moar c1a0fa: OUTPUT: «�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of <STDIN>; in Perl 6 please use $*IN.lines (or add whitespace to suppress warning)␤at <tmp>:1␤------> �3IO::Handle.new(:path<�7⏏�5STDIN>)�␤»
IOninja, ¦«2014.02»: �04===�SORRY!�04===� Error while compiling /tmp/8LeieoGJpX␤Unsupported use of &{$a.l}; in Perl 6 please use &($a.l)␤at /tmp/8LeieoGJpX:1␤------> �03x){ $x.(50); }; my a $a .=new; b(&{$a.l}�08⏏�04);� «exit code = 1»
rakudo-moar 4b85db: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of /g; in Perl 6 please use :g␤at <tmp>:1␤------> �3S/(.*)/$1/g�7⏏�5 .^name.say given ("bla" but role {})�␤»
rakudo-moar f85978: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of $^O variable; in Perl 6 please use $?DISTRO.name or $*DISTRO.name␤at <tmp>:1␤------> �3say $^O�7⏏�5<EOL>�␤»
rakudo-moar 4efcc2: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of 'foreach'; in Perl 6 please use 'for'␤at <tmp>:1␤------> �3my @foo = (1,2,3); foreach�7⏏�5 (@foo) { say }�␤»
rakudo-moar 4efcc2: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at <tmp>:1␤------> �3my @foo = (1,2,3); f…»
rakudo-moar c0a907: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of \b; in Perl 6 please use <|w> for word boundary (or « and » for left/right boundaries). If you meant the backspace character, quote it ("\b") or use it as inside a character class (<[\b]…»
rakudo-moar 015231: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of >> to do right shift; in Perl 6 please use +> or ~>␤at <tmp>:1␤------> �3say ‘cale’.comb >>�7⏏�5 => >> ‘XY’.comb�␤»
rakudo-moar 4e7ab2: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of $? variable; in Perl 6 please use $! for handling child errors also␤at <tmp>:1␤------> �3say $?�7⏏�5/.VAR;�␤»
rakudo-moar e5ca5c: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~␤at <tmp>:1␤------> �3dd "aaa" =~�7⏏�5 /a{3}/;�␤»
rakudo-moar e5ca5c: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of {N,M} as general quantifier; in Perl 6 please use ** N..M (or ** N..*)␤at <tmp>:1␤------> �3dd "aaa" ~~ /a{3}�7⏏�5/;�␤»
rakudo-moar e5ca5c: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of {N,M} as general quantifier; in Perl 6 please use ** N..M (or ** N..*)␤at <tmp>:1␤------> �3dd "aaa" ~~ /a {3}�7⏏�5/;�␤»
rakudo-moar 2f69be: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of ? and : for the ternary conditional operator; in Perl 6 please use ?? and !!␤at <tmp>:1␤------> �3?> { @_ }; sub infix:<:> { @_ }; say 1 ?�7⏏�5 2 : 42�␤»
rakudo-moar 2f69be: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at <tmp>:1␤------> �3rl: You can tell by the error messages. �7⏏�5)�␤»
rakudo-moar 1aeea1: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at <tmp>:1␤------> �3 ==> grep({ $_ >=2 }…»
rakudo-moar 1aeea1: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at <tmp>:1␤------> �3 ==> grep({ $_ >=2 }…»
rakudo-moar 1aeea1: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at <tmp>:1␤------> �3> map({ .tc }) ==> grep /<[PE]>/ ==> say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or u…»
rakudo-moar 1aeea1: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at <tmp>:1␤------> �3> map({ .tc }) ==> g…»
rakudo-moar 2a7c27: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at <tmp>:1␤------> �3(4 xx 5) ==> say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant …»
rakudo-moar 2a7c27: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at <tmp>:1␤------> �03615.flip ==> say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant…»
rakudo-moar 2a7c27: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax␤at <tmp>:1␤------> �3my $h = new SetHash�7⏏�5; $h = :item�␤»
rakudo-moar 563d11: OUTPUT«�5===�SORRY!�5===�␤Argument to "lc" seems to be malformed␤at <tmp>:1␤------> �3lc�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "lc"; in Perl 6 please use .lc if you meant $_, or use an explicit invocant or argument, or u…»
rakudo-moar fbbe44: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax␤at <tmp>:1␤------> �3sub foo { new Slip �7⏏�5}; print 1, 2, foo, 3;�␤»
rakudo-moar 19df35: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at <tmp>:1␤------> �3say�7⏏�5 given (0.…»
rakudo-moar ca919d: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at <tmp>:1␤------> �3' '.unimatch('Zs')..…»
Oooh when did "Unsupported use of \b; in Perl 6 please use <|w> for word boundary" come in?
rakudo-moar a8ba26: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at <tmp>:1␤------> �3{}; sub I {}; sub say { }; do WHAT I say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or u…»
rakudo-moar 164eb4: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of $/ variable; in Perl 6 please use the filehandle's .nl-in attribute␤at <tmp>:1␤------> �3$/�7⏏�5 = 'foo'�␤»
rakudo-moar 345f6a: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of y///; in Perl 6 please use tr///␤at <tmp>:1␤------> �3y�7⏏�5 @foo = (True but 'X') xx 5; say @foo.jo�␤»
rakudo-moar 5bacb0: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of a negative -1 subscript to index from the end; in Perl 6 please use a function such as *-1␤at <tmp>:1␤------> �3[][-1]�7⏏�5 # I mean, this throws�␤»
rakudo-moar 7ad4a8: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of << to do left shift; in Perl 6 please use +< or ~<␤at <tmp>:1␤------> �3say 1 <<�7⏏�5 32�␤»
rakudo-moar 4fd6e9: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of a negative -100 subscript to index from the end; in Perl 6 please use a function such as *-100␤at <tmp>:1␤------> �3try [][-100]�7⏏�5; say $!.^name�␤»
rakudo-moar 5635c5: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of ${$^a // "bar"}; in Perl 6 please use $($^a // "bar") for hard ref or $::($^a // "bar") for symbolic ref␤at <tmp>:1␤------> �3{say "Hello ${$^a // "bar"}�7⏏�5"}("foo")�␤»
rakudo-moar 6f6e6d: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at <tmp>:1␤------> �3say�7⏏�5 #`🤖 42�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argum…»
rakudo-moar 6e7782: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of bare "defined"; in Perl 6 please use .defined if you meant $_, or use an explicit invocant or argument, or use &defined to refer to the function as a noun␤at <tmp>:1␤------> �3multi me…»
rakudo-moar 4a711b: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block␤at <tmp>:1␤------> �3};class B is A {};sub x(A:U $obj){$obj->�7⏏�5new};x(B).say…»
rakudo-moar 6d726f: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of a negative -1 subscript to index from the end; in Perl 6 please use a function such as *-1␤at <tmp>:1␤------> �3my @a=1,2;say @a[-1]�7⏏�5;�␤»
rakudo-moar 6d726f: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of a negative -1 subscript to index from the end; in Perl 6 please use a function such as *-1␤at <tmp>:1␤------> �3my @a=1,2;say @a[*-2..-1]�7⏏�5.perl;�␤»
rakudo-moar bd4236: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of $^N variable; in Perl 6 please use $/[*-1]␤at <tmp>:1␤------> �3).join("-").say; sub fi{(0,1,*+*…∞)[^($^N�7⏏�5+1)]}�␤»
rakudo-moar e9487d: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of - as character range; in Perl 6 please use .. for range, for explicit - in character class, escape it or place it as the first or last thing␤at <tmp>:1␤------> �3say ‘_25cdefg25_25ho…»
rakudo-moar 7f3224: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at <tmp>:1␤------> �3<1 3 2> ==> sort() ==> say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit…»
rakudo-moar 7f3224: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at <tmp>:1␤------> �3<1 3 2> ==> { sort }…»
rakudo-moar fb5676: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at <tmp>:1␤------> �3my @a := 1, 1, * + * ....�7⏏�5 *; my @b = @a[^10]; say @b;�␤»
rakudo-moar fb5676: OUTPUT«�5===�SORRY!�5===�␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at <tmp>:1␤------> �3my @a := 1, 1, * + *, ....�7⏏�5 *; my @b = @a[^10]; say @b�␤Other potential difficulties:␤ Comma found before apparent sequence opera…»
rakudo-moar c00061: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of /g; in Perl 6 please use :g␤at <tmp>:1␤------> �3 my $b = ‘a b c’; $b ~~ s/<{$a}>/space/g�7⏏�5; say $b�␤»
rakudo-moar 0dc6f7: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of $. variable; in Perl 6 please use the .kv method on e.g. .lines␤at <tmp>:1␤------> �3"foo" ~~ /$<bar>=\w+/; $.�7⏏�5<bar>�␤»
rakudo-moar a8221e: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of y///; in Perl 6 please use tr///␤at <tmp>:1␤------> �3say <a b c> \ <b x y�7⏏�5>�␤»
rakudo-moar 2285d3: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Undeclared routines:␤ ab used at line 1␤ sa used at line 1. Did you mean 'so'?␤ y used at line 1 (in Perl 6 please use tr instead)␤␤»
rakudo-moar 2285d3: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Undeclared routines:␤ sa used at line 1. Did you mean 'so'?␤ y used at line 1 (in Perl 6 please use tr instead)␤␤»
rakudo-moar 1e6c46: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of curlies around escape argument; in Perl 6 please use square brackets␤at <tmp>:1␤------> �3say "\x{�7⏏�052424}"�␤»
rakudo-moar 4b1864: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of bare "print"; in Perl 6 please use .print if you meant $_, or use an explicit invocant or argument, or use &print to refer to the function as a noun␤at <tmp>:1␤------> �3print�7⏏�5 f…»
rakudo-moar 15532d: OUTPUT«�5===�SORRY!�5===� Error while compiling /home/camelia/EVAL_0␤Unsupported use of {N,M} as general quantifier; in Perl 6 please use ** N..M (or ** N..*)␤at /home/camelia/EVAL_0:1␤------> �3anon regex { .{2}�7⏏�5}�␤»
rakudo-moar b771bc: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of - as character range; in Perl 6 please use .. for range, for explicit - in character class, escape it or place it as the first or last thing␤at <tmp>:1␤------> �3say "foobar.domain" ~~…»
rakudo-moar d43ea0: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of a negative -1 subscript to index from the end; in Perl 6 please use a function such as *-1␤at <tmp>:1␤------> �3my @a; say @a[-1]�7⏏�5 // False�␤»
rakudo-moar d43ea0: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of a negative -1 subscript to index from the end; in Perl 6 please use a function such as *-1␤at <tmp>:1␤------> �3my @a; (try say @a[-1]�7⏏�5) // False�␤»
timotimo, Something's wrong: �ERR: �[31m===�[0mSORRY!�[31m===�[0m Error while compiling -e�Undeclared routine:� new used at line 6 (in Perl 6 please use method call syntax instead)��
rakudo-moar 6cd6ef: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at <tmp>:1␤------> �3say "foo" .�7⏏�5 "bar";�␤»
rakudo-moar 6cd6ef: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at <tmp>:1␤------> �3x:<.>($a, $b) { $a ~ $b }; say "hello" .�7⏏�5 "world"�␤»
rakudo-moar 8f43bb: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of a negative -1 subscript to index from the end; in Perl 6 please use a function such as *-1␤at <tmp>:1␤------> �3rm:<-1> { *-1 }; my @a = ^10; say @a[-1]�7⏏�5<EOL>�␤»
rakudo-moar ee8a25: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Undeclared routine:␤ local used at line 1 (in Perl 6 please use temp (or dynamic var) instead)␤␤»
rakudo-moar c587b9: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of y///; in Perl 6 please use tr///␤at <tmp>:1␤------> �3y�7⏏�5 %a = one => 1, two => 2; for %a.sort.kv�␤»
rakudo-moar c322e1: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of @+ variable; in Perl 6 please use .to method␤at <tmp>:113␤------> �3" `##@+�7⏏�5;;;;;;::::;::,,;+::::;;'++''+++'';;;;;;;�␤»
rakudo-moar fb4252: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at <tmp>:1␤------> �3say�7⏏�5 for (1 ..…»
rakudo-moar fb4252: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at <tmp>:1␤------> �3say�7⏏�5 for 1..30…»
rakudo-moar 9e497c: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of <>; in Perl 6 please use lines() to read input, ('') to represent a null string or () to represent an empty list␤at <tmp>:1␤------> �3for <�7⏏�5> { .say }�␤»
rakudo-moar 552d9c: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of /g; in Perl 6 please use :g␤at <tmp>:1␤------> �3my $a = 'aaa'; $a ~~ s/a/b/g�7⏏�5; say $a;�␤»
rakudo-moar 051339: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of do...while; in Perl 6 please use repeat...while or repeat...until␤at <tmp>:1␤------> �3do { 42 } while 43�7⏏�5;�␤»
rakudo-moar 61725d: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at <tmp>:1␤------> �3say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument, …»
rakudo-moar 32c08b: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~␤at <tmp>:1␤------> �3'foofoo' =~�7⏏�5 s:2nd/foo/bar/;�␤»
rakudo-moar 649ff4: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of /g; in Perl 6 please use :g␤at <tmp>:1␤------> �3m:P5/(\[\[[^\]]+\]\])/g�7⏏�5<EOL>�␤»
rakudo-moar 51a611: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at <tmp>:1␤------> �3say�7⏏�5 #^[ bar ] "foo" # uhh?�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invo…»
rakudo-moar 51a611: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at <tmp>:1␤------> �3say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument, …»
rakudo-moar 51a611: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at <tmp>:1␤------> �3say�7⏏�5 #`/ test / "yo"�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or…»
rakudo-moar 66a592: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of ? and : for the ternary conditional operator; in Perl 6 please use ?? and !!␤at <tmp>:1␤------> �3) {}; sub infix:<:> ($,$) {}; say True ?�7⏏�5 1 : 2�␤»
rakudo-moar 0941d0: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at <tmp>:1␤------> �3 "entering block"}; LEAVE { }; 42 }; say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or u…»
rakudo-moar 897c22: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of $? variable; in Perl 6 please use $! for handling child errors also␤at <tmp>:1␤------> �3say $?�7⏏�5<EOL>�␤»
rakudo-moar 41b685: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax␤at <tmp>:1␤------> �3my $a = new Blob�7⏏�5<00 00 00 01>; say $a.Int�␤»
rakudo-moar 5a4963: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of >> to do right shift; in Perl 6 please use +> or ~>␤at <tmp>:1␤------> �3[1..10] >>�7⏏�5 { $_ * 2 }.say�␤»
rakudo-moar 5a4963: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at <tmp>:1␤------> �3tuff" }; method Str …»
rakudo-moar 4b257a: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at <tmp>:1␤------> �3((1,2,3). �7⏏�5>>.Str).perl.say�␤»
rakudo-moar 4b257a: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at <tmp>:1␤------> �3((1,2,3).�7⏏�5 &Str).perl.say�␤»
rakudo-moar 9b579d: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ an undefined type object such as Any or Int,␤ :!defined as a matcher,␤ Any:U as a type constraint,␤ Nil as the abse…»
rakudo-moar c7cd00: OUTPUT«�5===�SORRY!�5===� Error while compiling <tmp>␤Unsupported use of $* variable; in Perl 6 please use ^^ and $$␤at <tmp>:1␤------> �3say "found" if [1, 2, 3, 4].grep({ $*�7⏏�5 == 9 });�␤»
Yet another attempt of module porting... In perl5 we have s{something}{something}. Error says that: "in Perl 6 please use assignment syntax". But I can't find any example of how to do this exactly. Any help?
rakudo-moar 865bf3: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at <tmp>:1␤------> �3out ~= '-' }; $out ~= $_ }; $out }; say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or u…»
rakudo-moar 2bd421: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/QBLJBPlGw6␤Unsupported use of $^O variable; in Perl 6 please use $?DISTRO.name or $*DISTRO.name␤at /tmp/QBLJBPlGw6:1␤------> �3$^O�7⏏�5<EOL>�␤»
rakudo-moar 85682a: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/45Hs1UNQ2x␤Unsupported use of brackets around replacement; in Perl 6 please use assignment syntax␤at /tmp/45Hs1UNQ2x:1␤------> �3$_ = "foo"; s{foo}�7⏏�5{bar}; .say�␤»
rakudo-moar 4a2929: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/sapHdEN0fo␤Unsupported use of ? and : for the ternary conditional operator; in Perl 6 please use ?? and !!␤at /tmp/sapHdEN0fo:1␤------> �3say 'foo' ?�7⏏�5 'bar' : 'ber';�␤»
rakudo-moar 4a2929: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/WGMQbRoXjF␤Unsupported use of ? and : for the ternary conditional operator; in Perl 6 please use ?? and !!␤at /tmp/WGMQbRoXjF:1␤------> �3 }; sub infix:<:> { $^a < $^b }; say 1 ?�7⏏�5 'foo' : 'ber';�␤»
rakudo-moar 4a7eaa: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/dfI5kCno0k␤Unsupported use of a negative -1 subscript to index from the end; in Perl 6 please use a function such as *-1␤at /tmp/dfI5kCno0k:1␤------> �3sub f () { dd Backtrace.new[-1]�7⏏�5 }; f�␤»
rakudo-moar ad8265: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/hcpDwCXBXu␤Unsupported use of bare "print"; in Perl 6 please use .print if you meant $_, or use an explicit invocant or argument, or use &print to refer to the function as a noun␤at /tmp/hcpDwCXBXu:1␤----…»
rakudo-moar ad8265: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/2bb2RFQGzP␤Unsupported use of $/ variable; in Perl 6 please use the filehandle's .nl-in attribute␤at /tmp/2bb2RFQGzP:1␤------> �3$/�7⏏�5 = "separator"�␤»
rakudo-moar 9c8989: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/7AlCZQ90De␤Unsupported use of $: variable; in Perl 6 please use Form module␤at /tmp/7AlCZQ90De:1␤------> �3my $:�7⏏�5 = 'colon'; say $:�␤»
rakudo-moar 9c8989: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/Fpe8haOoHS␤Unsupported use of y///; in Perl 6 please use tr///␤at /tmp/Fpe8haOoHS:1␤------> �3my $x-::-y�7⏏�5 = 'but' say $x-::-y�␤»
rakudo-moar df4eb8: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/IJBMoQRwez␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at /tmp/IJBMoQRwez:1␤------> �3…»
rakudo-moar ac36d2: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/omOhBSW4hD␤Unsupported use of ? and : for the ternary conditional operator; in Perl 6 please use ?? and !!␤at /tmp/omOhBSW4hD:1␤------> �3my $f = sub ($x) { $x <= 1 ?�7⏏�5 1 : $x * callsame($x-1) }; say…»
rakudo-moar cf199c: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/dXm1uHjs6T␤Unsupported use of y///; in Perl 6 please use tr///␤at /tmp/dXm1uHjs6T:1␤------> �3y�7⏏�5 $n = Date.new('2015-12-31', :&formatter�␤»
rakudo-moar ec6c3b: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/T9FvfE1GSl␤Unsupported use of bare "abs"; in Perl 6 please use .abs if you meant $_, or use an explicit invocant or argument, or use &abs to refer to the function as a noun␤at /tmp/T9FvfE1GSl:1␤------> �3…»
rakudo-moar d7698f: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/8vFxz5IbCw␤Unsupported use of $. variable; in Perl 6 please use the filehandle's .ins method␤at /tmp/8vFxz5IbCw:1␤------> �3say $.�7⏏�5 # what will the error message be ..�␤»
rakudo-moar ce5dc0: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/ckVwcQ05gb␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/ckVwcQ05gb:2␤------> �3 TOP { [<bold> | <italic> | . �7⏏�5]+ }�␤»
rakudo-moar ce5dc0: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/jikmv2xskv␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/jikmv2xskv:1␤------> �3grammar { TOP { . �7⏏�5} }�␤»
rakudo-moar 463e75: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/tKuxMlGQcH␤Unsupported use of rand(); in Perl 6 please use rand␤at /tmp/tKuxMlGQcH:1␤------> �3a, FuzzyNum $b) { $a.Num + $b.Num + rand�7⏏�5() ** rand() }; my FuzzyNum $a = 1; my F�␤»
rakudo-moar 4b0e5b: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/YQulP65Blp␤Unsupported use of ${foo}; in Perl 6 please use $foo␤at /tmp/YQulP65Blp:1␤------> �3say ${foo}�7⏏�5<EOL>�␤»
rakudo-moar d1eeb3: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/1WhUdItiQO␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at /tmp/1WhUdItiQO:1␤------> �3…»
rakudo-moar d1eeb3: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/LUgagQPEFo␤Unsupported use of rand(); in Perl 6 please use rand␤at /tmp/LUgagQPEFo:1␤------> �3use NativeCall; my uint64 $c; $c = (rand�7⏏�5() * 1000000); say $c�␤»
rakudo-moar 40a953: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/AnrFXv1uad␤Unsupported use of curlies around escape argument; in Perl 6 please use square brackets␤at /tmp/AnrFXv1uad:1␤------> �3say "\x{�7⏏�051F618}", "\N{U+1F618}"�␤»
rakudo-moar 40a953: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at /tmp/igR0s7rxfx:1␤------> �3f Real where $_ = "oops"; my $x = 7; say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you mean…»
rakudo-moar 40a953: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at /tmp/lCvySg9eGM:1␤------> �3f Real where $_ = "oops"; my $x = 7; say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you mean…»
rakudo-moar 40a953: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/JdnlBuPqlf␤Unsupported use of a negative -1 subscript to index from the end; in Perl 6 please use a function such as *-1␤at /tmp/JdnlBuPqlf:1␤------> �3say <a b c>.tail[-1]�7⏏�5<EOL>�␤»
rakudo-moar 61d231: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/1NHfqDYx7y␤Unsupported use of ? and : for the ternary conditional operator; in Perl 6 please use ?? and !!␤at /tmp/1NHfqDYx7y:1␤------> �3$b = "bb"; sub mySub($w) { my $ab = $w ?�7⏏�5 $a : $b; $ab = 0; …»
rakudo-moar 61d231: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/Mm1qUiuH8P␤Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax␤at /tmp/Mm1qUiuH8P:1␤------> �3new R�7⏏�5. Str�␤»
rakudo-moar 61d231: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/0Lece54waq␤Unsupported use of C-style "for (;;)" loop; in Perl 6 please use "loop (;;)"␤at /tmp/0Lece54waq:1␤------> �3for �7⏏�5(;;) { }�␤»
rakudo-moar 868d8b: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at /tmp/YHUEkYw4B1:1␤------> �3say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or …»
rakudo-moar 868d8b: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at /tmp/YuWVDfVTSx:1␤------> �3sub say() {}; say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explici…»
rakudo-moar a87fb4: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/OstxKdMSuZ␤Unsupported use of ? and : for the ternary conditional operator; in Perl 6 please use ?? and !!␤at /tmp/OstxKdMSuZ:1␤------> �3Int:D.WHAT?�7⏏�5.definite(Int:D).say�␤»
rakudo-moar ae43ba: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/AF7ajdzoTC␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at /tmp/AF7ajdzoTC:1␤------> �3…»
rakudo-moar ae43ba: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/V9NeLs8IBc␤Unsupported use of bare "print"; in Perl 6 please use .print if you meant $_, or use an explicit invocant or argument, or use &print to refer to the function as a noun␤at /tmp/V9NeLs8IBc:1␤----…»
rakudo-moar 8df1a6: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/gVcXqa2xdn␤Unsupported use of /m; in Perl 6 please use ^^ and $$ anchors␤at /tmp/gVcXqa2xdn:1␤------> �3/foo/m�7⏏�5<EOL>�␤»
rakudo-moar 54ce66: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/IxBOMrgx62␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at /tmp/IxBOMrgx62:24␤------> �…»
rakudo-moar 595890: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/Yf0DuFxFCt␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/Yf0DuFxFCt:1␤------> �3my @a = <a b c>; say @a .�7⏏�5 [1]�␤»
rakudo-moar 57df3d: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/KAlUVEyrOD␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/KAlUVEyrOD:1␤------> �3say 2² .�7⏏�5\ 2�␤»
rakudo-moar 57df3d: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/cHULsZMbJu␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/cHULsZMbJu:1␤------> �3say 2 .�7⏏�5\ 2�␤»
rakudo-moar 57df3d: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/2Zj0RKMrMi␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/2Zj0RKMrMi:1␤------> �3say 2.�7⏏�5\ 2�␤»
rakudo-moar 4a0ba7: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/RRRfvGv4cj␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at /tmp/RRRfvGv4cj:1␤------> �3…»
rakudo-moar 531495: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/GheUq2KD1e␤Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~␤at /tmp/GheUq2KD1e:1␤------> �3dd Buf.new(1,2,3) =~�7⏏�5| Blob.new(4,5,6) # hmmm... that doesn'�␤»
rakudo-moar 82d8e6: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/Bi5iBFF9qR␤Unsupported use of /g; in Perl 6 please use :g␤at /tmp/Bi5iBFF9qR:1␤------> �3ines -> $_ is copy { s/(\w+)/{$0 ~ $0}/g�7⏏�5; .say }�␤»
rakudo-moar 691b39: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/hIrutpBbP1␤Unsupported use of a negative -1 subscript to index from the end; in Perl 6 please use a function such as *-1␤at /tmp/hIrutpBbP1:1␤------> �3{.shift until .[0];.pop until .[-1]�7⏏�5;$_}([0,0,…»
rakudo-moar 72dbb3: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/78iKHh3FVn␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/78iKHh3FVn:1␤------> �3/^[2|t0|too?|two]\sb[ee?|3]?$/}("2 Bee".�7⏏�5 "").say # less obfuscated�␤»
rakudo-moar 72dbb3: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at /tmp/f_hSe984uD:1␤------> �3<to 2>.map: *.^name..say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an …»
rakudo-moar 691b39: OUTPUT«�5===�SORRY!�5===�␤Argument to "chr" seems to be malformed␤at /tmp/EXvSTh8KTb:1␤------> �3say "𢡊".ord..chr�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "chr"; in Perl 6 please use .chr if you meant $_, or use an expli…»
rakudo-moar 691b39: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/oJWzT1pOHZ␤Unsupported use of a negative -8 subscript to index from the end; in Perl 6 please use a function such as *-8␤at /tmp/oJWzT1pOHZ:1␤------> �3try { @a[-8]�7⏏�5; CATCH { default { say $_.perl }…»
rakudo-moar 691b39: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/ou_oO_IAUq␤Unsupported use of a negative -8 subscript to index from the end; in Perl 6 please use a function such as *-8␤at /tmp/ou_oO_IAUq:1␤------> �3try { my @a = 0, 1, 2; @a[-8]�7⏏�5; CATCH { defaul…»
rakudo-moar 780192: OUTPUT«�5===�SORRY!�5===�␤Argument to "uc" seems to be malformed␤at /tmp/cLlAmEAipj:1␤------> �3say <a b c> ==> map *.succ ==> uc�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "uc"; in Perl 6 please use .uc if you meant $_, or u…»
rakudo-moar 780192: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/BINVO1zrbY␤Unsupported use of bare "uc"; in Perl 6 please use .uc if you meant $_, or use an explicit invocant or argument, or use &uc to refer to the function as a noun␤at /tmp/BINVO1zrbY:1␤------> �3say…»
just loves the helpful perl6 compiler: Unsupported use of A as beginning-of-string matcher; in Perl 6 please use ^
rakudo-moar 780192: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/GbbQcWUhJ0␤Unsupported use of << to do left shift; in Perl 6 please use +< or ~<␤at /tmp/GbbQcWUhJ0:1␤------> �3say 0x6a <<�7⏏�5 8�␤»
rakudo-moar fb0a13: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/OeSCXGqg9P␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/OeSCXGqg9P:1␤------> �3class A { has $x.�7⏏�5 = self.zzz; method zzz { say self } }; �␤»
..rakudo-jvm 6c0f93: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/tmpfile␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/tmpfile:1␤------> �3my @d; push @d,[1,2,3]; push @d,[4.5.6�7⏏�5]; say @d.perl;�␤»
rakudo-moar 775271: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/VOOmccpl0r␤Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax␤at /tmp/VOOmccpl0r:1␤------> �3lf } }; Frob.new.nozzle; nozzle(new Frob�7⏏�5); nozzle();�␤»
rakudo-moar 775271: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/X5aviyNopo␤Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax␤at /tmp/X5aviyNopo:1␤------> �3t Frob; Frob.new.nozzle; nozzle(new Frob�7⏏�5); nozzle();�␤»
rakudo-moar 3259ba: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/arEccVgYWT␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at /tmp/arEccVgYWT:1␤------> �3…»
rakudo-moar 5ed58f: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/14f_RtPCK6␤Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~␤at /tmp/14f_RtPCK6:1␤------> �3..65536 { try say .chr if uniname($_) =~�7⏏�5 /GREEK/ }�␤»
rakudo-moar aefe2c: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/nS5muYIOYN␤Unsupported use of $^T variable; in Perl 6 please use $*BASETIME␤at /tmp/nS5muYIOYN:1␤------> �3say $^T�7⏏�5<EOL>�␤»
rakudo-moar 43b564: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at /tmp/2K8UP7MlZe:1␤------> �3(1, 2, 3, 4) ==> map { $_ + 1 } ==> say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant…»
rakudo-moar a28270: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/sbcExETgwM␤Unsupported use of bare "print"; in Perl 6 please use .print if you meant $_, or use an explicit invocant or argument, or use &print to refer to the function as a noun␤at /tmp/sbcExETgwM:1␤----…»
rakudo-moar a28270: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/_BDSq1k_7j␤Unsupported use of a negative -1 subscript to index from the end; in Perl 6 please use a function such as *-1␤at /tmp/_BDSq1k_7j:1␤------> �3ert sally jesse raphael>; say @array[-1]�7⏏�5;�␤»
rakudo-moar 2fac93: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/jYxt1nTQMs␤Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax␤at /tmp/jYxt1nTQMs:1␤------> �3class C { }; say new C�7⏏�5<EOL>�␤»
␤Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax␤
rakudo-moar 37e998: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/7EjP3YowD2␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at /tmp/7EjP3YowD2:1␤------> �3…»
rakudo-moar a7ea8e: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/X4fK2cZ6qf␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/X4fK2cZ6qf:1␤------> �3say ‘hello’ .�7⏏�5 ‘world’�␤»
rakudo-moar a7ea8e: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at /tmp/pimTR2AX2_:1␤------> �031..10 ==> say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit i…»
rakudo-moar 373adc: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/OkaK9KDY4q␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ an undefined type object such as Any or Int,␤ :!defined as a matcher,␤ Any:U as a type constraint,␤ Nil a…»
rakudo-moar a7ea8e: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/FIJTkDs0o7␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/FIJTkDs0o7:1␤------> �3say (2,3,4,5,6).grep: {.�7⏏�5 %% 2}�␤»
rakudo-moar 6471e8: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/pVvDKpyOcH␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at /tmp/pVvDKpyOcH:1␤------> �3…»
rakudo-moar 9a01b4: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at /tmp/cE__j9wVCk:1␤------> �031..10 => say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit in…»
rakudo-moar 9a01b4: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at /tmp/4g8RfTSZ6S:1␤------> �031..10 ==> say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit i…»
rakudo-moar 77e3d4: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/SO57isM1pO␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/SO57isM1pO:1␤------> �3"defaulty" } ; class D does F { has $a.�7⏏�5 = "fail" } ; class S is D { has $.a = "�␤»
rakudo-moar 76c447: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/0Lf69mi3Ka␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at /tmp/0Lf69mi3Ka:1␤------> �3…»
rakudo-moar 76c447: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/fgl99ydtMO␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at /tmp/fgl99ydtMO:1␤------> �3…»
rakudo-moar b58b83: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/VOWNPX_bw1␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/VOWNPX_bw1:1␤------> �3$_ .+�7⏏�5+�␤»
rakudo-moar 887ca4: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/CVtgjgY8qJ␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/CVtgjgY8qJ:1␤------> �3$_ .�7⏏�5 "foo"�␤»
rakudo-moar 887ca4: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/W_ZiW2Aied␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/W_ZiW2Aied:1␤------> �3$_ X.�7⏏�5 "foo"�␤»
rakudo-moar 694a4b: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/q5Oe_Bv4nt␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/q5Oe_Bv4nt:1␤------> �030b1 .�7⏏�5 1e10�␤»
but got: Unsupported use of . to concatenate strings; in Perl 6 please use ~
rakudo-moar 680da7: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/HAkSJNckXN␤Unsupported use of /x; in Perl 6 please use normal default whitespace␤at /tmp/HAkSJNckXN:1␤------> �3say 'foo' ~~ m:P5/(?^ux:foo)/x�7⏏�5<EOL>�␤»
rakudo-moar a54024: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/v9o0xMHKnq␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/v9o0xMHKnq:1␤------> �3say '❰abc❱'.comb .»�7⏏�5.perl�␤»
rakudo-moar a54024: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/O95FAqYLOR␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/O95FAqYLOR:1␤------> �3say '❰abc❱'.comb. »�7⏏�5.perl�␤»
rakudo-moar aa12a4: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/F6ZOlrfhgO␤Unsupported use of << to do left shift; in Perl 6 please use +< or ~<␤at /tmp/F6ZOlrfhgO:1␤------> �3say 1 <<�7⏏�5 -65�␤»
rakudo-moar aa12a4: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/mOcDHkvxQh␤Unsupported use of >> to do right shift; in Perl 6 please use +> or ~>␤at /tmp/mOcDHkvxQh:1␤------> �3say 4 >>�7⏏�5 -1�␤»
rakudo-moar de2361: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/s_FgNxgVTP␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ an undefined type object such as Any or Int,␤ :!defined as a matcher,␤ Any:U as a type constraint,␤ Nil a…»
rakudo-moar de52f9: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/csTeFFmkbd␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/csTeFFmkbd:1␤------> �3my @a = 2, 5, 10; say @a ».&�7⏏�5({$^a * $^b})» 3.5�␤»
rakudo-moar de52f9: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/qLpr0dFpsB␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/qLpr0dFpsB:1␤------> �3say [^4] ».&�7⏏�5( * + * )» 2�␤»
rakudo-moar 04791b: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/9_meHlzQVP␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at /tmp/9_meHlzQVP:1␤------> �3…»
rakudo-moar 7df997: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/jLZOwv463_␤Unsupported use of ${x}; in Perl 6 please use {$x}␤at /tmp/jLZOwv463_:1␤------> �3my $x = 42; say "${x}�7⏏�5s"�␤»
rakudo-moar 06ed57: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/Y9LX2gAxYp␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/Y9LX2gAxYp:1␤------> �3efore-capture//' ~~ %..|.*url=http|&ei.*�7⏏�5/�␤»
rakudo-moar c27a00: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/NV7alei5Md␤Unsupported use of \z as end-of-string matcher; in Perl 6 please use $␤at /tmp/NV7alei5Md:1␤------> �3log-line>+ }; token log-line { .+?[\n|\z�7⏏�5] } ; }; say Test.parse("foo\nbar\nbaz")�␤»
rakudo-moar 2f9199: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/TvwB0m7vKs␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/TvwB0m7vKs:1␤------> �3say 5 .+�7⏏�5+�␤»
rakudo-moar 2f9199: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/IVXMYbL_BG␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/IVXMYbL_BG:1␤------> �3^10 .^�7⏏�5methods.say�␤»
rakudo-moar 2f9199: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/UQCoK1BjKy␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/UQCoK1BjKy:1␤------> �3Nil .?�7⏏�5say�␤»
rakudo-moar f24d2e: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/B0eQAVeg2_␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at /tmp/B0eQAVeg2_:1␤------> �3…»
rakudo-moar a1dc33: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at /tmp/xXCH1TC6HS:1␤------> �3 { put "nope" }; &CORE::say("yope"); say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you mean…»
rakudo-moar 446ea7: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/p3STxOeh78␤Unsupported use of a negative -1 subscript to index from the end; in Perl 6 please use a function such as *-1␤at /tmp/p3STxOeh78:1␤------> �3my @a[-3]; @a[-1]�7⏏�5 = 42;�␤»
rakudo-moar 09a3e3: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/hvtfKkXILY␤Unsupported use of y///; in Perl 6 please use tr///␤at /tmp/hvtfKkXILY:1␤------> �3y�7⏏�5 @installations = $*REPO.repo-chain.grep�␤»
rakudo-moar c8bd57: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/V_JtO9UmiG␤Unsupported use of curlies around escape argument; in Perl 6 please use square brackets␤at /tmp/V_JtO9UmiG:1␤------> �3say so "\x{�7⏏�052028}" ~~ /^<[\n]>$/;�␤»
rakudo-moar a4ca12, rakudo-jvm e3c591: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/tmpfile␤Unsupported use of >> to do right shift; in Perl 6 please use +> or ~>␤at /tmp/tmpfile:1␤------> �3say 42 >>�7⏏�5 64�␤»
rakudo-moar : OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/_Cx44avJQs␤Unsupported use of bare "sin"; in Perl 6 please use .sin if you meant $_, or use an explicit invocant or argument, or use &sin to refer to the function as a noun␤at /tmp/_Cx44avJQs:1␤------> �3say (c…»
rakudo-moar : OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/LjGkdyylqa␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ an undefined type object such as Any or Int,␤ :!defined as a matcher,␤ Any:U as a type constraint,␤ Nil as the …»
rakudo-moar : OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at /tmp/BLsu1h0rut:1␤------> �3say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argume…»
rakudo-moar : OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/5leZnQoJzA␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at /tmp/5leZnQoJzA:1␤------> �3say�7…»
rakudo-moar 8e1997: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/4gQFCXwQjQ␤Unsupported use of @{%h.keys}; in Perl 6 please use @(%h.keys)␤at /tmp/4gQFCXwQjQ:1␤------> �3, b => 2 ); say "aaduha" ~~ /<@{%h.keys}�7⏏�5>+/�␤»
rakudo-moar 8e1997: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/AKNBpoAgev␤Unsupported use of @{foo}; in Perl 6 please use @foo␤at /tmp/AKNBpoAgev:1␤------> �3say @{foo}�7⏏�5<EOL>�␤»
rakudo-moar b18ada: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/2x8iQGwpYg␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/2x8iQGwpYg:1␤------> �3ter(&infix:<+>) { 2 * $a }; say 3 + 4 .&�7⏏�5postfix:<!> # i'd expect this to work th�␤»
rakudo-moar 459bc5: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/AUumBVk1A_␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at /tmp/AUumBVk1A_:1␤------> �3…»
rakudo-moar d2b494: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/YDqHsTOASA␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/YDqHsTOASA:1␤------> �3say (foo => "bar") . hash . <�7⏏�5foo>;�␤»
rakudo-moar d2b494: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/NeweuHrbky␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/NeweuHrbky:1␤------> �3say (foo => "bar") . hash.<�7⏏�5foo>;�␤»
rakudo-moar d2b494: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/w2mt5uyquk␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/w2mt5uyquk:1␤------> �3say (foo => "bar") . hash .{�7⏏�5foo};�␤»
rakudo-moar d2b494: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/MPhBzGvqhG␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/MPhBzGvqhG:1␤------> �3say (foo => "bar") .hash .{�7⏏�5foo};�␤»
rakudo-moar d2b494: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/mJ0BhZwA7l␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/mJ0BhZwA7l:1␤------> �3say (foo => "bar") .hash .{�7⏏�5"foo"};�␤»
rakudo-moar 8b6077: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/gheMGbIWP0␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/gheMGbIWP0:1␤------> �3my $s = 'abc'; say [.]�7⏏�5 $s flip�␤»
rakudo-moar c880f1: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/XwtIzPxrMM␤Unsupported use of %{1,2,3,4}; in Perl 6 please use %(1,2,3,4)␤at /tmp/XwtIzPxrMM:1␤------> �3say %{1,2,3,4}�7⏏�5<EOL>�␤»
“Unsupported use of brackets around replacement; in Perl 6 please use assignment syntax”
rakudo-moar 3b212a: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/o1aSvZtxg0␤Unsupported use of $. variable; in Perl 6 please use the filehandle's .ins method␤at /tmp/o1aSvZtxg0:1␤------> �3sub flipper() {$.�7⏏�5=not}; say flipper; say flipper�␤»
rakudo-moar 2e19eb: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/h3lizJI0yh␤Unsupported use of a negative -42 subscript to index from the end; in Perl 6 please use a function such as *-42␤at /tmp/h3lizJI0yh:1␤------> �3[4, 8, 15, 16, 23][-42]�7⏏�5;�␤»
rakudo-moar a33314: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/HKc0n167bN␤Unsupported use of %{'made-up'}; in Perl 6 please use %('made-up')␤at /tmp/HKc0n167bN:1␤------> �3say %{'made-up'}�7⏏�5;�␤»
rakudo-moar cd7766: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/pUIh1LoT9_␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/pUIh1LoT9_:1␤------> �3class A { has Array of Int @x.;�7⏏�5 }; A.new.x.perl.say�␤»
rakudo-moar 56dbb0: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/X51OdAaiwf␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/X51OdAaiwf:2␤------> �3.[�7⏏�050] = 42; say @a�␤»
rakudo-moar 56dbb0: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/lC7p29Bb01␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/lC7p29Bb01:1␤------> �3my @a; @a[0] . [�7⏏�050] = 42; say @a�␤»
rakudo-moar de4b2b: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/LVHstioE1G␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/LVHstioE1G:1␤------> �3say [.]�7⏏�5 -42, abs, flip;�␤»
rakudo-moar 6432dd: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/429VDmJwXK␤Unsupported use of a negative -1 subscript to index from the end; in Perl 6 please use a function such as *-1␤at /tmp/429VDmJwXK:1␤------> �030059ec969'; $what = $what.split('/')[-1]�7⏏�5; sa…»
rakudo-moar 6432dd: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/sJRQJPYWE3␤Unsupported use of brackets around replacement; in Perl 6 please use assignment syntax␤at /tmp/sJRQJPYWE3:1␤------> �3{'http' s? '://gist.github' <-[/]>+ '/'}�7⏏�5{}; say $z�␤»
rakudo-moar 911cf4: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/zEda3ZMPZU␤Unsupported use of <>; in Perl 6 please use lines() to read input, ('') to represent a null string or () to represent an empty list␤at /tmp/zEda3ZMPZU:1␤------> �3say <�7⏏�5> # that reminds …»
rakudo-moar 0cee78: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at /tmp/tJsUdsYXr2:1␤------> �3my $a = SetHash.new; $a<a> = 0 ; say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_…»
rakudo-moar 8dd744: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/8ZQDrDUPW3␤Unsupported use of rand(); in Perl 6 please use rand␤at /tmp/8ZQDrDUPW3:1␤------> �3my $x = rand�7⏏�5(); say ((&cos o &sin) o &tan)($x); say �␤»
rakudo-moar d0885e: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/lOOZ4nw9yV␤Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block␤at /tmp/lOOZ4nw9yV:1␤------> �035->�7⏏�056�␤ expecting any of:…»
rakudo-moar 0ac5db: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/tjrLFid24Y␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/tjrLFid24Y:1␤------> �3.abs }; sub bar($obj) { -$obj }; say [.]�7⏏�5 -5, &foo, &bar�␤»
rakudo-moar 0ac5db: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/C7J9_g3ngK␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/C7J9_g3ngK:1␤------> �3my $a = "oh hai"; say $a . "�7⏏�5uc"()�␤»
rakudo-moar 8a195f: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/BsayF9F0wp␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/BsayF9F0wp:1␤------> �3$_ = [42]; say [.[�7⏏�050].Num]�␤»
rakudo-moar 8a195f: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/AR78nvpnh1␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/AR78nvpnh1:1␤------> �3$_ = [42]; say [.[�7⏏�050].Num] # TimToady: was that you?�␤»
rakudo-moar 8a195f: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/s9T_gkfKtZ␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/s9T_gkfKtZ:1␤------> �3$_ = [42]; say [ . [�7⏏�050].Num]�␤»
rakudo-moar 8a195f: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/0YBcEBySVa␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/0YBcEBySVa:1␤------> �3$_ = [42]; say [. [�7⏏�050].Num]�␤»
rakudo-moar e3717e: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/T5OUQY3Vku␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/T5OUQY3Vku:1␤------> �3$_ = [42]; say [.[�7⏏�050].Num] # TimToady: that currently break�␤»
rakudo-moar e3717e: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/Z61I7SBUou␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/Z61I7SBUou:1␤------> �3$_ = [42]; say [.[�7⏏�050]]�␤»
rakudo-moar e3717e: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/pBoE_ggFB9␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/pBoE_ggFB9:1␤------> �3say [.[�7⏏�050]]�␤»
rakudo-moar 92be57: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/IkIr9DhIIb␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at /tmp/IkIr9DhIIb:1␤------> �3…»
rakudo-moar d4c3e8: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/uPl8NaW93H␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun␤at /tmp/uPl8NaW93H:1␤------> �3…»
rakudo-moar 6cfeda: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/EQjqqGoK1o␤Unsupported use of bare "cos"; in Perl 6 please use .cos if you meant $_, or use an explicit invocant or argument, or use &cos to refer to the function as a noun␤at /tmp/EQjqqGoK1o:1␤------> �3…»
rakudo-moar cd8ce4: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/FuLGFKYhxU␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ an undefined type object such as Any or Int,␤ :!defined as a matcher,␤ Any:U as a type constraint,␤ Nil a…»
rakudo-moar cd8ce4: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/ajkeB_78Ru␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/ajkeB_78Ru:1␤------> �3say 'test' . '�7⏏�5woah'�␤»
rakudo-moar cd8ce4: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/ma4zOiyY7N␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/ma4zOiyY7N:1␤------> �3$_ = 'foo'; say 'test' . .�7⏏�5uc�␤»
rakudo-moar 815eb4: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/jh2DBlidoh␤Unsupported use of qr for regex quoting; in Perl 6 please use rx//␤at /tmp/jh2DBlidoh:1␤------> �3qr�7⏏�5//.^mro�␤»
rakudo-moar 815eb4: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/YL0bdyLvyp␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/YL0bdyLvyp:1␤------> �3say [.]�7⏏�5 ('test', &uc);�␤»
rakudo-moar 0132b6: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/OSyuRs0jnu␤Unsupported use of <>; in Perl 6 please use lines() to read input, ('') to represent a null string or () to represent an empty list␤at /tmp/OSyuRs0jnu:1␤------> �3say <�7⏏�5>�␤»
rakudo-moar 26cf7a: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at /tmp/yoHokbb9n1:1␤------> �031.grep.WHAT>say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit…»
rakudo-moar 07ef13: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/PRBAlRRvqv␤Unsupported use of $\ variable; in Perl 6 please use the filehandle's .nl attribute␤at /tmp/PRBAlRRvqv:1␤------> �3say $\�7⏏�5 ;�␤»
rakudo-moar 07ef13: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/FLP4dQ1YE9␤Unsupported use of $\ variable; in Perl 6 please use the filehandle's .nl attribute␤at /tmp/FLP4dQ1YE9:1␤------> �3say $\�7⏏�5 .WHAT�␤»
rakudo-moar 07ef13: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/Sx6z8Pl479␤Unsupported use of $\ variable; in Perl 6 please use the filehandle's .nl attribute␤at /tmp/Sx6z8Pl479:1␤------> �3say $\�7⏏�5<EOL>�␤»
rakudo-moar d2d975: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/_pfCDbRbAX␤Unsupported use of << to do left shift; in Perl 6 please use +< or ~<␤at /tmp/_pfCDbRbAX:1␤------> �3say 1 <<�7⏏�5 73�␤»
rakudo-moar 719a90: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/AJvlsilohq␤Unsupported use of %{5}; in Perl 6 please use %4␤at /tmp/AJvlsilohq:1␤------> �3say %{5}�7⏏�5<EOL>�␤»
rakudo-moar 719a90: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/idb1uR0MAV␤Unsupported use of %{$0}; in Perl 6 please use %($0)␤at /tmp/idb1uR0MAV:1␤------> �3say %{$0}�7⏏�5<EOL>�␤»
rakudo-moar 90e4da: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/cjpruPyvSK␤Unsupported use of !~ to do negated pattern matching; in Perl 6 please use !~~␤at /tmp/cjpruPyvSK:1␤------> �3say <foo bar baz quux>.grep(* !~ �7⏏�5/a/)�␤»
rakudo-moar 13f829: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/as7bLcyhYe␤Unsupported use of ? and : for the ternary conditional operator; in Perl 6 please use ?? and !!␤at /tmp/as7bLcyhYe:1␤------> �3sub s($x is copy) { !($x = +$x) ?�7⏏�5 $x : $x > 0 ? 1 : -1 }; s…»
rakudo-moar e6f360: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/tmpfile␤Unsupported use of %{%foo{"bar"}; in Perl 6 please use %(%foo{"bar")␤at /tmp/tmpfile:1␤------> �3foo = bar => {}; my %baz = %{%foo{"bar"}�7⏏�5};�␤»
rakudo-moar 62e17b: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/0dV8RAOH7o␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/0dV8RAOH7o:1␤------> �031,2,3; my @x = gather take |@z; say @x. �7⏏�5perl�␤»
rakudo-moar e6f360: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/EC0sdkOMF4␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/EC0sdkOMF4:1␤------> �031,2,3; my @x = gather take |@z; say @x. �7⏏�5perl�␤»
rakudo-moar 6a1879: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/qbf1LzsYcH␤Unsupported use of ->(), ->{} or ->[] as postfix dereferencer; in Perl 6 please use .(), .[] or .{} to deref, or whitespace to delimit a pointy block␤at /tmp/qbf1LzsYcH:1␤------> �3(sub { [6, 7…»
rakudo-moar b1db8a: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/9lsMzCSTlr␤Unsupported use of ->(), ->{} or ->[] as postfix dereferencer; in Perl 6 please use .(), .[] or .{} to deref, or whitespace to delimit a pointy block␤at /tmp/9lsMzCSTlr:1␤------> �3(sub { [6, 7…»
rakudo-moar cf3b24: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/jcyWlVz7OA␤Unsupported use of ${a=>1, b=>"foo"}; in Perl 6 please use $(a=>1, b=>"foo")␤at /tmp/jcyWlVz7OA:1␤------> �3my @a; @a.push(${a=>1, b=>"foo"}�7⏏�5); dd @a;�␤»
rakudo-moar cf3b24: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/vGVdvmS36A␤Unsupported use of %{a=>1, b=>"foo"}; in Perl 6 please use %(a=>1, b=>"foo")␤at /tmp/vGVdvmS36A:1␤------> �3my @a; @a.push(%{a=>1, b=>"foo"}�7⏏�5); dd @a;�␤»
rakudo-moar cf3b24: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/57_3p51fQL␤Unsupported use of ${:a(1)}; in Perl 6 please use $(:a(1))␤at /tmp/57_3p51fQL:1␤------> �3my @a; @a.push: ${:a(1)}�7⏏�5; say @a.perl;�␤»
rakudo-moar cf3b24: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/edJWW5cEV2␤Unsupported use of ${ :a(1) }; in Perl 6 please use $( :a(1) )␤at /tmp/edJWW5cEV2:1␤------> �3my @a; @a.push: ${ :a(1) }�7⏏�5; say @a.perl;�␤»
rakudo-moar cf3b24: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/8l6Cm0JMh5␤Unsupported use of ${a=>1, b=>"foo"}; in Perl 6 please use $(a=>1, b=>"foo")␤at /tmp/8l6Cm0JMh5:1␤------> �3my @a; @a.push(${a=>1, b=>"foo"}�7⏏�5); dd @a;�␤»
rakudo-moar 5fb81f: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/eOhhwFNMgJ␤Unsupported use of ${ name => $first, seconds => @seconds }; in Perl 6 please use $( name => $first, seconds => @seconds )␤at /tmp/eOhhwFNMgJ:1␤------> �3${ name => $first, seconds => @seconds …»
rakudo-moar 6a1879: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/Wn3zMAqLlq␤Unsupported use of %{%foo}; in Perl 6 please use %(%foo)␤at /tmp/Wn3zMAqLlq:1␤------> �3o = a => 1, b => 2; my @bar = 1, %{%foo}�7⏏�5, 2; @bar.perl.say�␤»
rakudo-moar a977dc: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/JeUb06h4dQ␤Unsupported use of %{%foo}; in Perl 6 please use %(%foo)␤at /tmp/JeUb06h4dQ:1␤------> �3o = a => 1, b => 2; my @bar = 1, %{%foo}�7⏏�5, 2; @bar.perl.say�␤»
rakudo-moar 6a1879: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/aRYHd44cQf␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/aRYHd44cQf:1␤------> �3my $code = { 1, 2, 5 …. �7⏏�0510 }; $code()�␤»
rakudo-moar a977dc: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/ucmCj89ktb␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/ucmCj89ktb:1␤------> �3my $code = { 1, 2, 5 …. �7⏏�0510 }; $code()�␤»
rakudo-moar 6a1879: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/9bFUcHkCx9␤Unsupported use of !~ to do negated pattern matching; in Perl 6 please use !~~␤at /tmp/9bFUcHkCx9:1␤------> �3lines.grep(* !~ �7⏏�5/\S/).elems.say�␤»
rakudo-moar 8f3e7b: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/4dYE5WUxvK␤Unsupported use of !~ to do negated pattern matching; in Perl 6 please use !~~␤at /tmp/4dYE5WUxvK:1␤------> �3lines.grep(* !~ �7⏏�5/\S/).elems.say�␤»
rakudo-moar 2ccea7: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/ploXygyYbC␤Unsupported use of rand(N); in Perl 6 please use N.rand for Num or (^N).pick for Int result␤at /tmp/ploXygyYbC:1␤------> �3say rand�7⏏�5 5�␤»
rakudo-moar 47ddca: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/od5piU737C␤Unsupported use of rand(N); in Perl 6 please use N.rand for Num or (^N).pick for Int result␤at /tmp/od5piU737C:1␤------> �3say rand�7⏏�5 5�␤»
rakudo-moar 47ddca: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/S_7n2s6Iq9␤Unsupported use of ${ a => 42, b => 666 }; in Perl 6 please use $( a => 42, b => 666 )␤at /tmp/S_7n2s6Iq9:1␤------> �3 say @a.perl }; a ${ a => 42, b => 666 }�7⏏�5<EOL>�␤»
rakudo-moar 47ddca: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/7gsHX1U9ZJ␤Unsupported use of ${a => 1, b => 2}; in Perl 6 please use $(a => 1, b => 2)␤at /tmp/7gsHX1U9ZJ:1␤------> �3foo(\a) { dd a }; foo([${a => 1, b => 2}�7⏏�5])�␤»
rakudo-moar 47ddca: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/T6hLavoSNh␤Unsupported use of ${a => 1, b => 2}; in Perl 6 please use $(a => 1, b => 2)␤at /tmp/T6hLavoSNh:1␤------> �3oo(\a) { dd a }; foo($[${a => 1, b => 2}�7⏏�5])�␤»
rakudo-moar 47ddca: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/WlWIJijYdI␤Unsupported use of %{a => 1, b => 2}; in Perl 6 please use %(a => 1, b => 2)␤at /tmp/WlWIJijYdI:1␤------> �3foo(\a) { dd a }; foo([%{a => 1, b => 2}�7⏏�5])�␤»
rakudo-moar 47ddca: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/9l0q3FLfS8␤Unsupported use of %{a => 1, b => 2}; in Perl 6 please use %(a => 1, b => 2)␤at /tmp/9l0q3FLfS8:1␤------> �3oo(\a) { dd a }; foo([$%{a => 1, b => 2}�7⏏�5])�␤»
rakudo-moar 47ddca: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/KcB_WqMdsZ␤Unsupported use of ${a => 1, b => 2}; in Perl 6 please use $(a => 1, b => 2)␤at /tmp/KcB_WqMdsZ:1␤------> �3foo(\a) { dd a }; foo([${a => 1, b => 2}�7⏏�5])�␤»
rakudo-moar a11e8f: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/uqMZQor2uo␤Undeclared routine:␤ new used at line 1 (in Perl 6 please use method call syntax instead)␤␤»
rakudo-moar a7c845: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/ZRnHzTh1F0␤Undeclared routine:␤ new used at line 1 (in Perl 6 please use method call syntax instead)␤␤»
rakudo-moar d6049e: OUTPUT«{}.item␤{}␤�5===�SORRY!�5===� Error while compiling EVAL_0␤Unsupported use of ${}; in Perl 6 please use $()␤at EVAL_0:1␤------> �3${}�7⏏�5<EOL>�␤»
rakudo-moar 28faf1: OUTPUT«{}␤{}␤�5===�SORRY!�5===� Error while compiling EVAL_0␤Unsupported use of ${}; in Perl 6 please use $()␤at EVAL_0:1␤------> �3${}�7⏏�5<EOL>�␤»
rakudo-moar 28faf1: OUTPUT«{}␤{}␤�5===�SORRY!�5===� Error while compiling EVAL_0␤Unsupported use of ${ :foo }; in Perl 6 please use $( :foo )␤at EVAL_0:1␤------> �3${ :foo }�7⏏�5<EOL>�␤»
rakudo-moar 28faf1: OUTPUT«{}␤{}␤�5===�SORRY!�5===� Error while compiling EVAL_0␤Unsupported use of ${ foo => 42 }; in Perl 6 please use $( foo => 42 )␤at EVAL_0:1␤------> �3${ foo => 42 }�7⏏�5<EOL>�␤»
rakudo-moar edffe0: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/JCsqvweGx0␤Unsupported use of bare "uc"; in Perl 6 please use .uc if you meant $_, or use an explicit invocant or argument␤at /tmp/JCsqvweGx0:1␤------> �3say (my % = <a b c >.map( { $_, uc�7⏏�5 }).perl�␤»
rakudo-moar 46b97a: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/OXG_g0Bhsw␤Unsupported use of bare "uc"; in Perl 6 please use .uc if you meant $_, or use an explicit invocant or argument␤at /tmp/OXG_g0Bhsw:1␤------> �3say (my % = <a b c >.map( { $_, uc�7⏏�5 }).perl�␤»
rakudo-moar 7f6f85: OUTPUT«${}␤{}␤�5===�SORRY!�5===� Error while compiling EVAL_0␤Unsupported use of ${}; in Perl 6 please use $()␤at EVAL_0:1␤------> �3${}�7⏏�5<EOL>�␤»
rakudo-moar 815fff: OUTPUT«{}␤{}␤�5===�SORRY!�5===� Error while compiling EVAL_0␤Unsupported use of ${}; in Perl 6 please use $()␤at EVAL_0:1␤------> �3${}�7⏏�5<EOL>�␤»
rakudo-moar 7f6f85: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/KZTDCaHL1R␤Unsupported use of <>; in Perl 6 please use lines() to read input, ('') to represent a null string or () to represent an empty list␤at /tmp/KZTDCaHL1R:1␤------> �3say <�7⏏�5>.perl�␤»
rakudo-moar 815fff: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/9ohlp4HVM9␤Unsupported use of <>; in Perl 6 please use lines() to read input, ('') to represent a null string or () to represent an empty list␤at /tmp/9ohlp4HVM9:1␤------> �3say <�7⏏�5>.perl�␤»
rakudo-moar 55b326: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/g_s8aft9KI␤Unsupported use of $] variable; in Perl 6 please use $*PERL.version or $*PERL.compiler.version␤at /tmp/g_s8aft9KI:1␤------> �3[my $, my $, my $]�7⏏�5[0] = 42�␤»
rakudo-moar 815fff: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/M0hhCiBPqE␤Unsupported use of $] variable; in Perl 6 please use $*PERL.version or $*PERL.compiler.version␤at /tmp/M0hhCiBPqE:1␤------> �3[my $, my $, my $]�7⏏�5[0] = 42�␤»
rakudo-moar 328aa9: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/9ebi0Avoyc␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument␤at /tmp/9ebi0Avoyc:1␤------> �3my @a = 1,2; say�7⏏�5 for ^@a.elems;�␤»
rakudo-moar 815fff: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/MgdDjH5QwA␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument␤at /tmp/MgdDjH5QwA:1␤------> �3my @a = 1,2; say�7⏏�5 for ^@a.elems;�␤»
rakudo-moar 7896e4: OUTPUT«${}␤�5===�SORRY!�5===� Error while compiling EVAL_0␤Unsupported use of ${}; in Perl 6 please use $()␤at EVAL_0:1␤------> �3${}�7⏏�5<EOL>�␤»
rakudo-moar 93418e: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/wFdqAX6ePC␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument␤at /tmp/wFdqAX6ePC:1␤------> �3my \g = gather { take 1; take 2 }; say�7⏏�5 fo…»
rakudo-moar 1e870b: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/PU4412sPpJ␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument␤at /tmp/PU4412sPpJ:1␤------> �3my \g = gather { take 1; take 2 }; say�7⏏�5 fo…»
rakudo-moar ffbad1: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/DWXZTopVoB␤Unsupported use of bare "sin"; in Perl 6 please use .sin if you meant $_, or use an explicit invocant or argument␤at /tmp/DWXZTopVoB:1␤------> �3say (1, 5, -7, 5).map(sin�7⏏�5);�␤»
rakudo-moar 67e9f3: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/9_0SePDQX6␤Unsupported use of bare "sin"; in Perl 6 please use .sin if you meant $_, or use an explicit invocant or argument␤at /tmp/9_0SePDQX6:1␤------> �3say (1, 5, -7, 5).map(sin�7⏏�5);�␤»
rakudo-moar ff0fb7: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/m_Gn0dVqD7␤Unsupported use of !~ to do negated pattern matching; in Perl 6 please use !~~␤at /tmp/m_Gn0dVqD7:1␤------> �3say lines.grep(* !~ �7⏏�5/:i ^<[aeiou]>/)�␤»
rakudo-moar 98df93: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/AiMZqVc5jS␤Unsupported use of ${ a => 1 }; in Perl 6 please use $( a => 1 )␤at /tmp/AiMZqVc5jS:1␤------> �3${ a => 1 }�7⏏�5<EOL>�␤»
rakudo-moar 591a14: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/v0A9Jhx7hs␤Unsupported use of curlies around escape argument; in Perl 6 please use square brackets␤at /tmp/v0A9Jhx7hs:1␤------> �3say ord("\x{�7⏏�0501111111}")�␤»
rakudo-moar a32c14: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/vAMtG95IEU␤Unsupported use of qr for regex quoting; in Perl 6 please use rx//␤at /tmp/vAMtG95IEU:1␤------> �3say "a;b;c".split(qr�7⏏�5//).perl�␤»
rakudo-{moar,jvm} a32c14: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/tmpfile␤Undeclared routine:␤ new used at line 1 (in Perl 6 please use method call syntax instead)␤␤»
rakudo-moar 720090: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/EEuUJAePmt␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument␤at /tmp/EEuUJAePmt:1␤------> �3my \if = "hello"; say�7⏏�5 if if if;�␤»
rakudo-moar 720090: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/kct0GkcdLN␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument␤at /tmp/kct0GkcdLN:1␤------> �3my \if = "hello"; say�7⏏�5 for if if;�␤»
rakudo-moar a190b2: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/dJUAqZCKML␤Unsupported use of bare "abs"; in Perl 6 please use .abs if you meant $_, or use an explicit invocant or argument␤at /tmp/dJUAqZCKML:1␤------> �3say <4 -2 3>.map(abs�7⏏�5)�␤»
rakudo-moar a190b2: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at /tmp/4OMXEtzz71:1␤------> �3".encode("utf8").list.fmt("%x").perl,say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you mean…»
rakudo-moar e9c567: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/YBzr9_RsuL␤Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~␤at /tmp/YBzr9_RsuL:1␤------> �3ributes.grep({ .has-accessor && .name =~�7⏏�5 /a/ })�␤»
rakudo-moar 65915b: OUTPUT«�5===�SORRY!�5===�␤Argument to "defined" seems to be malformed␤at /tmp/916F3dNr6H:1␤------> �3say defined�7⏏�5.^mro�␤Other potential difficulties:␤ Unsupported use of bare "defined"; in Perl 6 please use .defined if you meant $_, or use an e…»
rakudo-moar d8fa56: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at /tmp/8IZkeuxgR_:1␤------> �3say "yay" if "hi" ~~ say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an …»
rakudo-moar 31a083: OUTPUT«�5===�SORRY!�5===�␤'self' used where no object is available␤at /tmp/tmpfile:1␤------> �3sub LOGS{say {{{�7⏏�5 self.^name }}} }; class ThingA { method�␤Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax␤at /tmp/t…»
rakudo-moar 31a083: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/TSVDHB88uN␤Unsupported use of a negative -1 subscript to index from the end; in Perl 6 please use a function such as *-1␤at /tmp/TSVDHB88uN:1␤------> �3my @a = 1,2,3; say @a[-1]�7⏏�5;�␤»
rakudo-moar f971db: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/hr_pYGbayZ␤Undeclared routine:␤ y used at line 1 (in Perl 6 please use tr instead)␤␤»
rakudo-moar 43e4bf: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/DF5um1rDzJ␤Unsupported use of $] variable; in Perl 6 please use $*PERL.version or $*PERL.compiler.version␤at /tmp/DF5um1rDzJ:1␤------> �3).first-index({ [==] @lists[*;++state $]�7⏏�5 })�␤»
rakudo-moar 43a2ce: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/BQ5q7fb_Cq␤Unsupported use of ${5}; in Perl 6 please use $4␤at /tmp/BQ5q7fb_Cq:1␤------> �3print 2+|${5}�7⏏�5<EOL>�␤»
rakudo-moar 89847f: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/zO_lem3d5v␤Unsupported use of @{$x}; in Perl 6 please use @($x)␤at /tmp/zO_lem3d5v:1␤------> �3my $x; @{$x}�7⏏�5<EOL>�␤»
rakudo-moar 1b537b: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at /tmp/1AH9y6GQg4:1␤------> �3dir | say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invoca…»
rakudo-moar fadca9: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/fCJpGZs8zM␤Unsupported use of do...given; in Perl 6 please use repeat...while or repeat...until␤at /tmp/fCJpGZs8zM:1␤------> �3do { say 1 } given True�7⏏�5<EOL>�␤»
rakudo-moar c93ba9: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/YQr9InRTVb␤Unsupported use of rand(N); in Perl 6 please use N.rand for Num or (^N).pick for Int result␤at /tmp/YQr9InRTVb:1␤------> �3rand�7⏏�5(256)�␤»
rakudo-moar b35c39: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/QTu2xSaIiG␤Unsupported use of C-style "for (;;)" loop; in Perl 6 please use "loop (;;)"␤at /tmp/QTu2xSaIiG:1␤------> �3y @b = 2,3,4; my @c = 3,5,7; my $Z; for �7⏏�5(@a; @b; @c) { say $_ }�␤»
Huh. An attempt to use C<undef> as a verb tells me "in Perl 6 please use undefine function or assignment of Nil"
rakudo-moar 2bd273: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/KcdEQqNfGg␤Unsupported use of %{Complex}; in Perl 6 please use %Complex␤at /tmp/KcdEQqNfGg:1␤------> �3my %{Complex}�7⏏�5<EOL>�␤»
rakudo-moar 4bcbc7: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/DCuxA3evV5␤Unsupported use of %{Complex}; in Perl 6 please use %Complex␤at /tmp/DCuxA3evV5:1␤------> �3my %{Complex}�7⏏�5;�␤»
rakudo-moar 2ec563: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/ZHULYlLpRw␤Unsupported use of rand(); in Perl 6 please use rand␤at /tmp/ZHULYlLpRw:1␤------> �3constant myname = rand�7⏏�5() < 0.5 ?? num64 : num32; my myname $x �␤»
Unsupported use of $# variable; in Perl 6 please use .fmt
rakudo-moar 98e36a: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/GrRSmuM6pI␤Unsupported use of $#variable; in Perl 6 please use @variable.end␤at /tmp/GrRSmuM6pI:1␤------> �3$#�7⏏�5<EOL>�␤»
rakudo-moar 98e36a: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/tmpfile␤Unsupported use of $#variable; in Perl 6 please use @variable.end␤at /tmp/tmpfile:1␤------> �3$#�7⏏�5ewewe�␤»
rakudo-moar 98e36a: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/tmpfile␤Unsupported use of $#variable; in Perl 6 please use @variable.end␤at /tmp/tmpfile:1␤------> �3my @b =4 ; $#�7⏏�5ewewe�␤»
rakudo-moar 2ec563: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/1gQRa98DKV␤Unsupported use of a negative -1 subscript to index from the end; in Perl 6 please use a function such as *-1␤at /tmp/1gQRa98DKV:1␤------> �3r....', *.chop ... !*.end-with('.'))[-1]�7⏏�5<EOL>…»
rakudo-moar 2ec563: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/n3LvStIuVL␤Unsupported use of $] variable; in Perl 6 please use $*PERL.version or $*PERL.compiler.version␤at /tmp/n3LvStIuVL:1␤------> �3$]�7⏏�5<EOL>�␤»
rakudo-moar eb3988: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/6_Fgxat15W␤Unsupported use of ${}; in Perl 6 please use $()␤at /tmp/6_Fgxat15W:1␤------> �3"foo bar" ~~ /foo/; say ${}�7⏏�5.perl�␤»
rakudo-moar eb3988: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/rWnGTXGdQm␤Unsupported use of ${''}; in Perl 6 please use $('')␤at /tmp/rWnGTXGdQm:1␤------> �3"foo bar" ~~ /foo/; say ${''}�7⏏�5;�␤»
rakudo-moar eb3988: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/V7BJEBRPQ5␤Unsupported use of ${ 1, 2, 3, 4}; in Perl 6 please use $( 1, 2, 3, 4)␤at /tmp/V7BJEBRPQ5:1␤------> �3say ${ 1, 2, 3, 4}�7⏏�5.perl�␤»
rakudo-moar df0c3a: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/kbd6qsxgiL␤Unsupported use of bare "abs"; in Perl 6 please use .abs if you meant $_, or use an explicit invocant or argument␤at /tmp/kbd6qsxgiL:1␤------> �3say abs�7⏏�5: -42�␤»
rakudo-moar f1fa64: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/3MSQipVQ6E␤Unsupported use of - as character range; in Perl 6 please use .. for range, for explicit - in character class, escape it or place it as the first or last thing␤at /tmp/3MSQipVQ6E:1␤------> �3/<…»
rakudo-moar d47424: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/tmpfile␤Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~␤at /tmp/tmpfile:1␤------> �3my $foo = 'bar'; $foo =~�7⏏�5 s߷ar߷az߷; say $foo;�␤»
rakudo-moar d47424: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/tmpfile␤Unsupported use of brackets around replacement; in Perl 6 please use assignment syntax␤at /tmp/tmpfile:1␤------> �3my $foo = 'bar'; $foo ~~ s<<ar>>�7⏏�5<<az>>; print $foo;�␤»
rakudo-moar d47424: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/tmpfile␤Unsupported use of brackets around replacement; in Perl 6 please use assignment syntax␤at /tmp/tmpfile:1␤------> �3my $foo = 'bar'; $foo ~~ s<ar>�7⏏�5<az>; print $foo;�␤»
rakudo-moar 02c791: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/zQTCtvSB5Y␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument␤at /tmp/zQTCtvSB5Y:1␤------> �3say�7⏏�5 for (^5).map: { $_, $_ * 2 }�␤»
rakudo-moar d6430c: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/E56AlQLdXY␤Unsupported use of y///; in Perl 6 please use tr///␤at /tmp/E56AlQLdXY:1␤------> �3y�7⏏�5 @x := [\*] 1..*; say @x[^10]�␤»
rakudo-moar c2a57e: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at /tmp/SyC14Z5Zdx:1␤------> �3say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or …»
rakudo-moar c2a57e: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/hx5Z_PofdC␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument␤at /tmp/hx5Z_PofdC:1␤------> �3say�7⏏�5 ;�␤»
rakudo-moar c2a57e: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/1ERHiVXyz5␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/1ERHiVXyz5:1␤------> �3{:a([:a(1).]�7⏏�5)}.perl.say # this *does* work correctl�␤»
rakudo-moar c2a57e: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/nFGi5hfAZj␤Unsupported use of $] variable; in Perl 6 please use $*PERL.version or $*PERL.compiler.version␤at /tmp/nFGi5hfAZj:1␤------> �3((^10).map: { @[++$]�7⏏�5 = 1 } ).say�␤»
rakudo-moar e60f85: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/k1tiE3K1WW␤Unsupported use of rand(N); in Perl 6 please use N.rand for Num or (^N).pick for Int result␤at /tmp/k1tiE3K1WW:1␤------> �3rand�7⏏�5 10e6 # Also, this Perl5-ism error mess�␤»
rakudo-moar 8bff46: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/5BSxdprgCH␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/5BSxdprgCH:1␤------> �3say 'abcde'.subst/ 'c'(.)�7⏏�5/$0/;�␤»
rakudo-moar d5eabd: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at /tmp/5fUGxfOxUF:1␤------> �3say ''.substr(1); say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an exp…»
rakudo-moar 0d93f2: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/q9kOISTYzj␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/q9kOISTYzj:1␤------> �3my @foo = <a b c>. �7⏏�5say @foo.kv.perl�␤»
rakudo-moar 0f3f80: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/WSSIYzXJuB␤Unsupported use of $#variable; in Perl 6 please use @variable.end␤at /tmp/WSSIYzXJuB:1␤------> �3my $#�7⏏�5x; repeat while $x < 10 { say $x++ }�␤»
rakudo-moar bcc8e2: OUTPUT«�5===�SORRY!�5===�␤Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~␤at /tmp/78rlyweHjj:1␤------> �3token f { 'a'? }; "b" =~�7⏏�5/<f>/;�␤Other potential difficulties:␤ Useless declaration of a has-scoped method in mainlin…»
rakudo-moar 27fc13: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at /tmp/cizDx4J0Hn:1␤------> �3my &say = { print "foo!\n" }; say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, o…»
rakudo-moar 27fc13: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/iI_dY5t6Gb␤Unsupported use of bare "abs"; in Perl 6 please use .abs if you meant $_, or use an explicit invocant or argument␤at /tmp/iI_dY5t6Gb:1␤------> �3do { my sub abs { -42 }; say (abs�7⏏�5) }�␤»
rakudo-moar 198d9e: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/tmpfile␤Unsupported use of C-style "for (;;)" loop; in Perl 6 please use "loop (;;)"␤at /tmp/tmpfile:1␤------> �3for �7⏏�5(my $i=0;i <3;i++){ say "lol\n"}�␤»
rakudo-moar 8a7e9c: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at /tmp/ih2PWknpI1:1␤------> �3say�7⏏�5.WHAT�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or …»
rakudo-moar cbf849: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/aiM1cia_Bt␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/aiM1cia_Bt:1␤------> �3class A {}. �7⏏�5A.frobnicate�␤»
rakudo-moar 1e0847: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/VK5AiGH9tS␤Unsupported use of ? and : for the ternary conditional operator; in Perl 6 please use ?? and !!␤at /tmp/VK5AiGH9tS:1␤------> �3say 1 ?�7⏏�5 "foo" : "bar"�␤»
rakudo-moar c2c8dc: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/ImRkTdX7Nz␤Unsupported use of . to concatenate strings; in Perl 6 please use ~␤at /tmp/ImRkTdX7Nz:1␤------> �3.WHAT . �7⏏�5say # we handle this already differentl�␤»
std 28329a7: OUTPUT«�5===�SORRY!�5===�␤Unsupported use of . to concatenate strings; in Perl 6 please use ~ at /tmp/3hm5exE4Eb line 1:␤------> �3.WHAT . �7⏏�5say�␤Parse failed␤FAILED 00:00 135m␤»
rakudo-moar 5a38b2: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at /tmp/MzvwgzT6Wi:1␤------> �3say�7⏏�5.say :m�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant o…»
rakudo-moar b0bff3: OUTPUT«�5===�SORRY!�5===�␤Argument to "say" seems to be malformed␤at /tmp/nwmbY4Im2R:1␤------> �3say�7⏏�5<EOL>�␤Other potential difficulties:␤ Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or …»
rakudo-moar 752c0c: OUTPUT«�5===�SORRY!�5===� Error while compiling EVAL_0␤Unsupported use of {N,M} as general quantifier; in Perl 6 please use ** N..M (or ** N..*)␤at EVAL_0:1␤------> �3anon regex { ^foo*bar{1}�7⏏�5}�␤»
rakudo-moar 752c0c: OUTPUT«�5===�SORRY!�5===� Error while compiling EVAL_0␤Unsupported use of {N,M} as general quantifier; in Perl 6 please use ** N..M (or ** N..*)␤at EVAL_0:1␤------> �3anon regex { ^foo.*?bar{1}�7⏏�5}�␤»
std 28329a7: OUTPUT«�5===�SORRY!�5===�␤Unsupported use of <>; in Perl 6 please use lines() to read input,␤ or ('') to represent the null string,␤ or () to represent the empty list at /tmp/JbzV0ygVs5 line 1:␤------> �3<�7⏏�5>�␤Parse failed␤FAILED 00:00 134m␤»
rakudo-moar 2b303a: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/4JafY5jtgr␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument␤at /tmp/4JafY5jtgr:1␤------> �3my @xs = 1..10; say�7⏏�5 for @xs�␤»
rakudo-moar 181253: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/TlirmekhIo␤Unsupported use of << to do left shift; in Perl 6 please use +< or ~<␤at /tmp/TlirmekhIo:1␤------> �0342 <<�7⏏�5 43�␤»
rakudo-moar f5d0bc: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/PuqTtPhl3p␤Unsupported use of $# variable; in Perl 6 please use .fmt␤at /tmp/PuqTtPhl3p:1␤------> �030 .. $#�7⏏�5{$data_tree}�␤»
std 28329a7: OUTPUT«�5===�SORRY!�5===�␤Unsupported use of $# variable; in Perl 6 please use .fmt at /tmp/ScfrIKNj2L line 1:␤------> �030 .. $#�7⏏�5{$data_tree}�␤Parse failed␤FAILED 00:00 136m␤»
how does this error make sense?: "Unsupported use of $# variable; in Perl 6 please use .fmt"
rakudo-moar 21f01b: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/pGeEcAvTv9␤Unsupported use of a negative -1 subscript to index from the end; in Perl 6 please use a function such as *-1␤at /tmp/pGeEcAvTv9:1␤------> �3my @l := 1, 2, 3 ... *; say @l[-1]�7⏏�5 # I'm just…»
rakudo-moar 21f01b: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/5xSY7jbvqm␤Unsupported use of a negative -1 subscript to index from the end; in Perl 6 please use a function such as *-1␤at /tmp/5xSY7jbvqm:1␤------> �3say (my @foo)[-1]�7⏏�5<EOL>�␤»
rakudo-moar 9411a7: OUTPUT«�5===�SORRY!�5===�␤Shape declaration is not yet implemented; please use whitespace if you meant a subsignature for unpacking␤at /tmp/lw_ieHh0vp:1␤------> �3my sub foo (@a�7⏏�5[$,$]) {}�␤Unsupported use of $] variable; in Perl 6 please use $*PERL.…»
rakudo-moar 699f9b: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/baCwmRBmS8␤Unsupported use of rand(N); in Perl 6 please use N.rand for Num or (^N).pick for Int result␤at /tmp/baCwmRBmS8:1␤------> �3say int(rand�7⏏�5(10))�␤»
std 28329a7: OUTPUT«Potential difficulties:␤ Unsupported use of .= as append operator; in Perl 6 please use ~= at /tmp/5Lxqh8cU0k line 1:␤------> �3my @array = 1..10; @array .=�7⏏�5 [^5]; say @array�␤ok 00:01 140m␤»
rakudo-moar 775984: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/A4GNzdOhWh␤Unsupported use of $/ variable; in Perl 6 please use the filehandle's .nl attribute␤at /tmp/A4GNzdOhWh:1␤------> �3$/�7⏏�5 = '.'�␤»
rakudo-moar 775984: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/Ans6pJ33eP␤Unsupported use of $/ variable; in Perl 6 please use the filehandle's .nl attribute␤at /tmp/Ans6pJ33eP:1␤------> �3$/�7⏏�5 = "foo";�␤»
std 28329a7: OUTPUT«�5===�SORRY!�5===�␤Unsupported use of $/ variable as input record separator; in Perl 6 please use the filehandle's :irs attribute at /tmp/FD15umwtY3 line 1:␤------> �3$/�7⏏�5=split ".",get;say ($0+($1+$2/(9 x$2.cha�␤Parse failed␤FAILED 00:00 134m␤»
rakudo-moar 19f4bc: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/JoH2BiBf5O␤Unsupported use of bare "say"; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument␤at /tmp/JoH2BiBf5O:1␤------> �3say�7⏏�5 for (('' xx 2, 'Fizz') xx * Z~ ('' xx…»
rakudo-moar 07cea9: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/tVSBrjPKp5␤Unsupported use of $^O variable; in Perl 6 please use $?DISTRO.name or $*DISTRO.name␤at /tmp/tVSBrjPKp5:1␤------> �3say $^O�7⏏�5<EOL>�␤»
rakudo-moar a99a57: OUTPUT«�5===�SORRY!�5===�␤No valid term seen where one is required␤at /tmp/dg63mxWSAg:1␤------> �3say�7⏏�5<EOL>�␤ expecting any of:␤ argument list␤Other potential difficulties:␤ Unsupported use of bare 'say'; in Perl 6 please use .say…»
rakudo-moar 2247ea: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/QehO49Qmnm␤Unsupported use of $\ variable; in Perl 6 please use the filehandle's .nl attribute␤at /tmp/QehO49Qmnm:1␤------> �3$\�7⏏�5 = "+"�␤»
rakudo-moar 2247ea: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/jQ9bZRgdVJ␤Unsupported use of $\ variable; in Perl 6 please use the filehandle's .nl attribute␤at /tmp/jQ9bZRgdVJ:1␤------> �3say $\�7⏏�5 = "+"�␤»
std 28329a7: OUTPUT«�5===�SORRY!�5===�␤Unsupported use of $/ variable as input record separator; in Perl 6 please use the filehandle's :irs attribute at /tmp/T07D43Q15w line 1:␤------> �3$/�7⏏�5 = '+'�␤Parse failed␤FAILED 00:00 134m␤»
rakudo-moar 67a75c: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/8heIuDchb5␤Unsupported use of $] variable; in Perl 6 please use $*PERL_VERSION␤at /tmp/8heIuDchb5:1␤------> �3$]�7⏏�5<EOL>�␤»
rakudo-moar 67a75c: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/7dHEmEpx71␤Unsupported use of $^V variable; in Perl 6 please use $*PERL_VERSION␤at /tmp/7dHEmEpx71:1␤------> �3say $^V�7⏏�5<EOL>�␤»
rakudo-moar 67a75c: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/2ZOsyAHUNY␤Unsupported use of ${^PERL_VERSION}; in Perl 6 please use $(^PERL_VERSION)␤at /tmp/2ZOsyAHUNY:1␤------> �3say ${^PERL_VERSION}�7⏏�5<EOL>�␤»
rakudo-moar 11ae56: OUTPUT«�5===�SORRY!�5===�␤No valid term seen where one is required␤at /tmp/yXJhVe0ixc:1␤------> �3say�7⏏�5.say�␤ expecting any of:␤ argument list␤Other potential difficulties:␤ Unsupported use of bare 'say'; in Perl 6 please use .say …»
rakudo-moar 11ae56: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/dxyJftnN55␤Unsupported use of &{{{$fn}; in Perl 6 please use &({{$fn)␤at /tmp/dxyJftnN55:1␤------> �3x:<< |> >>($val, $fn) { quasi { &{{{$fn}�7⏏�5}}({{{$val}}})) }; say ('a' |> trim |> l�␤»
rakudo-moar 11ae56: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/jMOMymWM9P␤Unsupported use of &{{{$fn}; in Perl 6 please use &({{$fn)␤at /tmp/jMOMymWM9P:1␤------> �3:<< |> >>($val, $fn) { quasi { (&{{{$fn}�7⏏�5}})({{{$val}}})) }; say ('a' |> trim |> �␤»
rakudo-moar 4659f3: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/6hZOITsTiK␤Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument␤at /tmp/6hZOITsTiK:1␤------> �3say �7⏏�5”foo“�␤ expecting any of:␤…»
std efd2de0: OUTPUT«�5===�SORRY!�5===�␤Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/da4WBZWPFz line 1:␤------> �3say�7⏏�5 ”foo“�␤Confused at /tmp/da4WBZWPFz line 1:␤------> �3say �7⏏�5”foo…»
rakudo-moar 546000: OUTPUT«�5===�SORRY!�5===�␤No valid term seen where one is required␤at /tmp/QOg0H5T28K:1␤------> �3say�7⏏�5;�␤ expecting any of:␤ argument list␤Other potential difficulties:␤ Unsupported use of bare 'say'; in Perl 6 please use .say if …»
rakudo-moar 9fc66c: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/Bws6clvjlU␤Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument␤at /tmp/Bws6clvjlU:1␤------> �3say �7⏏�5if defined &foo { say 'yep' }�␤ …»
rakudo-moar 114659: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/ZNCJQb65Pf␤Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument␤at /tmp/ZNCJQb65Pf:1␤------> �3say �7⏏�5“000111000".substr(*-4)�␤ expe…»
rakudo-moar 114659: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/AaybrItOXG␤Unsupported use of bare 'sqrt'; in Perl 6 please use .sqrt if you meant $_, or use an explicit invocant or argument␤at /tmp/AaybrItOXG:1␤------> �3use soft; my &foo = sqrt�7⏏�5.wrap(-> $n { s…»
rakudo-moar 114659: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/_FsjeJV8Qw␤Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument␤at /tmp/_FsjeJV8Qw:1␤------> �3say 1, 2, 3 ...�7⏏�5<EOL>�␤ expecting any…»
rakudo-moar 05f639: OUTPUT«�5===�SORRY!�5===� Error while compiling /tmp/EnhgVsTHHK␤Unsupported use of $\ variable; in Perl 6 please use the filehandle's .ors attribute␤at /tmp/EnhgVsTHHK:1␤------> �3say $\�7⏏�5 ;�␤»
rakudo-moar 5ba2c8: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/9tOrR4EV5a�Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block�at /tmp/9tOrR4EV5a:1�------> �[32m'a'->�[33m��[31m2�[0m…»
rakudo-moar f53a94: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/Ep063anGcN�Unsupported use of rand(N); in Perl 6 please use N.rand for Num or (^N).pick for Int result�at /tmp/Ep063anGcN:1�------> �[32mrand�[33m��[31m(42)�[0m�»
rakudo-moar f53a94: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/cMl2ElW3SD�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument�at /tmp/cMl2ElW3SD:1�------> �[32msay �[33m��[31m“110�.Int�[0…»
rakudo-moar f53a94: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/UCOBCmOaKf�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument�at /tmp/UCOBCmOaKf:1�------> �[32msay �[33m��[31m“110�.Real�[…»
rakudo-moar f73c3f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/V3Vg5A3l0s�Unsupported use of rand(N); in Perl 6 please use N.rand or (1..N).pick�at /tmp/V3Vg5A3l0s:1�------> �[32msay rand�[33m��[31m 42�[0m�»
rakudo-moar d9f58f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/17n7ywQSIV�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument�at /tmp/17n7ywQSIV:1�------> �[32msay �[33m��[31m“foo�.subst(…»
rakudo-moar c453cd: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/ce82xYT8pZ�Unsupported use of . to concatenate strings; in Perl 6 please use ~�at /tmp/ce82xYT8pZ:1�------> �[32mmy \n = 5; say n, 2*n, 3* n ^... �[33m��[31m* >= 70 # also nice�[0m�»
std f9b7f55: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at /tmp/apDhJvVYAG line 1:�------> �[32mmy $x; $x =~�[33m��[31m "foo"�[0m�Parse failed�FAILED 00:00 136m�»
rakudo-moar e80490: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/BLnLp4wLUu�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument�at /tmp/BLnLp4wLUu:1�------> �[32mBool { b() }; sub b returns Str {…»
rakudo-moar 6e182d: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/0sSacchkfa�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument�at /tmp/0sSacchkfa:1�------> �[32msay say�[33m��[31m.WHAT�[0m� …»
rakudo-moar 166cd3: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/nYR46T6RP9�Unsupported use of undef as a value; in Perl 6 please use something more specific:� an undefined type object such as Any or Int,� :!defined as a matcher,� Any:U as a type constrai…»
rakudo-moar 243c16: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/Plo_TazU_J�Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block�at /tmp/Plo_TazU_J:1�------> �[32msay 42->�[33m��[31mInt …»
rakudo-moar f12020: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/Eod2xKzdcT�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument�at /tmp/Eod2xKzdcT:1�------> �[32m'a' ==> say�[33m��[31m<EOL>�[0m…»
std f9b7f55: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/AWH6U6dwVw line 1:�------> �[32m'a' ==> say�[33m��[31m<EOL>�[0m�Check failed�FAILED 00:00 134m�»
rakudo-moar 7d29f4: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/rWV3Ftl3s8�Unsupported use of a negative -1 subscript to index from the end; in Perl 6 please use a function such as *-1�at /tmp/rWV3Ftl3s8:1�------> �[32mmy $a; ($,$a)[-1]�[33m��[31m = 42�[…»
rakudo-moar 389326: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/xXEOxdv6nA�Unsupported use of a negative -1 subscript to index from the end; in Perl 6 please use a function such as *-1�at /tmp/xXEOxdv6nA:1�------> �[32msay (1,2,3,4.5)[-1]�[33m��[31m<EOL>…»
rakudo-moar 389326: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/4G6lTlWbXZ�Unsupported use of a negative -1 subscript to index from the end; in Perl 6 please use a function such as *-1�at /tmp/4G6lTlWbXZ:1�------> �[32mmy $a = (1,2,3,4.5); say $a[-1]�[33m…»
std f9b7f55: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $. variable; in Perl 6 please use the filehandle's .line method at /tmp/HLmaPIZ9px line 1:�------> �[32m/$.�[33m��[31m /�[0m�Parse failed�FAILED 00:00 136m�»
std f9b7f55: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $. variable; in Perl 6 please use the filehandle's .line method at /tmp/59FIRAS8qy line 1:�------> �[32m$.�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:00 134m�»
rakudo-moar 13d9af: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/sL_TNzIL0W�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument�at /tmp/sL_TNzIL0W:1�------> �[32msay�[33m��[31m; 3;�[0m� ex…»
rakudo-moar c5dcdf: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/FUekCcopnB�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument�at /tmp/FUekCcopnB:1�------> �[32m { "foo" }; method gist { "bar" }…»
rakudo-moar c5dcdf: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/09Gzp1T3fm�Unsupported use of y///; in Perl 6 please use tr///�at /tmp/09Gzp1T3fm:1�------> �[32m; has Rat $.y;}; my $p = Point.new(x=2,y�[33m��[31m=3)�[0m�»
rakudo-moar 80b912: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/r11s7GwFDn�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument�at /tmp/r11s7GwFDn:1�------> �[32msub if { 42 }; say �[33m��[31mi…»
rakudo-moar 8e5c5e: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/DMzthByVoa�Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block�at /tmp/DMzthByVoa:1�------> �[32m<"->">>($a, $b) { $a."$b"…»
rakudo-moar 8e5c5e: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/QCMAJF8dWz�Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block�at /tmp/QCMAJF8dWz:1�------> �[32m"->>">>($a, $b) { $a."$b"…»
rakudo-moar 8e5c5e: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/folc1zP8PU�Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block�at /tmp/folc1zP8PU:1�------> �[32m< -> >>($a, $b) { $a."$b"…»
rakudo-moar 8e5c5e: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/zyW0EokQNr�Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block�at /tmp/zyW0EokQNr:1�------> �[32mx:«->>»($a, $b) { $a."$…»
rakudo-moar d6d08d: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/2KrfoQFa6a�Unsupported use of qr for regex quoting; in Perl 6 please use rx//�at /tmp/2KrfoQFa6a:1�------> �[32mqr�[33m��[31m/ hi /�[0m�»
but i get now: Unsupported use of - as character range; in Perl 6 please use .. at line 4, near "]>?) $/ or"
rakudo-moar 6345f4: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/px7eMn0I9J�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument�at /tmp/px7eMn0I9J:1�------> �[32msay "AbCd" ~~ mi/abcd/�[33m��[3…»
rakudo-moar da7ff7: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/tsyzSbmFd5�Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block�at /tmp/tsyzSbmFd5:1�------> �[32m^10->�[33m��[31mfoo; #…»
rakudo-moar da7ff7: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/q08jdEfK0S�Unsupported use of . to concatenate strings; in Perl 6 please use ~�at /tmp/q08jdEfK0S:1�------> �[32msay 42 . �[33m��[31mfoo�[0m�»
rakudo-moar 6edc31: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument�at /tmp/GN33KlInSf:1�------> �[32msay <1 2 3 4 5 10>.max [+]�[33m��[31m<EOL>�[0m� expecting any of…»
rakudo-moar 91d899: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/NN10TlfS1m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument�at /tmp/NN10TlfS1m:1�------> �[32msay�[33m��[31m; # I just wanted…»
rakudo-moar 91d899: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/v9grIzbKX0�Undeclared routine:� new used at line 1 (in Perl 6 please use method call syntax instead)��»
rakudo-moar 91d899: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/JGP6IKSvNr�Undeclared routine:� new used at line 1 (in Perl 6 please use method call syntax instead)��»
rakudo-moar 91d899: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/rZptIGSoZ6�Unsupported use of rand(N); in Perl 6 please use N.rand or (1..N).pick�at /tmp/rZptIGSoZ6:1�------> �[32mrand�[33m��[31m(1); # (1..N) should probably be (0..^N)�[0m�»
rakudo-moar 2bda62: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/cqe79AvL4Y�Unsupported use of bare 'lcfirst'; in Perl 6 please use .lcfirst if you meant $_, or use an explicit invocant or argument�at /tmp/cqe79AvL4Y:1�------> �[32mlcfirst # LTA since there…»
rakudo-moar 3bbf7b: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/bBxgxFX92f�Unsupported use of - as character range; in Perl 6 please use .. for range, for explicit - in character class, escape it or place it as the first or last thing�at /tmp/bBxgxFX92f:1�…»
rakudo-moar 93c2b4: OUTPUT«Unhandled exception: Unsupported use of [-1] subscript to access from end of Parcel; in Perl 6 please use [*-1]␤ at <unknown>:1 (/home/camelia/rakudo-inst-2/languages/perl6/runtime/CORE.setting.moarvm:throw:4294967295)␤ from src/gen/m-CORE.setting:1…»
rakudo-moar 93c2b4: OUTPUT«Unsupported use of [-1] subscript to access from end of Parcel; in Perl 6 please use [*-1]␤ in method gist at src/gen/m-CORE.setting:13804␤ in sub say at src/gen/m-CORE.setting:16535␤ in block <unit> at /tmp/lptxgA2NtO:1␤␤»
rakudo-moar 93c2b4: OUTPUT«Unsupported use of [-3] subscript to access from end of Parcel; in Perl 6 please use [*-3]␤ in method gist at src/gen/m-CORE.setting:13804␤ in sub say at src/gen/m-CORE.setting:16535␤ in block <unit> at /tmp/msNYi9U0xN:1␤␤»
«Useless use of reverse on hash ... to invert a hash; in Perl 6 please use invert␤
rakudo-moar 93c2b4: OUTPUT«Unsupported use of [-1] subscript to access from end of Array; in Perl 6 please use [*-1]␤ in method gist at src/gen/m-CORE.setting:13804␤ in sub say at src/gen/m-CORE.setting:16535␤ in block <unit> at /tmp/8TmC83f_h9:1␤␤»
std 76ccee1: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of [-1] subscript to access from end of array; in Perl 6 please use [*-1] at /tmp/IixH2BAjik line 1:�------> �[32msub foo { @_[-1]�[33m��[31m }�[0m�Parse failed�FAILED 00:00 140m�»
std 76ccee1: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of [-2] subscript to access from end of array; in Perl 6 please use [*-2] at /tmp/NueXthJ1SE line 1:�------> �[32msub foo { @_[-2]�[33m��[31m }�[0m�Parse failed�FAILED 00:00 140m�»
rakudo-moar 10aa8b: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/0APWFlNlUY�Unsupported use of a negative -1 subscript to index from the end; in Perl 6 please use a function such as *-1�at /tmp/0APWFlNlUY:1�------> �[32msub foo { @_[-1]�[33m��[31m }�[0m�»
rakudo-moar 10aa8b: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/iHQlCnqvir�Unsupported use of a negative -5 subscript to index from the end; in Perl 6 please use a function such as *-5�at /tmp/iHQlCnqvir:1�------> �[32msay (1,2,3)[-5]�[33m��[31m<EOL>�[0m�»
rakudo-moar 10aa8b: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/eTTf1nkK5C�Unsupported use of a negative -20 subscript to index from the end; in Perl 6 please use a function such as *-20�at /tmp/eTTf1nkK5C:1�------> �[32mmy @a; say @a[ 10 .. -20 ]�[33m��…»
rakudo-moar f2ffb9: OUTPUT«Unsupported use of [-4] subscript to access from end of Array; in Perl 6 please use [*-4]␤ in method gist at src/gen/m-CORE.setting:13756␤ in sub say at src/gen/m-CORE.setting:16487␤ in block <unit> at /tmp/rQ1syAe1UW:1␤␤»
rakudo-parrot f2ffb9: OUTPUT«Unsupported use of [-1] subscript to access from end of Parcel; in Perl 6 please use [*-1]␤current instr.: 'throw' pc 476005 (src/gen/p-CORE.setting.pir:197349) (gen/parrot/CORE.setting:12131)␤called from Sub 'sink' pc 519057 (src/gen/p-CORE.setting.…»
rakudo-parrot f2ffb9: OUTPUT«Unsupported use of [-1] subscript to access from end of Parcel; in Perl 6 please use [*-1]␤current instr.: 'throw' pc 476005 (src/gen/p-CORE.setting.pir:197349) (gen/parrot/CORE.setting:12131)␤called from Sub 'sink' pc 519057 (src/gen/p-CORE.setting.…»
..rakudo-moar f2ffb9: OUTPUT«Unhandled exception: Unsupported use of [-1] subscript to access from end of Parcel; in Perl 6 please use [*-1]␤ at <unknown>:1 (/home/camelia/rakudo-inst-1/languages/perl6/runtime/CORE.setting.moarvm:throw:4294967295)␤ from src/gen/m-CORE.setting:1…»
rakudo-moar f2ffb9: OUTPUT«Unsupported use of [-1] subscript to access from end of Parcel; in Perl 6 please use [*-1]␤ in method gist at src/gen/m-CORE.setting:13756␤ in sub say at src/gen/m-CORE.setting:16487␤ in block <unit> at /tmp/ekaRoYodgt:1␤␤»
Unsupported use of [-1] subscript to access from end of Parcel; in Perl 6 please use [*-1]
rakudo-moar 48edaa: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/dyhcaXC2sS�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument�at /tmp/dyhcaXC2sS:1�------> �[32msay�[33m��[31m<EOL>�[0m� e…»
rakudo-moar 48edaa: OUTPUT«Unsupported use of [-1] subscript to access from end of Parcel; in Perl 6 please use [*-1]␤ in method gist at src/gen/m-CORE.setting:13756␤ in sub say at src/gen/m-CORE.setting:16487␤ in block <unit> at /tmp/3Y4PZ09Bdi:1␤␤»
rakudo-moar 48edaa: OUTPUT«Unsupported use of [-1] subscript to access from end of Array; in Perl 6 please use [*-1]␤ in method gist at src/gen/m-CORE.setting:13756␤ in sub say at src/gen/m-CORE.setting:16487␤ in block <unit> at /tmp/kjJyT_NI8F:1␤␤»
rakudo-moar 48edaa: OUTPUT«Unhandled exception: Unsupported use of [-1] subscript to access from end of Array; in Perl 6 please use [*-1]␤ at <unknown>:1 (/home/camelia/rakudo-inst-1/languages/perl6/runtime/CORE.setting.moarvm:throw:4294967295)␤ from src/gen/m-CORE.setting:13…»
rakudo-moar 48edaa: OUTPUT«Unhandled exception: Unsupported use of [-1] subscript to access from end of Array; in Perl 6 please use [*-1]␤ at <unknown>:1 (/home/camelia/rakudo-inst-1/languages/perl6/runtime/CORE.setting.moarvm:throw:4294967295)␤ from src/gen/m-CORE.setting:13…»
rakudo-moar f8f6fe: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/NTSv7h798n�Undeclared routine:� new used at line 1 (in Perl 6 please use method call syntax instead)��»
rakudo-moar 41fe4f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/xTQu6zWjzl�Unsupported use of undef as a value; in Perl 6 please use something more specific:� Any (the "whatever" type object),� an undefined type object such as Int,� :!defined as a matche…»
Unsupported use of /i; in Perl 6 please use :i
rakudo-moar cb1b1c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/3RGHPjSBid�Unsupported use of /i; in Perl 6 please use :i�at /tmp/3RGHPjSBid:1�------> �[32mfoo = ""; $foo ~~ s:g [ \[ | \] ] = '' i�[33m��[31mf $foo.defined�[0m�»
rakudo-moar cb1b1c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/kOi4w6idgX�Unsupported use of /i; in Perl 6 please use :i�at /tmp/kOi4w6idgX:1�------> �[32ms/foo/bar/i�[33m��[31mf 42;�[0m�»
Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block
rakudo-moar f460d7: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/lp46UuR_lM�Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax�at /tmp/lp46UuR_lM:1�------> �[32msay new Set�[33m��[31m(1,2,3); # but only up to a point�[0m�»
Unsupported use of /i; in Perl 6 please use :i
std 14ad63b: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of ?: for the conditional operator; in Perl 6 please use ??!! at /tmp/we07DtER9g line 1:�------> �[32m$_ ?�[33m��[31m 42 : 43; # also, it's not really a pro�[0m�Parse failed�FAILED 00:00 137m�»
rakudo-moar 315ec6: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/le6w812yk9�Unsupported use of ? and : for the ternary conditional operator; in Perl 6 please use ?? and !!�at /tmp/le6w812yk9:1�------> �[32m$_ ?�[33m��[31m 42 : 43; # also, it's not really…»
rakudo-moar 315ec6: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/NjX3PfToru�Undeclared routine:� new used at line 1 (in Perl 6 please use method call syntax instead)��»
std 14ad63b: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/KeCtGV6JoI line 1:�------> �[32m{ say�[33m��[31m } and now�[0m�Check failed�FAILED 00:00 139m�»
rakudo-moar 315ec6: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/Bl8VVOXdaj�Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~�at /tmp/Bl8VVOXdaj:1�------> �[32msay "foo" =~�[33m��[31m /fum/ ?? "matched" !! "nope"�[0m�»
"in Perl 6 please use ~~" rox
I wanted to add a simple message for "reverse" when used on a hash "in Perl 6 please use invert"
rakudo-moar 315ec6: OUTPUT«Unsupported use of [-1] subscript to access from end of Array; in Perl 6 please use [*-1]␤ in block <unit> at /tmp/ePbngOP0Nw:1␤␤»
the error message 'Unsupported use of ?: for the conditional operator; in Perl 6 please use ??!!' could use some polishing
locally: "Unsupported use of do...while; in Perl 6 please use repeat...while or repeat...until"
rakudo-moar 0d1ab2: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/8Cve960vm9�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument�at /tmp/8Cve960vm9:1�------> �[32m +>(**@a) { return @a.flat }; say…»
rakudo-moar 8b3e8c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/DBBmZA7Aii�Unsupported use of . to concatenate strings; in Perl 6 please use ~�at /tmp/DBBmZA7Aii:1�------> �[32mmy $a; ($a) = 1; say $a. �[33m��[31mDUMP�[0m�»
Unsupported use of - as character range; in Perl 6 please use .. for range, for explicit - in character class, escape it or place it as the first or last thing
rakudo-moar 16232f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/YYBM7x696L�Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~�at /tmp/YYBM7x696L:1�------> �[32mmy $x; $x =~�[33m��[31m s{x}{y}�[0m�»
rakudo-moar 16232f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/A449IpNHW4�Unsupported use of brackets around replacement; in Perl 6 please use assignment syntax�at /tmp/A449IpNHW4:1�------> �[32mmy$x="x";$x~~s{x}�[33m��[31m{y};$x.say�[0m� expecting…»
rakudo-moar 85c4c0: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/SBgaMBykC_�Unsupported use of %{Int}; in Perl 6 please use %Int�at /tmp/SBgaMBykC_:1�------> �[32mmy Real %{Int}�[33m��[31m; # testing anonymous typed hashes�[0m�»
rakudo-moar 682e03: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/13kmPhVIms�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument�at /tmp/13kmPhVIms:1�------> �[32mfor ^5 { say �[33m��[31mif 3; C…»
std fc92e1e: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of suffix regex modifiers; in Perl 6 please use prefix adverbs at /tmp/_OOybAugfd line 1:�------> �[32ms|||a||b�[33m��[31m||c||�[0m�Parse failed�FAILED 00:01 139m�»
std fc92e1e: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at /tmp/LgyEzyN77u line 1:�------> �[32m2 =~�[33m��[31m 2�[0m�Parse failed�FAILED 00:01 139m�»
rakudo-moar 897076: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/yXio7wZLVd�Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~�at /tmp/yXio7wZLVd:1�------> �[32m2 =~�[33m��[31m 2�[0m�»
rakudo-moar 9d2cfa: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/nJj0xtHie4�Unsupported use of ${a => 42, b => 1 }; in Perl 6 please use $(a => 42, b => 1 )�at /tmp/nJj0xtHie4:1�------> �[32mmy @froggss_hash = ${a => 42, b => 1 }�[33m��[31m, ${ a => 3, b …»
rakudo-moar 9d2cfa: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/7OgFEr8m7P�Unsupported use of ${a => 42, b => 1 }; in Perl 6 please use $(a => 42, b => 1 )�at /tmp/7OgFEr8m7P:1�------> �[32m: my @froggss_hash = ${a => 42, b => 1 }�[33m��[31m, ${ a => 3, …»
rakudo-moar 800262: OUTPUT«Unsupported use of [-1] subscript to access from end of Parcel; in Perl 6 please use [*-1]␤ in method gist at src/gen/m-CORE.setting:13496␤ in sub say at src/gen/m-CORE.setting:15106␤ in block <unit> at /tmp/G6LLqQULMJ:1␤␤»
std 53b3ca6: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of curly brackets; in Perl 6 please use square brackets at /tmp/j85PMSfqeL line 1:�------> �[32mEVAL "sub f{"o" x 10000} \{�[33m��[31m \}"; say 'alive';�[0m�Parse failed�FAILED 00:01 123m�»
std 53b3ca6: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of curly brackets; in Perl 6 please use square brackets at /tmp/agAFtEIIhT line 1:�------> �[32mEVAL "sub f{"o" x 1} \{�[33m��[31m \}"; say 'alive';�[0m�Parse failed�FAILED 00:01 123m�»
rakudo-moar ce9507: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/fQzr63j5Ez�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument�at /tmp/fQzr63j5Ez:1�------> �[32m<a b c> ==> map( { "d" }) ==> say…»
rakudo-moar ce9507: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/s5kfXnOs03�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument�at /tmp/s5kfXnOs03:1�------> �[32m<a b c> ==> map({ "d" }) ==> say�…»
rakudo-moar ce9507: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/o_rnHzqEsx�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument�at /tmp/o_rnHzqEsx:1�------> �[32m> ==> map({"d"} ) ==> join(',') …»
rakudo-moar ce9507: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/eqBAs1qZME�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument�at /tmp/eqBAs1qZME:1�------> �[32msay �[33m��[31m: 1,2,3;�[0m� …»
rakudo-moar 9c7b2f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/0Z4PV8kFpU�Unsupported use of $^V variable; in Perl 6 please use $*PERL_VERSION�at /tmp/0Z4PV8kFpU:1�------> �[32m$^V�[33m��[31m<EOL>�[0m�»
std 53b3ca6: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/ijhoS7UHF5 line 1:�------> �[32msay�[33m��[31m<EOL>�[0m�Check failed�FAILED 00:00 120m�»
rakudo-moar f7dc2f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/f0ps5pbgYi�Undeclared routine:� local used at line 1 (in Perl 6 please use temp (or dynamic var) instead)��»
rakudo-{parrot,jvm,moar} 4a7429: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/tmpfile�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument�at /tmp/tmpfile:1�------> �[32msay�[33m��[31m<EOL>�[0m…»
rakudo-moar 4a7429: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/KLb_oIPeQe�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument�at /tmp/KLb_oIPeQe:1�------> �[32msay�[33m��[31m<EOL>�[0m� e…»
niecza v24-109-g48a8de3: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/tmpfile line 1:�------> �[32msay�[33m��[31m for ^3;�[0m��Unhandled exception: Check f…»
..rakudo-{parrot,jvm,moar} 69d705: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/tmpfile�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument�at /tmp/tmpfile:1�------> �[32msay �[33m��[31mfor ^3;�…»
rakudo-moar 83a5f5: OUTPUT«Unsupported use of [-1] subscript to access from end of Foo; in Perl 6 please use [*-1]␤ in method gist at src/gen/m-CORE.setting:13294␤ in sub say at src/gen/m-CORE.setting:14249␤ in block <unit> at /tmp/Xje1UOBXMS:1␤␤»
rakudo-moar 7e6151: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/dS9vvtxoFX�Unsupported use of $, variable; in Perl 6 please use $*OUT.output_field_separator()�at /tmp/dS9vvtxoFX:1�------> �[32msay $,�[33m��[31m=1�[0m�»
Unsupported use of $$ variable; in Perl 6 please use $*PID
rakudo-moar 9a6644: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/Vq8WS12eA1�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument�at /tmp/Vq8WS12eA1:1�------> �[32msay �[33m��[31mif 0 { True }�[…»
rakudo-moar b6b3f5: OUTPUT«Unhandled exception: Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument␤ at <unknown>:1 (/home/p6eval/rakudo-inst-2/languages/perl6/runtime/CORE.setting.moarvm:throw:4294967295)␤ from sr…»
rakudo-moar b6b3f5: OUTPUT«Unhandled exception: Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument␤ at <unknown>:1 (/home/p6eval/rakudo-inst-2/languages/perl6/runtime/CORE.setting.moarvm:throw:4294967295)␤ from sr…»
std 53b3ca6: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/7LcH6qoC9G line 1:�------> �[32msay�[33m��[31m<EOL>�[0m�Check failed�FAILED 00:00 120m�»
rakudo-moar b6b3f5: OUTPUT«Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument␤ in sub eval_exception at lib/Test.pm:319␤ in sub eval_dies_ok at lib/Test.pm:240␤ in sub eval_dies_ok at lib/Test.pm:238␤ in bloc…»
std 53b3ca6: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'print'; in Perl 6 please use .print if you meant $_, or use an explicit invocant or argument at /tmp/q3iLRLpKId line 1:�------> �[32mprint�[33m��[31m<EOL>�[0m�Check failed�FAILED 00:00 120m�»
rakudo-moar 187d75: OUTPUT«Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument␤ in block <unit> at /tmp/rvw2qgoPEO:1␤␤»
rakudo-moar 187d75: OUTPUT«Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument␤ in block <unit> at /tmp/h5PR5W9Fom:1␤␤»
rakudo-moar 187d75: OUTPUT«Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument␤ in block <unit> at /tmp/oNtKmX_AxD:1␤␤»
std 53b3ca6: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/ltWTMfGTPT line 1:�------> �[32msay�[33m��[31m<EOL>�[0m�Check failed�FAILED 00:01 120m�»
TimToady: I get a failure in S32-str/substr-rw.t claiming "Unsupported use of $$ variable; in Perl 6 please use $*PID" over is($$r⏏, "gloop", '$r referent is eq to the sub
std 53b3ca6: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/Ceno6bWhot line 1:�------> �[32msay�[33m��[31m for 1�[0m�Check failed�FAILED 00:01 121m�»
std 53b3ca6: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/gbC6IdRsb7 line 1:�------> �[32msay�[33m��[31m for 1�[0m�Check failed�FAILED 00:01 121m�»
std 53b3ca6: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/kG_B89Ln4H line 1:�------> �[32msub if() { "#foo" }; say�[33m��[31m if;�[0m�Confused at /tmp/kG_B89Ln4…»
std ee1ef48: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $* variable; in Perl 6 please use ^^ and $$ at /tmp/QwSfYuB3md line 1:�------> �[32m'pod' ~~ /'pod' $*�[33m��[31m/ # curious�[0m�Parse failed�FAILED 00:01 126m�»
rakudo-moar 69add2: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/weWmklG0Ld�Unsupported use of $) variable; in Perl 6 please use $*EGID�at /tmp/weWmklG0Ld:1�------> �[32m(1, { $_ + ++(state $)�[33m��[31m } ... *)[^10].say�[0m�»
rakudo-moar 69add2: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/rsGGF90qVR�Unsupported use of $) variable; in Perl 6 please use $*EGID�at /tmp/rsGGF90qVR:1�------> �[32msay $)�[33m��[31m;�[0m�»
std ee1ef48: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/185xjhymzW line 1:�------> �[32msay�[33m��[31m<EOL>�[0m�Check failed�FAILED 00:01 120m�»
std ee1ef48: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/l5n6Qr0hDp line 1:�------> �[32msay�[33m��[31m # that is what rakudo should do�[0m�Check failed�FAIL…»
std ee1ef48: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/Oa_9HF0Zmu line 1:�------> �[32msay�[33m��[31m if $_.is-prime for 1..10�[0m�Check failed�FAILED 00:0…»
std ee1ef48: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $| variable; in Perl 6 please use :autoflush on open at /tmp/3eBu2SbNS1 line 1:�------> �[32m$|�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:00 121m�»
rakudo-moar d7808f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/ibDEw7b6Ax�Unsupported use of $^X variable; in Perl 6 please use $*EXECUTABLE_NAME�at /tmp/ibDEw7b6Ax:1�------> �[32msay { $^X�[33m��[31m }("hi")�[0m�»
rakudo-moar 9062e4: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/bqGQ1jdkKy�Unsupported use of $^X variable; in Perl 6 please use $*EXECUTABLE_NAME�at /tmp/bqGQ1jdkKy:1�------> �[32mEVAL "{ $^X�[33m��[31m }"; CATCH { default { .^name.say } }�[0m�»
rakudo-moar 9062e4: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/ZY6QToC9Hh�Unsupported use of $^X variable; in Perl 6 please use $*EXECUTABLE_NAME�at /tmp/ZY6QToC9Hh:1�------> �[32m{ EVAL "{ $^X�[33m��[31m }"; CATCH { default { .^name.say } } }�[0m�»
rakudo-moar 5d5ec1: OUTPUT«Unhandled exception: Unsupported use of [-Inf] subscript to access from end of Array; in Perl 6 please use [*-Inf]␤ at <unknown>:1 (/home/p6eval/rakudo-inst-2/languages/perl6/runtime/CORE.setting.moarvm:throw:4294967295)␤ from src/gen/m-CORE.setting…»
hehe, "in Perl 6 please use [*-Inf]" :P
rakudo-moar 5d5ec1: OUTPUT«Unsupported use of [-Inf] subscript to access from end of Array; in Perl 6 please use [*-Inf]␤ in method gist at src/gen/m-CORE.setting:12952␤ in sub say at src/gen/m-CORE.setting:13890␤ in block at /tmp/eAPhGTSEue:1␤␤»
std 0f2049c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'print'; in Perl 6 please use .print if you meant $_, or use an explicit invocant or argument at /tmp/Yr5TYwXWlk line 1:�------> �[32mprint�[33m��[31m<EOL>�[0m�Check failed�FAILED 00:00 120m�»
rakudo-moar 35d714: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/HXW7_4aA8D�Unsupported use of $) variable; in Perl 6 please use $*EGID�at /tmp/HXW7_4aA8D:1�------> �[32m(�[33m��[31m$)�[0m� expecting any of:� semicolon list� prefix …»
rakudo-moar 35d714: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/0Vh6i17Cln�Unsupported use of $) variable; in Perl 6 please use $*EGID�at /tmp/0Vh6i17Cln:1�------> �[32mmy $capt = \(�[33m��[31m$)�[0m� expecting any of:� prefix or term� …»
rakudo-moar 35d714: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/1z7y2vd5zN�Unsupported use of $) variable; in Perl 6 please use $*EGID�at /tmp/1z7y2vd5zN:1�------> �[32m method bar { Proxy.new( FETCH => sub($)�[33m��[31m { 1 } ) };�[0m�»
rakudo-moar 35d714: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/NGYqWDNKeB�Unsupported use of $) variable; in Perl 6 please use $*EGID�at /tmp/NGYqWDNKeB:1�------> �[32mmy &foo = ( sub($)�[33m��[31m { 1 } );�[0m�»
rakudo-moar 225b5e: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/lYZuPhCNZk�Unsupported use of $^O variable; in Perl 6 please use $?DISTRO.name or $*DISTRO.name�at /tmp/lYZuPhCNZk:1�------> �[32msay $^O�[33m��[31m<EOL>�[0m�»
rakudo-moar a6e278: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/GU0RIHISkA�Unsupported use of $; variable; in Perl 6 please use real multidimensional hashes�at /tmp/GU0RIHISkA:1�------> �[32msub foo() { my $cur = ++state $;�[33m��[31m return -> { say $cu…»
rakudo-moar a6e278: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/a5zRzKGtfH�Unsupported use of $) variable; in Perl 6 please use $*EGID�at /tmp/a5zRzKGtfH:1�------> �[32msub foo() { my $cur = ++(state $)�[33m��[31m; return -> { say $cur } }; my ($a, $b) �…»
multi sub say () { exception('Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument' }
rakudo-moar c00999: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/lxq7dvGuBg�Unsupported use of . to concatenate strings; in Perl 6 please use ~�at /tmp/lxq7dvGuBg:1�------> �[32m'abc'.trans(/(a)/ => { 'X' . �[33m��[31m$/ . 'Z' } ).say�[0m�»
rakudo-moar c00999: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/lUdurAcfg3�Unsupported use of brackets around replacement; in Perl 6 please use assignment syntax�at /tmp/lUdurAcfg3:1�------> �[32m$_ = '123'; s:g[\d] �[33m��[31m[+]= 1; .say�[0m� expe…»
rakudo-moar 319a78: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/ep0hFjK1tS�Unsupported use of rand(N); in Perl 6 please use N.rand or (1..N).pick�at /tmp/ep0hFjK1tS:1�------> �[32msay rand�[33m��[31m(10)�[0m�»
rakudo-moar 506aae: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/C1KttihNzd�Unsupported use of . to concatenate strings; in Perl 6 please use ~�at /tmp/C1KttihNzd:1�------> �[32mmy @arr='a' xx 5,'b'; say [.]�[33m��[31m @arr;�[0m�»
rakudo-moar 506aae: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/i7sEpaMB86�Unsupported use of $* variable; in Perl 6 please use ^^ and $$�at /tmp/i7sEpaMB86:1�------> �[32mfor lines() { �[33m��[31m$*.ins().say }�[0m� expecting any of:� stat…»
std 0f2049c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of {2} as general quantifier; in Perl 6 please use X**2 at /tmp/Fgfaat7LdP line 1:�------> �[32m"foo" ~~ / o ** {1} .. {2}�[33m��[31m /�[0m�Check failed�FAILED 00:01 125m�»
std 0f2049c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of {2} as general quantifier; in Perl 6 please use X**2 at /tmp/ojvds1qmdX line 1:�------> �[32m"foo" ~~ / o ** {1}..{2}�[33m��[31m /�[0m�Check failed�FAILED 00:01 125m�»
std 0f2049c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/Ni2SJfomnQ line 1:�------> �[32mmy @myArray; for @myArray { say�[33m��[31m }�[0m�Check failed�FAILED…»
rakudo-moar b20535: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/kyucfyE5qS�Unsupported use of &{{{$meth}; in Perl 6 please use &({{$meth)�at /tmp/kyucfyE5qS:1�------> �[32m$meth) { quasi { {{{$obj}}}.$(&{{{$meth}�[33m��[31m}}) } }; say 4 |> sqrt # intere…»
std 0f2049c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $: variable; in Perl 6 please use Form module at /tmp/8dMj_5FHQb line 1:�------> �[32m/ $:�[33m��[31m /�[0m�Parse failed�FAILED 00:00 122m�»
std 0f2049c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $/ variable as input record separator; in Perl 6 please use the filehandle's :irs attribute at /tmp/uXKfc8MvqW line 1:�------> �[32m$/�[33m��[31m = 5;�[0m�Parse failed�FAILED 00:00 121m�»
niecza v24-109-g48a8de3: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of $/ variable as input record separator; in Perl 6 please use the filehandle's :irs attribute at /tmp/Z1QcG0gWbi line 1:�------> �[32m$/�[33m��[31m = 5�[0m��Parse failed��»
std 0f2049c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of - as character range; in Perl 6 please use .. (or \- if you mean a literal hyphen) at /tmp/sH_dDDrD3z line 1:�------> �[32m/ <[a-z�[33m��[31m]> /�[0m�Parse failed�FAILED 00:01 123m�»
rakudo-moar e56d94: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/CzVlhrOtEV�Unsupported use of $) variable; in Perl 6 please use $*EGID�at /tmp/CzVlhrOtEV:1�------> �[32mEND (state $)�[33m��[31m = exit(4); say "foobar"; END say "goodb�[0m�»
niecza v24-109-g48a8de3: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of y///; in Perl 6 please use tr/// at /tmp/PH6Irx8uR4 line 1:�------> �[32my�[33m��[31m/lr/rl/�[0m��Parse failed��»
std 0f2049c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Undeclared routine:� 'qr' used at line 1� (in Perl 6 please use rx instead)�Check failed�FAILED 00:00 121m�»
rakudo-moar b46af8: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/EtYRK57KMR�Unsupported use of <>; in Perl 6 please use lines() to read input, ('') to represent a null string or () to represent an empty list�at /tmp/EtYRK57KMR:1�------> �[32mmy @a = <�[33m…»
rakudo-moar b46af8: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/o2IHxjS3kr�Unsupported use of <>; in Perl 6 please use lines() to read input, ('') to represent a null string or () to represent an empty list�at /tmp/o2IHxjS3kr:1�------> �[32mmy @a = <�[33m…»
rakudo-moar cbce4f: OUTPUT«Unsupported use of [-1] subscript to access from end of Array; in Perl 6 please use [*-1]␤ in block at /tmp/rOhRcucm95:1␤␤»
std 0f2049c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of [-1] subscript to access from end of array; in Perl 6 please use [*-1] at /tmp/3koSe6J_Y0 line 1:�------> �[32mmy @a; @a[-1]�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:01 125m�»
std 0f2049c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of [-2] subscript to access from end of array; in Perl 6 please use [*-2] at /tmp/noOsyUYJ9F line 1:�------> �[32mmy @a; @a[-2]�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:00 125m�»
std 0f2049c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of [-1] subscript to access from end of array; in Perl 6 please use [*-1] at /tmp/l223hmb04y line 1:�------> �[32mmy @a; @a[-1]�[33m��[31m; 1�[0m�Parse failed�FAILED 00:01 125m�»
rakudo-moar cbce4f: OUTPUT«Unhandled exception: Unsupported use of [-1] subscript to access from end of Array; in Perl 6 please use [*-1]␤ at <unknown>:1 (/home/p6eval/rakudo-inst-1/languages/perl6/runtime/CORE.setting.moarvm:throw:4294967295)␤ from src/gen/m-CORE.setting:128…»
std 0f2049c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of undef as a value; in Perl 6 please use something more specific:� an undefined type object such as Any or Int,� :!defined as a matcher,� Any:U as a type constraint,� Nil as the absense of an expected valu…»
std 0f2049c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of [-1] subscript to access from end of array; in Perl 6 please use [*-1] at /tmp/rZBrx32vqz line 1:�------> �[32mmy @a = ^10; say @a[-1]�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:01 126m�»
rakudo-moar 04b2b1: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/4LZnhPWAtl�Unsupported use of $> variable; in Perl 6 please use $*EUID�at /tmp/4LZnhPWAtl:1�------> �[32m<BOL>�[33m��[31m$>�[0m� expecting any of:� statement list� pre…»
.oO( Unsupported use of $, variable; in Perl 6 please use $*OUT.output_field_separator() )
rakudo-moar 61eaba: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/pQdAjeNSBs�Unsupported use of <>; in Perl 6 please use lines() to read input, ('') to represent a null string or () to represent an empty list�at /tmp/pQdAjeNSBs:1�------> �[32msay <a b> (|) <…»
std 0f2049c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of rand(N); in Perl 6 please use N.rand or (1..N).pick at /tmp/VwYAL8c0kw line 1:�------> �[32msub rand (Real $n) { $n.rand }; say rand�[33m��[31m 15�[0m�Parse failed�FAILED 00:01 128m�»
rakudo-moar 6e0ac1: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/uj5DPj5b8p�Unsupported use of $] variable; in Perl 6 please use $*PERL_VERSION�at /tmp/uj5DPj5b8p:1�------> �[32msay [++state$]�[33m��[31m;�[0m�»
rakudo-moar 28d672: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/zLkfHUnCrR�Unsupported use of . to concatenate strings; in Perl 6 please use ~�at /tmp/zLkfHUnCrR:1�------> �[32mgrammar G { method TOP { . �[33m��[31m{ my $s := nqp::findmethod(self, 'orig'…»
rakudo-{parrot,jvm,moar} 28d672: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/tmpfile�Unsupported use of $^O variable; in Perl 6 please use $?DISTRO.name or $*DISTRO.name�at /tmp/tmpfile:1�------> �[32msay $^O�[33m��[31m<EOL>�[0m�»
rakudo-moar 609fb8: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/sok2_qC7wm�Unsupported use of $; variable; in Perl 6 please use real multidimensional hashes�at /tmp/sok2_qC7wm:1�------> �[32mmy $obj = anon Int $;�[33m��[31m $obj++; say $obj�[0m�»
std ec3d853: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $; variable; in Perl 6 please use real multidimensional hashes at /tmp/ZLCQisZTX1 line 1:�------> �[32mmy $;�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:00 121m�»
std ec3d853: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Bogus term at /tmp/mW6AYAYWc3 line 1 (EOF):�------> �[32my/lr/rl/�[33m��[31m<EOL>�[0m�Undeclared routines:� 'lr' used at line 1� 'rl' used at line 1� 'y' used at line 1� (in Perl 6 please use tr instead)�Parse fa…»
std ec3d853: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of . to concatenate strings; in Perl 6 please use ~ at /tmp/fbVw_ekJkM line 1:�------> �[32mmy $var = "concat"; say "string" . �[33m��[31m$var; # Intentionally wrong�[0m�Parse failed�FAILED 00:01 125m�»
rakudo-moar 851811: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/8c6QL8CZD8�Unsupported use of . to concatenate strings; in Perl 6 please use ~�at /tmp/8c6QL8CZD8:1�------> �[32m"foo/bar"); say ($url / "foo" / "bar" . �[33m��[31m"json");�[0m�»
std ec3d853: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of curly brackets; in Perl 6 please use square brackets at /tmp/0BJ8477_Zw line 1:�------> �[32m/ <-cntrl -[ \s \" \% \' \< \> \\ \` \{�[33m��[31m \| \} ]> /; # I've ended up writing thi�[0m�Parse failed�FA…»
rakudo-{parrot,jvm,moar} f5e98b: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/tmpfile�Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block�at /tmp/tmpfile:1�------> �[32muse Test; ok Int->…»
rakudo-moar c382c7: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/2ho0lWJ5oa�Unsupported use of undef as a value; in Perl 6 please use something more specific:� Any (the "whatever" type object),� an undefined type object such as Int,� :!defined as a matche…»
rakudo-moar c382c7: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/8aQ_dmPM2V�Unsupported use of $; variable; in Perl 6 please use real multidimensional hashes�at /tmp/8aQ_dmPM2V:1�------> �[32msub f { state $;�[33m��[31m } # :(�[0m�»
..rakudo-{parrot,moar} 05841b: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/tmpfile�Unsupported use of - as character range; in Perl 6 please use .. for range, for explicit - in character class, escape it or place as last thing�at /tmp/tmpfile:1�------> �[32m…»
std ec3d853: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of undef as a value; in Perl 6 please use something more specific:� an undefined type object such as Any or Int,� :!defined as a matcher,� Any:U as a type constraint,� Nil as the absense of an expected valu…»
std ec3d853: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of - as character range; in Perl 6 please use .. (or \- if you mean a literal hyphen) at /tmp/UahnFFRRet line 1:�------> �[32m/ <[ a..m '-'�[33m��[31m n..z ]> /�[0m�Parse failed�FAILED 00:01 123m�»
rakudo-{parrot,jvm,moar} 1ccc4d: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/tmpfile�Unsupported use of $] variable; in Perl 6 please use $*PERL_VERSION�at /tmp/tmpfile:1�------> �[32msay $]�[33m��[31m;say $*PERL_VERSION;�[0m�»
..niecza v24-109-g48a8de3: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of $] variable; in Perl 6 please use $*PERL_VERSION at /tmp/tmpfile line 1:�------> �[32msay $]�[33m��[31m;say $*PERL_VERSION;�[0m��Parse failed��»
rakudo-moar fd5f8e: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/IaGJXVhR_H�Unsupported use of <>; in Perl 6 please use lines() to read input, ('') to represent a null string or () to represent an empty list�at /tmp/IaGJXVhR_H:1�------> �[32msay <�[33m��[…»
rakudo-moar fd5f8e: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/TsZsXei9Qf�Unsupported use of - as character range; in Perl 6 please use .. for range, for explicit - in character class, escape it or place as last thing�at /tmp/TsZsXei9Qf:1�------> �[32mgra…»
rakudo-moar 12338e: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/UIGLtPKLgZ�Unsupported use of $) variable; in Perl 6 please use $*EGID�at /tmp/UIGLtPKLgZ:1�------> �[32msay (my $)�[33m��[31m ++�[0m�»
rakudo-moar 440739: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/83ZPvhYy8S�Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax�at /tmp/83ZPvhYy8S:1�------> �[32m!'; } }; sub postfix:<< < >>($n) { new A�[33m��[31m(:$n); }; s…»
rakudo-moar 440739: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/DUu5GJMo4b�Unsupported use of rand(N); in Perl 6 please use N.rand or (1..N).pick�at /tmp/DUu5GJMo4b:1�------> �[32mrand�[33m��[31m(42) # https://www.youtube.com/watch?v=x�[0m�»
std ec3d853: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/SM5uA5cdGA line 1:�------> �[32msay�[33m��[31m<EOL>�[0m�Check failed�FAILED 00:00 120m�»
rakudo-moar 1ae0b2: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/CQ92eBnSgq�Unsupported use of $, variable; in Perl 6 please use $*OUT.output_field_separator()�at /tmp/CQ92eBnSgq:1�------> �[32mmy $x; (�[33m��[31m$, $, $x) = 1, 2, 3; say $x�[0m� expe…»
niecza v24-109-g48a8de3: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of $, variable; in Perl 6 please use .join() method at /tmp/5cyqsvCL9F line 1:�------> �[32mmy $x; (anon $,�[33m��[31m anon $, $x) = 1,2,3; say $x�[0m��Parse failed��»
rakudo-moar d2dfb6: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/x2hg380uPi�Unsupported use of $) variable; in Perl 6 please use $*EGID�at /tmp/x2hg380uPi:1�------> �[32msay (anon($)�[33m��[31m { 5 }).()�[0m�»
rakudo-moar 22ca11: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/ky4ojTqGh_�Unsupported use of $) variable; in Perl 6 please use $*EGID�at /tmp/ky4ojTqGh_:1�------> �[32m= ^10; .say for {$(@a.shift xx ++state$)�[33m��[31m}...{@a}�[0m�»
rakudo-moar 22ca11: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/8WFriRN_X2�Unsupported use of $] variable; in Perl 6 please use $*PERL_VERSION�at /tmp/8WFriRN_X2:1�------> �[32m= ^10; .say for {$(@a[^4 »+» 4*++state$]�[33m��[31m )}...{@a}�[0m�»
rakudo-{parrot,jvm,moar} 22fbed: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/tmpfile�Unsupported use of $; variable; in Perl 6 please use real multidimensional hashes�at /tmp/tmpfile:1�------> �[32manon sub { state $;�[33m��[31m }�[0m�»
rakudo-moar 651ed7: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/bbDxs_m36y�Unsupported use of . to concatenate strings; in Perl 6 please use ~�at /tmp/bbDxs_m36y:1�------> �[32mActions.new, *%opt) { callwith($target. �[33m��[31m:$rule, :$actions, |%opt) …»
std e347792: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of - as character range; in Perl 6 please use .. (or \- if you mean a literal hyphen) at /tmp/HkzjQUSA6c line 1:�------> �[32m/<[a-z�[33m��[31m]>/�[0m�Parse failed�FAILED 00:01 123m�»
rakudo-parrot 08f0ad, rakudo-jvm 08f0ad, rakudo-moar 08f0ad: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/tmpfile�Unsupported use of $] variable; in Perl 6 please use $*PERL_VERSION�at /tmp/tmpfile:1�------> �[32msay �[33m��[31m$]�[0m� expecting any …»
..niecza v24-109-g48a8de3: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Non-declarative sigil is missing its name at /tmp/tmpfile line 1:�------> �[32msay �[33m��[31m$]�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or …»
rakudo-parrot 79167a, rakudo-jvm 79167a, rakudo-moar 79167a: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/tmpfile�Unsupported use of $. variable; in Perl 6 please use the filehandle's .line method�at /tmp/tmpfile:1�------> �[32msay �[33m��[31m$.�[0m� …»
rakudo-moar 2991f8: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/wNUdjKoF50�Unsupported use of $; variable; in Perl 6 please use real multidimensional hashes�at /tmp/wNUdjKoF50:1�------> �[32msub a is rw { state $;�[33m��[31m }; a() = 5, 6; say a; # and w…»
std e347792: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $; variable; in Perl 6 please use real multidimensional hashes at /tmp/xfApfTiWy5 line 1:�------> �[32msub a is rw { state $;�[33m��[31m };�[0m�Parse failed�FAILED 00:01 124m�»
rakudo-parrot e50147, rakudo-jvm e50147, rakudo-moar e50147: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/tmpfile�Unsupported use of rand(); in Perl 6 please use rand�at /tmp/tmpfile:1�------> �[32msay rand�[33m��[31m()�[0m�»
rakudo-parrot e50147, rakudo-jvm e50147, rakudo-moar e50147: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/tmpfile�Unsupported use of rand(); in Perl 6 please use rand�at /tmp/tmpfile:1�------> �[32msay rand�[33m��[31m();�[0m�»
rakudo-parrot e50147, rakudo-jvm e50147, rakudo-moar e50147: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/tmpfile�Unsupported use of rand(); in Perl 6 please use rand�at /tmp/tmpfile:1�------> �[32md { "very random!" }; say rand; say rand�[33m��[31m();�[0…»
..niecza v24-109-g48a8de3: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/tmpfile line 1:�------> �[32msay�[33m��[31m ��[0m��Confused at /tmp/tmpfile line 1…»
rakudo-parrot ffa572: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/658dH691Kb�Unsupported use of $) variable; in Perl 6 please use $*EGID�at /tmp/658dH691Kb:1�------> �[32mfor ( 1 .. 2 ) { (state $)�[33m��[31m ^= 42 }�[0m�»
rakudo-parrot 01d16c, rakudo-jvm 01d16c, rakudo-moar 01d16c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/tmpfile�Unsupported use of $^X variable; in Perl 6 please use $*EXECUTABLE_NAME�at /tmp/tmpfile:1�------> �[32msay $^X�[33m��[31m<EOL>�[0m�»
niecza v24-109-g48a8de3: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/tmpfile line 1 (EOF):�------> �[32msay�[33m��[31m<EOL>�[0m��Unhandled exception: Chec…»
std 09dda5b: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/MtI8z98zKE line 1:�------> �[32msay�[33m��[31m<EOL>�[0m�Check failed�FAILED 00:00 120m�»
niecza v24-109-g48a8de3: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/tmpfile line 1:�------> �[32msay�[33m��[31m;�[0m��Unhandled exception: Check failed…»
rakudo-parrot 7c12aa, rakudo-jvm 7c12aa, rakudo-moar 7c12aa: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/tmpfile�Unsupported use of $#variable; in Perl 6 please use @variable.end�at /tmp/tmpfile:1�------> �[32m$#var�[33m��[31m<EOL>�[0m�»
..niecza v24-109-g48a8de3: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of $#var variable; in Perl 6 please use @var.end at /tmp/tmpfile line 1 (EOF):�------> �[32m$#var�[33m��[31m<EOL>�[0m��Parse failed��»
rakudo-moar 299d70: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/_cHikCl3Xj�Unsupported use of $] variable; in Perl 6 please use $*PERL_VERSION�at /tmp/_cHikCl3Xj:1�------> �[32msay �[33m��[31m$]�[0m� expecting any of:� argument list� …»
rakudo-parrot 1bd1ca, rakudo-jvm 1bd1ca, rakudo-moar 1bd1ca: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/tmpfile�Unsupported use of $) variable; in Perl 6 please use $*EGID�at /tmp/tmpfile:1�------> �[32msay sort { ((state $)�[33m��[31m +^= 1) ?? Less !!…»
rakudo-parrot 33c19c, rakudo-jvm 33c19c, rakudo-moar 33c19c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/tmpfile�Unsupported use of $[ variable; in Perl 6 please use user-defined array indices�at /tmp/tmpfile:1�------> �[32m"A" ~~ /(\d)?/; say �[33m��[3…»
niecza v24-109-g48a8de3: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of y///; in Perl 6 please use tr/// at /tmp/tmpfile line 1:�------> �[32my�[33m��[31m/lr/rl/�[0m��Parse failed��»
rakudo-parrot 230a54, rakudo-jvm 230a54, rakudo-moar 230a54: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/tmpfile�Unsupported use of . to concatenate strings; in Perl 6 please use ~�at /tmp/tmpfile:1�------> �[32mqx'find . �[33m��[31m-name *pod';�[0m�»
rakudo-parrot 46234b, rakudo-jvm 46234b, rakudo-moar 46234b: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/tmpfile�Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block�at /tmp/tmpfile:1�---…»
std 09dda5b: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $^A variable; in Perl 6 please use Form module at /tmp/8BTRtB7lCa line 1:�------> �[32m{ $^A �[33m��[31m+ 5 }�[0m�Parse failed�FAILED 00:01 123m�»
std 09dda5b: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $^X variable; in Perl 6 please use $*EXECUTABLE_NAME at /tmp/Rh6dkKIX68 line 1:�------> �[32m{ $^X �[33m��[31m+ 5 }�[0m�Parse failed�FAILED 00:01 123m�»
rakudo-parrot e4e862, rakudo-jvm e4e862, rakudo-moar e4e862: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/tmpfile�Unsupported use of $^A variable; in Perl 6 please use Form module�at /tmp/tmpfile:1�------> �[32m{ $^A�[33m��[31m + 5 }�[0m�»
rakudo-parrot 4a74e7: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/4bv9Q3iiIO�Unsupported use of . to concatenate strings; in Perl 6 please use ~�at /tmp/4bv9Q3iiIO:1�------> �[32mub infix:<.EQ.> ($) { say 'hai' }; .EQ. �[33m��[31m5;�[0m�»
rakudo-parrot dc42ad, rakudo-jvm dc42ad, rakudo-moar dc42ad: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/tmpfile�Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block�at /tmp/tmpfile:1�---…»
rakudo-parrot 1a44ca: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/i5f432KmM2�Unsupported use of $` variable; in Perl 6 please use explicit pattern before <(�at /tmp/i5f432KmM2:1�------> �[32m'abcdef' ~~ /c/; say �[33m��[31m$`�[0m� expecting any of:…»
std 09dda5b: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $'variable; in Perl 6 please use explicit pattern after )> at /tmp/W9f_2P1c5X line 1:�------> �[32m$'�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:01 121m�»
niecza v24-109-g48a8de3: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/tmpfile line 1:�------> �[32msay�[33m��[31m ⟅<a b b c d d>⟆�[0m��Confused at /tmp…»
rakudo-moar 24c544: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/VCJxLeMekg�Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block�at /tmp/VCJxLeMekg:1�------> �[32m{ use v5; say 1->�[33m�…»
rakudo-parrot c8ec1d, rakudo-jvm c8ec1d, rakudo-moar c8ec1d: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/tmpfile�Unsupported use of $[ variable; in Perl 6 please use user-defined array indices�at /tmp/tmpfile:1�------> �[32mmy %foo{Any}; %foo{�[33m��[31m…»
rakudo-jvm 6aa2f1: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/iFZRpVkWCD�Unsupported use of rand(N); in Perl 6 please use N.rand or (1..N).pick�at /tmp/iFZRpVkWCD:1�------> �[32mrand�[33m��[31m 42�[0m�»
..rakudo-parrot 6aa2f1: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/IvFqL8OV8F�Unsupported use of rand(N); in Perl 6 please use N.rand or (1..N).pick�at /tmp/IvFqL8OV8F:1�------> �[32mrand�[33m��[31m 42�[0m�»
..rakudo-moar 6aa2f1: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/lvJbnhHnUi�Unsupported use of rand(N); in Perl 6 please use N.rand or (1..N).pick�at /tmp/lvJbnhHnUi:1�------> �[32mrand�[33m��[31m 42�[0m�»
rakudo-jvm 4f66ce: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/_8CZwy0Onq␤Unsupported use of $, variable; in Perl 6 please use $*OUT.output_field_separator()␤at /tmp/_8CZwy0Onq:1␤------> �[32mmy $a; my $c; ($a, �[33m⏏�[31m$, $c) = 1..3;�[0m␤ expecti…»
..rakudo-parrot 4f66ce: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/ymoaMmnU4Z␤Unsupported use of $, variable; in Perl 6 please use $*OUT.output_field_separator()␤at /tmp/ymoaMmnU4Z:1␤------> �[32mmy $a; my $c; ($a, �[33m⏏�[31m$, $c) = 1..3;�[0m␤ expe…»
rakudo-jvm 174727: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/2OuZIIfaaD�Unsupported use of $, variable; in Perl 6 please use $*OUT.output_field_separator()�at /tmp/2OuZIIfaaD:1�------> �[32m<BOL>�[33m��[31m$,$�[0m� expecting any of:� stat…»
..rakudo-parrot 174727: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/ozfbN9nUTd�Unsupported use of $, variable; in Perl 6 please use $*OUT.output_field_separator()�at /tmp/ozfbN9nUTd:1�------> �[32m<BOL>�[33m��[31m$,$�[0m� expecting any of:� s…»
rakudo-jvm 174727: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/8ygEqOEFYA�Unsupported use of $; variable; in Perl 6 please use real multidimensional hashes�at /tmp/8ygEqOEFYA:1�------> �[32mmy $;�[33m��[31m $,$�[0m�»
..rakudo-parrot 174727: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/3kfJYKrU_1�Unsupported use of $; variable; in Perl 6 please use real multidimensional hashes�at /tmp/3kfJYKrU_1:1�------> �[32mmy $;�[33m��[31m $,$�[0m�»
rakudo-parrot 174727: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/mnjlRPeAkX�Unsupported use of $, variable; in Perl 6 please use $*OUT.output_field_separator()�at /tmp/mnjlRPeAkX:1�------> �[32mmy $ ; �[33m��[31m$,$�[0m� expecting any of:� …»
..rakudo-jvm 174727: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/yPDAjCKc9F�Unsupported use of $, variable; in Perl 6 please use $*OUT.output_field_separator()�at /tmp/yPDAjCKc9F:1�------> �[32mmy $ ; �[33m��[31m$,$�[0m� expecting any of:� sc…»
"Unsupported use of $@ variable as eval error; in Perl 6 please use $!"
which I got via the usefule message: Unsupported use of ${@!bases}; in Perl 6 please use $(@!bases)
std 4731beb: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $/ variable as input record separator; in Perl 6 please use the filehandle's :irs attribute at /tmp/9hCm5oFWyt line 1:�------> �[32m{my $/�[33m��[31m = 'a' ~~ /a/} #rakudobug�[0m�Parse failed�FAILED 00:0…»
rakudo-jvm d72797: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/_5SzF97OsW�Unsupported use of undef as a value; in Perl 6 please use something more specific:� Any (the "whatever" type object),� an undefined type object such as Int,� :!defined as a matcher…»
..rakudo-parrot d72797: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/460_CNAFia�Unsupported use of undef as a value; in Perl 6 please use something more specific:� Any (the "whatever" type object),� an undefined type object such as Int,� :!defined as a matc…»
std 3b262af: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of ?: for the conditional operator; in Perl 6 please use ??!! at /tmp/Rvs1EhdHMH line 1:�------> �[32mmy Int $a = True ?�[33m��[31m 1 : 0;�[0m�Parse failed�FAILED 00:01 124m�»
rakudo-jvm 455fbc: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/rTAD3C9adx�Unsupported use of $> variable; in Perl 6 please use $*EUID�at /tmp/rTAD3C9adx:1�------> �[32m.say < $>�[33m��[31m >�[0m�»
..rakudo-parrot 455fbc: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/_fhYVsyPGL�Unsupported use of $> variable; in Perl 6 please use $*EUID�at /tmp/_fhYVsyPGL:1�------> �[32m.say < $>�[33m��[31m >�[0m�»
rakudo-parrot 262e60: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/yNoXnF3fBy�Unsupported use of $#variable; in Perl 6 please use @variable.end�at /tmp/yNoXnF3fBy:1�------> �[32m$#array�[33m��[31m<EOL>�[0m�»
niecza v24-98-g473bd20: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Non-declarative sigil is missing its name at /tmp/ccAoX742Uj line 1:�------> �[32msub bar($/) { say �[33m��[31m$[0] }; "foo" ~~ /f(o)o/; bar($/)�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say i…»
..rakudo-parrot e5fd34: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/GWSmn2HWdl�Unsupported use of $[ variable; in Perl 6 please use user-defined array indices�at /tmp/GWSmn2HWdl:1�------> �[32msub bar($/) { say �[33m��[31m$[0] }; "foo" ~~ /f(o)o/; bar($/)�…»
..rakudo-jvm e5fd34: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/WRehjrHrni�Unsupported use of $[ variable; in Perl 6 please use user-defined array indices�at /tmp/WRehjrHrni:1�------> �[32msub bar($/) { say �[33m��[31m$[0] }; "foo" ~~ /f(o)o/; bar($/)�[0m…»
std 3b262af: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $[ variable; in Perl 6 please use user-defined array indices at /tmp/VcmUHNpy6P line 1:�------> �[32m$[�[33m��[31m0]�[0m�Parse failed�FAILED 00:01 121m�»
rakudo-jvm 60c8c1: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/MT8lifSOW0�Unsupported use of >> to do right shift; in Perl 6 please use +> or ~>�at /tmp/MT8lifSOW0:1�------> �[32mrand xx 5 >>�[33m��[31m [+] >> say�[0m�»
..rakudo-parrot 60c8c1: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/sD7HpHQiRp�Unsupported use of >> to do right shift; in Perl 6 please use +> or ~>�at /tmp/sD7HpHQiRp:1�------> �[32mrand xx 5 >>�[33m��[31m [+] >> say�[0m�»
..niecza v24-98-g473bd20: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of >> to do right shift; in Perl 6 please use +> or ~> at /tmp/quxDHoTkgA line 1:�------> �[32mrand xx 5 >>�[33m��[31m [+] >> say�[0m��Unsupported use of >> to do right shift; in Perl 6 please…»
rakudo-parrot b11094: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/Ht5lGp2Qus�Unsupported use of . to concatenate strings; in Perl 6 please use ~�at /tmp/Ht5lGp2Qus:1�------> �[32m"█████████████████████████…»
..rakudo-jvm b11094: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/M32O1OkmYu�Unsupported use of . to concatenate strings; in Perl 6 please use ~�at /tmp/M32O1OkmYu:1�------> �[32m"██████████████████████████…»
..rakudo-parrot d9e79f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/2jO09VzhKa�Unsupported use of . to concatenate strings; in Perl 6 please use ~�at /tmp/2jO09VzhKa:1�------> �[32m return $lhs...$rhs } }; say $_ for 1 . �[33m��[31m5; say $_ for 5 . 1; # :…»
rakudo-parrot 995207: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/Nc2lgUDHLa�Unsupported use of $\ variable; in Perl 6 please use the filehandle's :ors attribute�at /tmp/Nc2lgUDHLa:1�------> �[32mprint $\�[33m��[31m x 1_000_000�[0m�»
Unsupported use of brackets around replacement; in Perl 6 please use assignment syntax
std 082981d: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of suffix regex modifiers; in Perl 6 please use prefix adverbs at /tmp/OSuxjd9E8l line 1:�------> �[32ms|||a||b�[33m��[31m||c||�[0m�Parse failed�FAILED 00:01 121m�»
rakudo 455467: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/Q44T_qldjL�Unsupported use of - as character range; in Perl 6 please use .. for range, for explicit - in character class, escape it or place as last thing�at /tmp/Q44T_qldjL:1�------> �[32m~ $b }; …»
std a0bcfb1: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/00UJWerwM_ line 1:�------> �[32msay�[33m��[31m `echo hello`�[0m�Confused at /tmp/00UJWerwM_ line 1:�…»
rakudo e22ac2: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/3C0qoFXzHo�Unsupported use of . to concatenate strings; in Perl 6 please use ~�at /tmp/3C0qoFXzHo:1�------> �[32mstr = "I love books, and they love me". �[33m��[31m$str ~~ s:2nd/love/hate/; say $…»
std a0bcfb1: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of suffix regex modifiers; in Perl 6 please use prefix adverbs at /tmp/g3ZjTpWvQY line 1:�------> �[32m/ abc /xms�[33m��[31m<EOL>�[0m�Other potential difficulties:� Unsupported use of /m; in Perl 6 please …»
niecza v24-98-g473bd20: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of \b as word boundary; in Perl 6 please use <?wb> (or either of « or ») at /tmp/7RgMVtR2BZ line 1:�------> �[32msay "elephant" ~~ / \b�[33m��[31m elephant \b /�[0m��Parse failed��»
std a0bcfb1: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/1IcZTrCCr2 line 1:�------> �[32m.WHAT..say�[33m��[31m for my @�[0m�Check failed�FAILED 00:01 124m�»
Unsupported use of - as character range; in Perl 6 please use .. for range, for explicit - in character class, escape it or place as last thing at line 29, near "> $m { %ex"
rakudo d7e5e1: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/D7qsAtfUSo�Unsupported use of <>; in Perl 6 please use lines() to read input, ('') to represent a null string or () to represent an empty list�at /tmp/D7qsAtfUSo:1�------> �[32mmy @a = <�[33m��[3…»
niecza v24-95-ga6d4c5f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at /tmp/A0VDhzM5Hz line 1:�------> �[32m$_ = 'fortnight'; $_ =~�[33m��[31m s/^/micro/; .say;�[0m��Parse failed��»
..rakudo 61580f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/XM9g02xuRa�Unsupported use of $) variable; in Perl 6 please use $*EGID�at /tmp/XM9g02xuRa:1�------> �[32mconstant @fact = 1, * * ++(my $)�[33m��[31m ... *; say @fact[5]�[0m�»
std 4cde04e: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of - as character range; in Perl 6 please use .. (or \- if you mean a literal hyphen) at /tmp/VNadi2IRt0 line 1:�------> �[32m/<[a-b�[33m��[31m]>/�[0m�Parse failed�FAILED 00:00 42m�»
std 4cde04e: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of - as character range; in Perl 6 please use .. (or \- if you mean a literal hyphen) at /tmp/A4_dI3K3Ek line 1:�------> �[32m/<[ x - y�[33m��[31m ]>/�[0m�Parse failed�FAILED 00:00 42m�»
rakudo d3c8d5: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/a2YUafY9GD�Unsupported use of do...for; in Perl 6 please use repeat...while or repeat...until�at /tmp/a2YUafY9GD:1�------> �[32mdo { say $_ } for 1..5�[33m��[31m<EOL>�[0m� expecting any of:� po…»
..niecza v24-95-ga6d4c5f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of do...for; in Perl 6 please use repeat...for at /tmp/MLOuxbmeDY line 1 (EOF):�------> �[32mdo { say $_ } for 1..5�[33m��[31m<EOL>�[0m��Parse failed��»
niecza v24-95-ga6d4c5f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/N08o7EIFgO line 1:�------> �[32msay�[33m��[31m '\'�[0m��Confused at /tmp/N08o7EIFgO line 1:�------…»
rakudo f86a1a: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/InmL1g64EY�Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~�at /tmp/InmL1g64EY:1�------> �[32m}; my LyingStr $str .= new; say "abc" =~�[33m��[31m / $str /�[0m�»
rakudo f86a1a: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/FNBKwaANDF�Unsupported use of ${{{$variable}; in Perl 6 please use $({{$variable)�at /tmp/FNBKwaANDF:1�------> �[32m($variable) { quasi { our ${{{$variable}�[33m��[31m}} } }�[0m�»
niecza v24-95-ga6d4c5f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/TXr9UA0tZn line 1:�------> �[32msay�[33m��[31m "{27371*.8-21697}�[0m��Confused at /tmp/TXr9UA0tZn line…
std 27326bc: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block at /tmp/fuGNoL_DCZ line 1:�------> �[32mmy $n = 1; my $p = 2; say "$n->�[33m��[31m$p"�[0m�Parse failed�FAILED 00:0…
std 27326bc: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $| variable; in Perl 6 please use :autoflush on open at /tmp/tmEXcDUo0p line 1:�------> �[32m$|�[33m��[31m++�[0m�Parse failed�FAILED 00:00 41m�»
std 27326bc: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/f1OcXkJfim line 1:�------> �[32mmy int$num=42;my Str$str=~$num;say�[33m��[31m$str�[0m�Two terms in a row (listop w…
std 27326bc: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at /tmp/D9Hukln_ut line 1:�------> �[32mmy int$num=42;my Str$str;$str=~�[33m��[31m$num;say $str�[0m�Parse failed�FAILED 00:00 43m�»
std 27326bc: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at /tmp/qTZiBQHo9Y line 1:�------> �[32mmy $val = "abc"; $val =~�[33m��[31m= /def/�[0m�Parse failed�FAILED 00:00 43m�»
rakudo 38a0f9: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/_Dm6r538tu�Unsupported use of . to concatenate strings; in Perl 6 please use ~�at /tmp/_Dm6r538tu:1�------> �[32m.:�[33m��[31m<++>�[0m�»
rakudo 38a0f9: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/BuInZymics�Unsupported use of . to concatenate strings; in Perl 6 please use ~�at /tmp/BuInZymics:1�------> �[32m$_.:�[33m��[31m<++>�[0m�»
rakudo efc4ef: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/SdemB7xier�Unsupported use of ?: for the conditional operator; in Perl 6 please use ??!!�at /tmp/SdemB7xier:1�------> �[32msay.WHAT?�[33m��[31m 'no':'he di-int';�[0m�»
std 06636e4: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/laASFVzzuk line 1:�------> �[32mr: say�[33m��[31m.WHAT?? 'no' !! 'he di-int';�[0m�Check failed�FAILED 00:00 42m�»…
Unsupported use of %! variable; in Perl 6 please use your time to implement this in Perl6
rakudo e9e99b: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/B6pQTU0gFF�Unsupported use of $) variable; in Perl 6 please use $*EGID�at /tmp/B6pQTU0gFF:1�------> �[32m('aa'...'zz').grep({ ++(state $)�[33m��[31m %% 5 })[^10].say�[0m�»
rakudo 398fd0: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/3r0d7AlLtz�Unsupported use of . to concatenate strings; in Perl 6 please use ~�at /tmp/3r0d7AlLtz:1�------> �[32muse v5; say "foo" . �[33m��[31m"bar";�[0m�»
rakudo 398fd0: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/tlLXMzSCu1�Unsupported use of . to concatenate strings; in Perl 6 please use ~�at /tmp/tlLXMzSCu1:1�------> �[32m{ use v5; say "foo" . �[33m��[31m"bar; }�[0m�»
std 06636e4: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $^N variable; in Perl 6 please use $/[*-1] at /tmp/TY1D63p4b0 line 1:�------> �[32m/ $^N �[33m��[31m/�[0m�Parse failed�FAILED 00:00 42m�»
std 06636e4: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $^N variable; in Perl 6 please use $/[*-1] at /tmp/nRsKMy8Pzf line 1:�------> �[32msub a { say $^N �[33m��[31m}; a("foo")�[0m�Parse failed�FAILED 00:00 43m�»
Unsupported use of $" variable; in Perl 6 please use .join() method
std 06636e4: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $/ variable as input record separator; in Perl 6 please use the filehandle's :irs attribute at /tmp/jYCxINWN1p line 1:�------> �[32m$/�[33m��[31m = "\n";�[0m�Parse failed�FAILED 00:00 41m�»
Unsupported use of $^X variable; in Perl 6 please use $*EXECUTABLE_NAME
std 06636e4: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $^X variable; in Perl 6 please use $*EXECUTABLE_NAME at /tmp/iQS4nIgiEM line 1:�------> �[32m{ say $^X �[33m��[31m}("foo")�[0m�Parse failed�FAILED 00:00 43m�»
std 06636e4: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $* variable; in Perl 6 please use ^^ and $$ at /tmp/2NKdtmhzVo line 1:�------> �[32mmy $*�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:00 41m�»
std 06636e4: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $* variable; in Perl 6 please use ^^ and $$ at /tmp/vZHO0HrSw2 line 1:�------> �[32msay $*�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:00 42m�»
std 06636e4: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $" variable; in Perl 6 please use .join() method at /tmp/hw_Gmzy3Dy line 1:�------> �[32msay $"�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:00 42m�»
Unsupported use of $" variable; in Perl 6 please use .join() method
rakudo 47d2d7: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/ZXvkiYCLjk�Unsupported use of ${x}; in Perl 6 please use {$x}�at /tmp/ZXvkiYCLjk:1�------> �[32m <masak moritz rebase> -> $x { say "${x}�[33m��[31m++" }�[0m�»
rakudo ade8bc: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/YllCqdlX_F�Unsupported use of undef as a value; in Perl 6 please use something more specific:� Any (the "whatever" type object),� an undefined type object such as Int,� :!defined as a matcher,� Any:U as a
std c2215f0: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $] variable; in Perl 6 please use $*PERL_VERSION at /tmp/6oNqrbC5vP line 1:�------> �[32m[say my $]�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:00 44m�»
std c2215f0: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $] variable; in Perl 6 please use $*PERL_VERSION at /tmp/zZkKFxyvyB line 1:�------> �[32m$]�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:00 41m�»
std c2215f0: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $] variable; in Perl 6 please use $*PERL_VERSION at /tmp/30I9vo1peV line 1:�------> �[32msay $]�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:00 42m�»
std c2215f0: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/xYV7ed74t1 line 1:�------> �[32msay�[33m��[31m<EOL>�[0m�Check failed�FAILED 00:00 41m�»
std c2215f0: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/GsLXHKh1JA line 1:�------> �[32msay�[33m��[31m #OK�[0m�Check failed�FAILED 00:00 41m�»
rakudo c0814a: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/Tgs7yc74p1�Unsupported use of <>; in Perl 6 please use lines() to read input, ('') to represent a null string or () to represent an empty list�at /tmp/Tgs7yc74p1:1�------> �[32msay <�[33m��[31m>; # what if I…
rakudo 59f060: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/rDEDjqJAic�Unsupported use of {N,M} as general quantifier; in Perl 6 please use ** N..M (or ** N..*)�at /tmp/rDEDjqJAic:1�------> �[32msay "test" ~~ /<![e]>{3}�[33m��[31m/;�[0m�»
rakudo 59f060: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/63D81hQNiF�Unsupported use of {N,M} as general quantifier; in Perl 6 please use ** N..M (or ** N..*)�at /tmp/63D81hQNiF:1�------> �[32msay "test" ~~ /<![e]>{3,3}�[33m��[31m/;�[0m�»
std c2215f0: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/rcHKU3nw7O line 1:�------> �[32mmy @y=1,2,3; say�[33m��[31m^ +@y;�[0m�Check failed�FAILED 00:00 44m�»
rakudo b17b0b: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /tmp/1fwltGIPfH�Unsupported use of %{}; in Perl 6 please use %()�at /tmp/1fwltGIPfH:1�------> �[32m%{}�[33m��[31m:<>�[0m�»
rakudo 54840d: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of . to concatenate strings; in Perl 6 please use ~�at /tmp/gk2Bn4WhSq:1�------> �[32mmy $a = 42; $a =. �[33m��[31m2�[0m�»
"Unsupported use of bare 'ord'; in Perl 6 please use .ord if you meant $_, or use an explicit invocant or argument"
rakudo 787295: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $) variable; in Perl 6 please use $*EGID�at /tmp/QMHU4XPbmE:1�------> �[32msub f { f(|$)�[33m��[31m }; say "alive"�[0m�»
std c2215f0: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $. variable; in Perl 6 please use the filehandle's .line method at /tmp/f1tsCYfelA line 1:�------> �[32msay "Process ID is $$.�[33m��[31m"�[0m�Parse failed�FAILED 00:00 42m�»
std c2215f0: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $> variable; in Perl 6 please use $*EUID at /tmp/PzKxvAGJTu line 1:�------> �[32m$>�[33m��[31m;�[0m�Parse failed�FAILED 00:00 41m�»
rakudo a8ca88: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of 'foreach'; in Perl 6 please use 'for'�at /tmp/Yxu8yponBH:1�------> �[32mforeach�[33m��[31m (gather { take $_ for 1..9; say "D'oh!"�[0m�»
niecza v24-88-g1f87209: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of ?: for the conditional operator; in Perl 6 please use ??!! at /tmp/2XYxYon52e line 1:�------> �[32m_ for 1..9; say "D'oh!" }.map({ $_ < 5 ?�[33m��[31m $_ : last }).say�[0m��Parse failed��»
..rakudo a8ca88: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of ?: for the conditional operator; in Perl 6 please use ??!!�at /tmp/ph47yFtj9C:1�------> �[32m_ for 1..9; say "D'oh!" }.map({ $_ < 5 ?�[33m��[31m $_ : last }).say�[0m�»
niecza v24-88-g1f87209: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of - as character range; in Perl 6 please use .. at /tmp/hEMkN140R8 line 1:�------> �[32msay 'foo' ~~ /<[a-z�[33m��[31m] - [a-z]>/;�[0m��Parse failed��»
..rakudo 62b50c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of - as character range; in Perl 6 please use .. for range, for explicit - in character class, escape it or place as last thing�at /tmp/wqz308_zTD:1�------> �[32msay 'foo' ~~ /<[a-�[33m��[31mz] - [a-z]>/;�[0m�»…
rakudo 62b50c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of >> to do right shift; in Perl 6 please use +> or ~>�at /tmp/HYsceLg3DD:1�------> �[32msay ('6.' ~>>�[33m��[31m <WHO WHAT WHY WHICH WHERE HOW>)>>.eval;�[0m�»
rakudo 62b50c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of >> to do right shift; in Perl 6 please use +> or ~>�at /tmp/79tzxREPiw:1�------> �[32msay '6.' ~>>�[33m��[31m <a b c>;�[0m�»
rakudo 9bdb5b: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $) variable; in Perl 6 please use $*EGID�at /tmp/sLjAwBvOZz:1�------> �[32mmy @paged <== map { ($_, ++(state $)�[33m��[31m %% 3 ?? '-- More --' !! ()) } <== 1...*�[0m�»
rakudo b19f72: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of undef as a value; in Perl 6 please use something more specific:� Any (the "whatever" type object),� an undefined type object such as Int,� :!defined as a matcher,� Any:U as a type constraint,� Nil as the
rakudo 93f30e: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of %{Str}; in Perl 6 please use %Str�at /tmp/PwINW6Ga4b:1�------> �[32m(my Int %{Str}�[33m��[31m=a=>1).say # too bad that doesn't work�[0m�»
niecza v24-86-g39ab531: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of rand(); in Perl 6 please use rand at /tmp/dnlJsPVO8F line 1:�------> �[32msay rand�[33m��[31m() xx 5�[0m��Parse failed��»
..rakudo 7d7df4: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of rand(); in Perl 6 please use rand�at /tmp/Y8U3jpzN6N:1�------> �[32msay rand�[33m��[31m() xx 5�[0m�»
..niecza v24-86-g39ab531: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/0oK0blhS_L line 1 (EOF):�------> �[32mk tock>[$_ %% *] !! <... BOOM> } ==> say�[33m��[31m<EOL>�[0m��Un…
niecza v24-86-g39ab531: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of . to concatenate strings or to call a quoted method; in Perl 6 please use ~ to concatenate, or if you meant to call a quoted method, please supply the required parentheses at /tmp/ALMto0Es4w line 1 (EOF):�…
rakudo 49f111: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of . to concatenate strings; in Perl 6 please use ~�at /tmp/PRsM9MjsIk:1�------> �[32mmy @a = 1,2,3; say @a».:�[33m��[31m<++>; # if only .:<> forms worked right �[0m�»
rakudo b2072f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of undef as a value; in Perl 6 please use something more specific:� Mu (the "most undefined" type object),� an undefined type object such as Int,� :!defined as a matcher,� Any:U as a type constraint,� Nil as the
std 6348f35: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of undef as a value; in Perl 6 please use something more specific:� Mu (the "most undefined" type object),� an undefined type object such as Int,� :!defined as a matcher,� Any:U as a type constraint,� Nil as the absense
std ea24a29: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Undeclared name:� 'SPACE' used at line 1�Potential difficulties:� Unsupported use of \N{...}; in Perl 6 please use \c[...], or disambiguate with whitespace at /tmp/QYKoVJ0MGv line 1:�------> �[32m/ \N�[33m��[31m{SPACE} /�[0m�Check fail…
rakudo cd5ca7: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of %{Any}; in Perl 6 please use %Any�at /tmp/1C7NgaIFyY:1�------> �[32mmy $a= my %{Any}�[33m��[31m # sadly, no way to create a nameless t�[0m�»
..niecza v24-54-g269243f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of (?: ... ) for grouping; in Perl 6 please use [ ... ] at /tmp/pthiR77qDt line 1:�------> �[32m' 22 666' ~~ m/(?:�[33m��[31m\s+(\d+)){2}/; print "$0 $1"�[0m��Parse failed��»
std 0336087: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of . to concatenate strings or to call a quoted method; in Perl 6 please use ~ to concatenate, or if you meant to call a quoted method, please supply the required parentheses at /tmp/9fzzGyuJzk line 1:�------> �[32mmy $b…
std 9906f18: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of rand(N); in Perl 6 please use N.rand or (1..N).pick at /tmp/MayKfot5GK line 1:�------> �[32mrand�[33m��[31m 42;�[0m�Parse failed�FAILED 00:00 41m�»
rakudo 14e7d7: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $, variable; in Perl 6 please use .join() method�at /tmp/OlBWFcsobt:1�------> �[32mmy ($a, $c); ($a, $,�[33m��[31m $c) = 1..3;�[0m�»
rakudo 9c5650: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of rand(N); in Perl 6 please use N.rand or (1..N).pick�at /tmp/17WEMO1sR7:1�------> �[32msay 1..rand�[33m��[31m(10).map{* * *}�[0m�»
rakudo 570d1d: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of /g; in Perl 6 please use :g�at /tmp/j27NclDWPn:1�------> �[32m"a" ~~ m-a-g�[33m��[31m<EOL>�[0m�»
std b33d8e0: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/e8wl57bRHS line 1:�------> �[32msay�[33m��[31m<a b c>�[0m�Check failed�FAILED 00:00 41m�»
niecza v24-47-g0a84de2: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of $% variable; in Perl 6 please use Form module at /tmp/n_e61oHCIW line 1:�------> �[32mbar>; my @c = <01 10>; .say for map { $%�[33m��[31m( @key Z=> .comb ) }, @c�[0m��Parse failed��»
..rakudo bfd850: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $% variable; in Perl 6 please use Form module�at /tmp/5q47y8WQRi:1�------> �[32mbar>; my @c = <01 10>; .say for map { $%�[33m��[31m( @key Z=> .comb ) }, @c�[0m�»
rakudo bfd850: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $% variable; in Perl 6 please use Form module�at /tmp/8a9pPqKCV0:1�------> �[32msay $%�[33m��[31m*ENV�[0m�»
std b33d8e0: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of ${ foo => "bar }; in Perl 6 please use $( foo => "bar ) at /tmp/bIRmzIgMAf line 1:�------> �[32m${ foo => "bar }�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:00 41m�»
std b33d8e0: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of ${ foo => "bar" }; in Perl 6 please use $( foo => "bar" ) at /tmp/9WVj2dZ5Rs line 1:�------> �[32m${ foo => "bar" }�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:00 41m�»
rakudo fe7049: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of /g; in Perl 6 please use :g�at /tmp/D5htwT6rfy:1�------> �[32m33832795028841971693993751058"; s/\d/0/g�[33m��[31m; s/0$/1/; .say�[0m�»
..niecza v24-42-g69a3432: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of suffix regex modifiers; in Perl 6 please use prefix adverbs at /tmp/n0goy7Zk2g line 1:�------> �[32m33832795028841971693993751058"; s/\d/0/g�[33m��[31m; s/0$/1/; .say�[0m�Other potential difficulties:� Un…
rakudo a4c8c5: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of >> to do right shift; in Perl 6 please use +> or ~>�at /tmp/I6Xelja_SW:1�------> �[32msay <a b> <<===>>�[33m��[31m <a b>�[0m�»
rakudo a4c8c5: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of . to concatenate strings; in Perl 6 please use ~�at /tmp/7iDxACw3kN:1�------> �[32m(1,2,3).:�[33m��[31m<[+]>.say�[0m�»
rakudo 37c762: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $@ variable as eval error; in Perl 6 please use $!�at /tmp/NT_LroV8k3:1�------> �[32mtry 'failed!!'; say $@�[33m��[31m;�[0m�»
rakudo 37c762: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $. variable; in Perl 6 please use the filehandle's .line method�at /tmp/bfm7owJKNF:1�------> �[32msay $.�[33m��[31m;�[0m�»
niecza v24-42-g69a3432: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Non-declarative sigil is missing its name at /tmp/yvOVlOwK1s line 1:�------> �[32msay �[33m��[31m$.�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /t…
niecza v24-42-g69a3432: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of $@ variable as eval error; in Perl 6 please use $! at /tmp/TXSrlrwQKK line 1 (EOF):�------> �[32msay $@�[33m��[31m<EOL>�[0m��Parse failed��»
niecza v24-42-g69a3432: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of . to concatenate strings; in Perl 6 please use ~ at /tmp/0DR6cE_uzs line 1:�------> �[32mmy $meth = 'WHAT'. �[33m��[31m say 42."$meth"()�[0m��Parse failed��»
..rakudo 37c762: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of . to concatenate strings; in Perl 6 please use ~�at /tmp/TtXzw0TXwp:1�------> �[32mmy $meth = 'WHAT'. �[33m��[31m say 42."$meth"()�[0m�»
rakudo c66c42: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $& variable; in Perl 6 please use $/ or $()�at /tmp/L8EANwUFOt:1�------> �[32mwling permaculture food forest"; say $&�[33m��[31m if $todo =~ /perma\w+/�[0m�»
rakudo c66c42: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~�at /tmp/Qa66GvXKx3:1�------> �[32multure food forest"; say $/ if $todo =~�[33m��[31m /perma\w+/�[0m�»
std 316b40b: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block at /tmp/ICAjMSc0PH line 1:�------> �[32mfoo->�[33m��[31mbar�[0m�Undeclared routine:� 'foo' used at line 1�Parse fa…
rakudo d2af40: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of >> to do right shift; in Perl 6 please use +> or ~>�at /tmp/I7gwhpGqUm:1�------> �[32m(1, 2, 3, 4, 5, 10) >>�[33m��[31m say�[0m�»
std 86b102f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of suffix regex modifiers; in Perl 6 please use prefix adverbs at /tmp/eGtUaCElo5 line 1:�------> �[32m/foo/i�[33m��[31m<EOL>�[0m�Other potential difficulties:� Unsupported use of /i; in Perl 6 please use :i at /tmp/eGt…
rakudo ef73eb: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of /i; in Perl 6 please use :i�at /tmp/zMn4NtUW2Y:1�------> �[32m/foo/i�[33m��[31m<EOL>�[0m�»
rakudo ef73eb: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of /i; in Perl 6 please use :i�at /tmp/MZpCsXwdQ9:1�------> �[32m/foo/i�[33m��[31m<EOL>�[0m�»
rakudo ef73eb: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of /i; in Perl 6 please use :i�at /tmp/e2iVRXhhFC:1�------> �[32m/^'0x'?<[0..9a..f]>+?$ /i�[33m��[31m<EOL>�[0m�»
rakudo f17d33: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of do...for; in Perl 6 please use repeat...for�at /tmp/RqsSjEAHH1:1�------> �[32mdo { say 1 } for ^3�[33m��[31m<EOL>�[0m� expecting any of:� postfix�»
niecza v24-37-gf9c8fc2: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of $] variable; in Perl 6 please use $*PERL_VERSION at /tmp/xKKSfbpDIQ line 1:�------> �[32mmy $a = try { print $]�[33m��[31m }; say $a�[0m��Parse failed��»
..rakudo 4f255f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $] variable; in Perl 6 please use $*PERL_VERSION�at /tmp/AucHQf7tQO:1�------> �[32mmy $a = try { print $]�[33m��[31m }; say $a�[0m�»
rakudo 5122e2: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of >> to do right shift; in Perl 6 please use +> or ~>�at /tmp/IIFXDFHkha:1�------> �[32msay (1,2,3) <<===>>�[33m��[31m (1,2,3)�[0m�»
rakudo ffc17d: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of ${C}; in Perl 6 please use {$C}�at /tmp/yXADaJXzwW:1�------> �[32mmy $C = "\x03" ; print "${C}�[33m��[31mC4red?"�[0m�»
rakudo ffc17d: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of - as character range; in Perl 6 please use .. for range, for explicit - in character class, escape it or place as last thing�at /tmp/RuJYqQZlaw:1�------> �[32mfor lines() { .subst( /<[a-�[33m��[31mz]>/, '*' ); .say …
rakudo ffc17d: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of /g; in Perl 6 please use :g�at /tmp/GSm_hDOScG:1�------> �[32mfor lines() { say .subst( /./g�[33m��[31m, 'X' ) }�[0m�»
..niecza v24-35-g5c06e28: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of \b as word boundary; in Perl 6 please use <?wb> (or either of « or ») at /tmp/qf1esHFLeg line 1:�------> �[32m/\b�[33m��[31m/�[0m��Parse failed��»
rakudo ffe441: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $, variable; in Perl 6 please use .join() method�at /tmp/yfoQnzrLgP:1�------> �[32mmy ($a,$c); ($a, $,�[33m��[31m $c) = 1..3�[0m�»
..niecza v24-35-g5c06e28: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of $, variable; in Perl 6 please use .join() method at /tmp/hQlgta0UNw line 1:�------> �[32mmy ($a,$c); ($a, $,�[33m��[31m $c) = 1..3�[0m��Parse failed��»
rakudo ffe441: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $, variable; in Perl 6 please use .join() method�at /tmp/I2sg_yQMvR:1�------> �[32m$,�[33m��[31m $�[0m�»
..niecza v24-35-g5c06e28: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of $, variable; in Perl 6 please use .join() method at /tmp/vb7T4WbT4q line 1:�------> �[32m$,�[33m��[31m $�[0m��Parse failed��»
..niecza v24-35-g5c06e28: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of \b as word boundary; in Perl 6 please use <?wb> (or either of « or ») at /tmp/n3d6VJFVbo line 1:�------> �[32msay "foo foo" ~~ /\b�[33m��[31mfoo/; say "\b" ~~ /\b/;�[0m��Parse failed��»
std 86b102f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of \b as word boundary; in Perl 6 please use <?wb> (or either of « or ») at /tmp/QprXgzMxUr line 1:�------> �[32m/\b�[33m��[31m/�[0m�Parse failed�FAILED 00:00 41m�»
niecza v24-35-g5c06e28: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of \b as word boundary; in Perl 6 please use <?wb> (or either of « or ») at /tmp/xfCxExpPSw line 1:�------> �[32msay "this is a test" ~~ /\b�[33m��[31mis\b/�[0m��Parse failed��»
..niecza v24-35-g5c06e28: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of \b as word boundary; in Perl 6 please use <?wb> (or either of « or ») at /tmp/7AN48RO4Dh line 1:�------> �[32msay "th\bis\b is a test" ~~ /\b�[33m��[31mis\b/�[0m��Parse failed��»
rakudo ba5e04: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $) variable; in Perl 6 please use $*EGID�at /tmp/cudONEVlPb:1�------> �[32mclass A {}; print (my ::A $)�[33m��[31m ~~ Any�[0m�»
niecza v24-35-g5c06e28: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of the 1-based special form '\1' as a backreference; in Perl 6 please use the 0-based variable '$0' instead at /tmp/qaN2BPoJYB line 1:�------> �[32mprint 'abcabd' ~~ /(ab.)\1�[33m��[31m/�[0m��Action method ba…
..niecza v24-35-g5c06e28: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unrecognized adverb :p5(1) at /tmp/yCMpej6mpm line 1:�------> �[32mprint 'abcabd' ~~ m�[33m��[31m:p5/(ab.)\1/�[0m��Unsupported use of the 1-based special form '\1' as a backreference; in Perl 6 please use the 0-based variabl…
std 86b102f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block at /tmp/DHrv_gCKit line 1:�------> �[32mmy $foo; $foo->�[33m��[31mbar()�[0m�Parse failed�FAILED 00:00 42m�»…
niecza v24-35-g5c06e28: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/7l9JxqYH06 line 1:�------> �[32msay�[33m��[31m; say "alive"�[0m��Unhandled exception: Check failed�� …
rakudo 1c9939: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of >> to do right shift; in Perl 6 please use +> or ~>�at /tmp/2YmdznwQQk:1�------> �[32mmy $o = [2, 2]; $o >>�[33m��[31m { say . }�[0m�»
rakudo 1c9939: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of >> to do right shift; in Perl 6 please use +> or ~>�at /tmp/URs35nWPlh:1�------> �[32mmy $o = [2, 2]; $o>>�[33m��[31m { say . }�[0m� expecting any of:� postfix�»
rakudo 1c9939: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of . to concatenate strings; in Perl 6 please use ~�at /tmp/GUGa802n9J:1�------> �[32mmy $o = [2, 2]; $o>>{ say . �[33m��[31m}�[0m�»
Unsupported use of >> to do right shift; in Perl 6 please use +> or ~>
std 86b102f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of - as character range; in Perl 6 please use .. (or \- if you mean a literal hyphen) at /tmp/5YMQ0aDXxz line 1:�------> �[32msay "abc-def-123" ~~ / <-alpha-[x-y�[33m��[31m]> /�[0m�Parse failed�FAILED 00:00 44m�»…
star 2013.02: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of . to concatenate strings; in Perl 6 please use ~�at /tmp/meEncyKbF2:1�------> �[32muse File::Find; find(.)�[33m��[31m[0].perl.say�[0m�»
std 692eb4f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of the 1-based special form '\1' as a backreference; in Perl 6 please use the 0-based variable '$0' instead at /tmp/JwpoTm2sUa line 1:�------> �[32m/(foo) \1�[33m��[31m/�[0m�Check failed�FAILED 00:00 42m�»
rakudo 085f74: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of <>; in Perl 6 please use lines() to read input, ('') to represent a null string or () to represent an empty list�at /tmp/EEbA5PK_hD:1�------> �[32m:a<�[33m��[31m>�[0m�»
std 692eb4f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of <>; in Perl 6 please use lines() to read input,� or ('') to represent the null string,� or () to represent Nil at /tmp/QaK7IzrHBx line 1:�------> �[32m<�[33m��[31m>�[0m�Parse failed�FAILED 00:00 40m�»
std 692eb4f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of undef as a value; in Perl 6 please use something more specific:� Mu (the "most undefined" type object),� an undefined type object such as Int,� :!defined as a matcher,� Any:U as a type constraint,� Nil as the absense
rakudo 11157e: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $| variable; in Perl 6 please use :autoflush on open�at /tmp/7gK14oNGNJ:1�------> �[32m$|�[33m��[31m = 1�[0m�»
rakudo 11157e: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $| variable; in Perl 6 please use :autoflush on open�at /tmp/nZgMuxvVVg:1�------> �[32mmy $|�[33m��[31m = 1;�[0m�»
std 692eb4f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Variable $a is not predeclared at /tmp/cTKArEMWWm line 1:�------> �[32msub(�[33m��[31m$a, $, $b) { ... } # I think�[0m�Unsupported use of $, variable; in Perl 6 please use .join() method at /tmp/cTKArEMWWm line 1:�------> �[32msub($a, $…
rakudo 11157e: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of ?: for the conditional operator; in Perl 6 please use ??!!�at /tmp/9QG_vvM8YM:1�------> �[32mmy $a; "$a(?�[33m��[31m:\";�[0m�»
..niecza v24-23-g0520c7c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of [-1] subscript to access from end of array; in Perl 6 please use [*-1] at /tmp/iUPBW6SdMV line 1 (EOF):�------> �[32m@foo[-1]�[33m��[31m<EOL>�[0m��Parse failed��»
..niecza v24-23-g0520c7c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of [-1] subscript to access from end of array; in Perl 6 please use [*-1] at /tmp/1PeW3ivn0D line 1 (EOF):�------> �[32m.[-1]�[33m��[31m<EOL>�[0m��Parse failed��»
std 7551b8f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $/ variable as input record separator; in Perl 6 please use the filehandle's :irs attribute at /tmp/py4EckVAqX line 1:�------> �[32m$/�[33m��[31m = "hellO"�[0m�Parse failed�FAILED 00:00 41m�»
niecza v24-23-g0520c7c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of $/ variable as input record separator; in Perl 6 please use the filehandle's :irs attribute at /tmp/1WvR4tBoKu line 1:�------> �[32m$/�[33m��[31m = "hello"�[0m��Parse failed��»
std 7551b8f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $/ variable as input record separator; in Perl 6 please use the filehandle's :irs attribute at /tmp/KdiIjJynCF line 1:�------> �[32m$/�[33m��[31m = "foo";�[0m�Parse failed�FAILED 00:00 41m�»
std 7551b8f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'split'; in Perl 6 please use .split if you meant $_, or use an explicit invocant or argument at /tmp/d1j4jhcyQd line 1:�------> �[32msplit�[33m��[31m<EOL>�[0m�Check failed�FAILED 00:00 41m�»
rakudo b9ee89: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~�at /tmp/XBUFUM_rUh:1�------> �[32m'#12' =~�[33m��[31m /'#' (\d+) $ / and say $0.Int�[0m�»
std 7551b8f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/EBTn6Y1j2f line 1:�------> �[32msay�[33m��[31m#`[]42; # I'm curious as to how it's I<t�[0m�Two terms in a row (lis…
std 7551b8f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/APQv68VBpI line 1:�------> �[32msay�[33m��[31m#`[]42;�[0m�Two terms in a row (listop with args requires whitespace…
niecza v24-23-g0520c7c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/rBwXOXua6u line 1:�------> �[32msay�[33m��[31m#`[]42;�[0m��Two terms in a row (listop with args requir…
std 7551b8f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/6r3tVI8C8F line 1:�------> �[32msay�[33m��[31m\#`[]42;�[0m�Two terms in a row (listop with args requires whitespac…
std 7551b8f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/becfNwccC3 line 1:�------> �[32msay�[33m��[31m#`[] 42;�[0m�Two terms in a row (listop with args requires whitespac…
niecza v24-23-g0520c7c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/whcQaybYfj line 1:�------> �[32msay�[33m��[31m;�[0m��Unhandled exception: Check failed�� at /home/p6e…
niecza v24-23-g0520c7c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'split'; in Perl 6 please use .split if you meant $_, or use an explicit invocant or argument at /tmp/wmS6YHg_IJ line 1:�------> �[32msplit�[33m��[31m;�[0m��Unhandled exception: Check failed�� at /ho…
niecza v24-23-g0520c7c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'ord'; in Perl 6 please use .ord if you meant $_, or use an explicit invocant or argument at /tmp/zK9qVrxHi4 line 1:�------> �[32mord�[33m��[31m;�[0m��Unhandled exception: Check failed�� at /home/p6e…
rakudo 5a1291: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of undef as a value; in Perl 6 please use something more specific:� Mu (the "most undefined" type object),� an undefined type object such as Int,� Nil as an empty list,� !*.defined as a matcher or method,� Any:U as a
std 7551b8f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'print'; in Perl 6 please use .print if you meant $_, or use an explicit invocant or argument at /tmp/HHblMkrlu3 line 1:�------> �[32mprint�[33m��[31m<EOL>�[0m�Check failed�FAILED 00:00 41m�»
niecza v24-18-gaf64300: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of suffix regex modifiers; in Perl 6 please use prefix adverbs at /tmp/YPgT99eXie line 1:�------> �[32msay("hello" ~~ s/l/r/g�[33m��[31m);�[0m�Other potential difficulties:� Unsupported use of /g; in Perl 6 …
rakudo 935c90: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of /g; in Perl 6 please use :g�at /tmp/5QCHSOy5bW:1�------> �[32mmy $foo = "hello"; $foo ~~ s/l/r/g�[33m��[31m; say $foo; # Works in perl5 with the eq�[0m�»
niecza v24-18-gaf64300: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Non-declarative sigil is missing its name at /tmp/0ARfjqzUD7 line 1:�------> �[32msay �[33m��[31m@@( <a b> Z <c d> ) # (['a', 'c'], [�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use …
..niecza v24-18-gaf64300: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of $/ variable as input record separator; in Perl 6 please use the filehandle's :irs attribute at /tmp/diMHQswwBp line 1:�------> �[32m$/�[33m��[31m = 'foo'; say $/�[0m��Parse failed��»
std 7deb9d7: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $[ variable; in Perl 6 please use user-defined array indices at /tmp/zWTiPQ6JDd line 1:�------> �[32m$[�[33m��[31mabc]�[0m�Parse failed�FAILED 00:00 41m�»
rakudo 1553b1: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~�at /tmp/DHeMlZwxYx:1�------> �[32msay "00.352" ~~ /[0 | <{ fail if $_ =~�[33m��[31m /^0/ }> [<digit>+]+ % _] '.' [<digit>+]�[0m�»
rakudo a26956: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $; variable; in Perl 6 please use real multidimensional hashes�at /tmp/RIi6jfh778:1�------> �[32msub f { say ++state $;�[33m��[31m }; f; f; f�[0m�»
std 7deb9d7: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $; variable; in Perl 6 please use real multidimensional hashes at /tmp/3b6x5c9dzG line 1:�------> �[32m++ state $;�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:00 41m�»
rakudo 388c1b: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of . to concatenate strings; in Perl 6 please use ~�at /tmp/LFApPPwQdr:2�------> �[32m<BOL>�[33m��[31msay "hi"�[0m�»
..niecza v24-18-gaf64300: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/EWgyvAXLcb line 1:�------> �[32msay�[33m��[31m 「hello \' \n\\ world」�[0m��Confused at /tmp/EWgyvAXLcb …
rakudo 98a4a8: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block�at /tmp/eTS2D6QykN:1�------> �[32mmy $a:= 1; say "$a->�[33m��[31m"�[0m� expecting any of:� postfix�»…
std 7deb9d7: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block at /tmp/iTcYvHjZJl line 1:�------> �[32mmy $a:= 1; say "$a->�[33m��[31m"�[0m�Parse failed�FAILED 00:00 42m�»…
..niecza v24-18-gaf64300: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/HrsgvDZOug line 1:�------> �[32msay�[33m��[31m 「\」�[0m��Confused at /tmp/HrsgvDZOug line 1:�------> �[…
rakudo 3a8d48: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of . to concatenate strings; in Perl 6 please use ~�at /tmp/l7VOP660B_:1�------> �[32msay 42. �[33m��[31m+ 1�[0m�»
niecza v24-17-gd343a2a: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Decimal point must be followed by digit at /tmp/h7SXCRXVQu line 1:�------> �[32msay 42.�[33m��[31m + 1�[0m��Unsupported use of . to concatenate strings; in Perl 6 please use ~ at /tmp/h7SXCRXVQu line 1:�------> �[32msay 42. …
std 7deb9d7: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Decimal point must be followed by digit at /tmp/tTf9e_iIyS line 1:�------> �[32mmy $x = 42.�[33m��[31m<EOL>�[0m�Unsupported use of . to concatenate strings; in Perl 6 please use ~ at /tmp/tTf9e_iIyS line 1 (EOF):�------> �[32mmy $x = 42…
rakudo efac0f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of ?: for the conditional operator; in Perl 6 please use ??!!�at /tmp/ud0vQFsD8h:1�------> �[32mmy $a = 1 ?�[33m��[31m 2 : 3;�[0m�»
..niecza v24-17-gd343a2a: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/_q_17a4C90 line 1:�------> �[32msay�[33m��[31m 「\」�[0m��Confused at /tmp/_q_17a4C90 line 1:�------> �[…
rakudo c3f565: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of do...while; in Perl 6 please use repeat...while�at /tmp/6oX9ofV1kd:1�------> �[32mmy $i = 0; do { $i++ } while $i < 42�[33m��[31m<EOL>�[0m� expecting any of:� postfix� infix or meta-infix� in…
std a8bc48f: OUTPUT«Potential difficulties:� Unsupported use of .= as append operator; in Perl 6 please use ~= at /tmp/nGVsi7cG8d line 1:�------> �[32m() .=�[33m��[31m ()�[0m�ok 00:00 43m�»
..niecza v24-12-g8e50362: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Non-declarative sigil is missing its name at /tmp/OKdZ4FdoPw line 1:�------> �[32m$_ = 'abc'; m/(.)/; say �[33m��[31m$)(�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invoc…
std a8bc48f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of suffix regex modifiers; in Perl 6 please use prefix adverbs at /tmp/TOH6ArPfuc line 1:�------> �[32ms/a/b/i�[33m��[31m<EOL>�[0m�Other potential difficulties:� Unsupported use of /i; in Perl 6 please use :i at /tmp/TO…
rakudo c8de2e: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of /i; in Perl 6 please use :i�at /tmp/e_o3DaFFvF:1�------> �[32mm/a/i�[33m��[31m<EOL>�[0m�»
rakudo 930369: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of do...given; in Perl 6 please use repeat...given�at /tmp/HYePDD4wFf:1�------> �[32m/aa/ -> $m { say "$m $_"; } given 'aaaa'�[33m��[31m;�[0m� expecting any of:� postfix� infix or meta-infix� in…
std a8bc48f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'print'; in Perl 6 please use .print if you meant $_, or use an explicit invocant or argument at /tmp/VZePAZqOpi line 1:�------> �[32mprint�[33m��[31m$_�[0m�Two terms in a row (listop with args requires whitespac…
std a8bc48f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Decimal point must be followed by digit at /tmp/rEFlzRG2zo line 1:�------> �[32m1.�[33m��[31m<EOL>�[0m�Unsupported use of . to concatenate strings; in Perl 6 please use ~ at /tmp/rEFlzRG2zo line 1 (EOF):�------> �[32m1.�[33m��[31m<EOL>�…
std a8bc48f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of (?: ... ) for grouping; in Perl 6 please use [ ... ] at /tmp/orxEAYSjF4 line 1:�------> �[32m/(?:�[33m��[31m\d\w)+/�[0m�Parse failed�FAILED 00:00 41m�»
std a8bc48f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of (?! ... ) for lookahead; in Perl 6 please use <!before ... > at /tmp/HkLsCRyBJm line 1:�------> �[32m/(?!�[33m��[31m(?=what)(?!....the)that)+/�[0m�Parse failed�FAILED 00:00 41m�»
niecza v24-12-g8e50362: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'print'; in Perl 6 please use .print if you meant $_, or use an explicit invocant or argument at /tmp/jRsfWwoO5T line 1:�------> �[32mmy @a=1...10;for @a {print�[33m��[31m}�[0m��Unhandled exception: C…
std a8bc48f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'chomp'; in Perl 6 please use .chomp if you meant $_, or use an explicit invocant or argument at /tmp/jQq0nUonVB line 1:�------> �[32mwhile <FILEHANDLE> { chomp�[33m��[31m; print }�[0m�Unsupported use of bare 'pr…
rakudo 55dbc0: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of {N,M} as general quantifier; in Perl 6 please use ** N..M (or ** N..*)�at /tmp/PMGekASt8e:1�------> �[32m/(\d{1,3}�[33m��[31m)\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})/�[0m�»
std a8bc48f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax at /tmp/laGzRrDlX5 line 1:�------> �[32mclass A {}; my $a = new A�[33m��[31m;�[0m�Parse failed�FAILED 00:00 43m�»
std a8bc48f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of - as character range; in Perl 6 please use .. (or \- if you mean a literal hyphen) at /tmp/CYqp6yJYXa line 1:�------> �[32m/<[a-z�[33m��[31m]>/�[0m�Parse failed�FAILED 00:00 42m�»
std a8bc48f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/Nr_2ryCf9n line 1:�------> �[32m$_ = "a"; say�[33m��[31m;�[0m�Check failed�FAILED 00:00 43m�»
rakudo cf2761: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of - as character range; in Perl 6 please use .. for range, for explicit - in character class, escape it or place as last thing�at /tmp/dimNziKIY0:1�------> �[32m/<[a-�[33m��[31mz]>/�[0m�»
rakudo 6e6ac5: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of . to concatenate strings; in Perl 6 please use ~�at /tmp/Jj1rzwtfZa:1�------> �[32m(1,2)} = 'Universe'; say %hash{\(1,2)}. �[33m��[31m# @ GlitchMr -- You may still acces thos�[0m�»
std a8bc48f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $" variable; in Perl 6 please use .join() method at /tmp/M02Syhr8_W line 1:�------> �[32m$"�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:00 41m�»
std a8bc48f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $. variable; in Perl 6 please use the filehandle's .line method at /tmp/pUiMczYiQh line 1:�------> �[32m$.�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:00 41m�»
std a8bc48f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of . to concatenate strings; in Perl 6 please use ~ at /tmp/zC97NlkRd3 line 1:�------> �[32m"foo" . �[33m��[31m"bar"�[0m�Parse failed�FAILED 00:00 42m�»
so, i improved that message to say Unsupported use of $. variable; in Perl 6 please use the filehandle's .line method
std a8bc48f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $. variable; in Perl 6 please use the filehandle's .line method at /tmp/HgOnZDrYaa line 1:�------> �[32m/ $.�[33m��[31m /�[0m�Parse failed�FAILED 00:00 42m�»
rakudo e2f2dc: OUTPUT«===SORRY!===␤Unsupported use of 'foreach'; in Perl 6 please use 'for'␤at /tmp/LrJKHZWFMw:1␤»
niecza v24-5-g599cbcb: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/1LR3tQLsDV line 1:�------> �[32msay�[33m��[31m$?ORIG�[0m��Two terms in a row (listop with args requires…
std a8bc48f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $. variable; in Perl 6 please use the filehandle's .line method at /tmp/l9yTEWBzYY line 1:�------> �[32mclass A { method x { $.�[33m��[31m^foo } }�[0m�Parse failed�FAILED 00:00 42m�»
rakudo 5481c6: OUTPUT«===SORRY!===␤Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~␤at /tmp/rb7Ryqwb0l:1␤»
std a8bc48f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at /tmp/xT70gXtI60 line 1:�------> �[32m2 =~�[33m��[31m 2�[0m�Parse failed�FAILED 00:00 41m�»
std d38bbd0: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block at /tmp/fTk7_Mcwr1 line 1:�------> �[32mInt->�[33m��[31mfoo�[0m�Parse failed�FAILED 00:00 41m�»
rakudo bf472b: OUTPUT«===SORRY!===␤Unsupported use of do...while; in Perl 6 please use repeat...while␤at /tmp/eKmHVqwkQC:1␤»
niecza v22-36-g19fa03a: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of do...while; in Perl 6 please use repeat...while at /tmp/EvkrdgzwYi line 1 (EOF):�------> �[32m$i = 0; do { say 42; $i++ } while $i < 5�[33m��[31m<EOL>�[0m��Parse failed��»
rakudo bf472b: OUTPUT«===SORRY!===␤Unsupported use of $; variable; in Perl 6 please use real multidimensional hashes␤at /tmp/zYfpilA7Um:1␤»
rakudo bf472b: OUTPUT«===SORRY!===␤Unsupported use of $) variable; in Perl 6 please use $*EGID␤at /tmp/FHWgCZwBBw:1␤»
std d38bbd0: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'sin'; in Perl 6 please use .sin if you meant $_, or use an explicit invocant or argument at /tmp/S4yEskBGgl line 1:�------> �[32m$_=*&sin�[33m��[31m!""%''^-();my@:=?\.[]+{}|<!>,#`[]�[0m�Unsupported use of . to c…
rakudo 112307: OUTPUT«===SORRY!===␤Unsupported use of - as character range; in Perl 6 please use .. for range, for explicit - in character class, escape it or place as last thing at line 2, near "c]-[b]>/"␤»
"Unsupported use of - as character range; in Perl 6 please use .. for range, for explicit - in character class...." I love Perl 6's error msgs, next step would it to autocorrect my code ;o)
rakudo c82d10: OUTPUT«===SORRY!===␤Unsupported use of <>; in Perl 6 please use lines() to read input, ('') to represent a null string or () to represent an empty list␤at /tmp/Jjxe80Ci_0:1␤»
niecza v22-29-g3ffe64c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of - as character range; in Perl 6 please use .. at /tmp/JTfZjDs1sn line 1:�------> �[32msay grep /<[0-z�[33m��[31m]^:Letter>/, <0 a ð …>�[0m��Parse failed��»
..niecza v22-19-gd874a8e: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/vsZf1dR5ZQ line 1:�------> �[32menum Suit <♦ ♣ ♥ ♠>; say�[33m��[31m ♠;�[0m��Confused at /tmp/vsZf1dR5Z…
niecza v22-16-g4c016f5: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/n8f4Iw3r2d line 1:�------> �[32msay�[33m��[31m #<does> "work"�[0m��Potential difficulties:� Embedded …
rakudo 64208d: OUTPUT«===SORRY!===␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ !*.defined as a matcher or method,␤ Any:U as a type constraint␤ o…
rakudo 0e4135: OUTPUT«===SORRY!===␤Unsupported use of ${a}; in Perl 6 please use $a␤at /tmp/9PM7O_R0P8:1␤»
std 04216b1: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $) variable; in Perl 6 please use $*EGID at /tmp/kH8aP4cv2r line 1:�------> �[32msub f { f(|$)�[33m��[31m }; say "alive"�[0m�Parse failed�FAILED 00:00 43m�»
rakudo ccc4d7: OUTPUT«===SORRY!===␤Unsupported use of <>; in Perl 6 please use lines() to read input, ('') to represent a null string or () to represent an empty list␤at /tmp/WSq1zspgTT:1␤»
rakudo 3619d7: OUTPUT«===SORRY!===␤Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax␤at /tmp/Utt5O9bW5C:1␤»
niecza v22-14-g136ddcf: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of ${a}; in Perl 6 please use {$a} at /tmp/4Ox2EvUcyk line 1:�------> �[32mmy $a='a'; "${a}�[33m��[31mb";�[0m��Parse failed��»
std 64edd1c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of ${b}; in Perl 6 please use $b at /tmp/mNaWkBi1io line 1:�------> �[32m${b}�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:00 41m�»
std 64edd1c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of ${b}; in Perl 6 please use $b at /tmp/uK6FCbtjLn line 1:�------> �[32mmy $b; say ${b}�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:00 42m�»
niecza v22-14-g136ddcf: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/p3p0AXsZ7n line 1 (EOF):�------> �[32msub &say { }; say�[33m��[31m<EOL>�[0m��Unhandled exception: Chec…
"Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block"
rakudo b86628: OUTPUT«===SORRY!===␤Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block␤at /tmp/tk3CkoC1ft:1␤»
..niecza v22-14-g136ddcf: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block at /tmp/YFR5UgSKhS line 1:�------> �[32mmy $a; $a->�[33m��[31msome_method; say "alive"�[0m��Parse fail…
rakudo d171b9: OUTPUT«===SORRY!===␤Unsupported use of - as character range; in Perl 6 please use .. for range, for explicit - in character class, escape it or place as last thing at line 2, near "']>/;"␤»
std 47e39ad: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of - as character range; in Perl 6 please use .. at /tmp/8VwSl_v6AX line 1:�------> �[32msay 'foo-bar' ~~ m/<['f' '-'�[33m��[31m]>/;�[0m�Parse failed�FAILED 00:00 44m�»
..niecza v22-13-g0d2a99e: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'defined'; in Perl 6 please use .defined if you meant $_, or use an explicit invocant or argument at /tmp/Ac1SODgJma line 1 (EOF):�------> �[32mmy %a = "b" => "c"; say %a<b> ~~ defined�[33m��[31m<EOL>…
std cda80a9: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of brackets around replacement; in Perl 6 please use assignment syntax at /tmp/kvXsCWRdcH line 1:�------> �[32ms[0]�[33m��[31m[*]�[0m�Parse failed�FAILED 00:00 42m�»
rakudo 547fcb: OUTPUT«===SORRY!===␤Unsupported use of $% variable; in Perl 6 please use Form module␤at /tmp/O094TqbODu:1␤»
std 77327a4: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/SzPydU71Ox line 1:�------> �[32mmy \if = 3; say�[33m��[31m if;�[0m�Confused at /tmp/SzPydU71Ox line 1:�------> �[3…
niecza v22-7-g7df6137: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/ctOiTmQHBU line 1:�------> �[32msay�[33m��[31m^Inf�[0m��Unhandled exception: Check failed�� at /home/p…
rakudo dbf347: OUTPUT«===SORRY!===␤Unsupported use of << to do left shift; in Perl 6 please use +< or ~<␤at /tmp/zooxKKq56R:1␤»
niecza v22-7-g7df6137: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/jSlezIXNSc line 1:�------> �[32msay�[33m��[31m given 42�[0m��Unhandled exception: Check failed�� at /h…
niecza v22-7-g7df6137: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/C2uy1Dkr86 line 1:�------> �[32msay�[33m��[31m.HOW.say�[0m��Unhandled exception: Check failed�� at /ho…
std 77327a4: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $; variable; in Perl 6 please use real multidimensional hashes at /tmp/M48rAzPGc3 line 1:�------> �[32mprint $$;�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:00 42m�»
niecza v21-16-g1760451: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of $/ variable as input record separator; in Perl 6 please use the filehandle's :irs attribute at /tmp/kNtgJyozbs line 1:�------> �[32m$/�[33m��[31m = 'foo'�[0m��Parse failed��»
std 77327a4: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of . to concatenate strings or to call a quoted method; in Perl 6 please use ~ to concatenate, or if you meant to call a quoted method, please supply the required parentheses at /tmp/z_7V5RQAN6 line 1:�------> �[32m3.'is…
std b842bb3: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/znRAnmFya9 line 1:�------> �[32msay say�[33m��[31m<EOL>�[0m�Check failed�FAILED 00:00 41m�»
std b842bb3: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of the 1-based special form '\1' as a backreference; in Perl 6 please use the 0-based variable '$0' instead at /tmp/Luxsw29wry line 1:�------> �[32m/\1�[33m��[31m/�[0m�Check failed�FAILED 00:00 42m�»
std b842bb3: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of the 1-based special form '\1' as a backreference; in Perl 6 please use the 0-based variable '$0' instead at /tmp/t5UEiPZwha line 1:�------> �[32m/\1�[33m��[31m/�[0m�Check failed�FAILED 00:00 42m�»
rakudo 690dad: OUTPUT«===SORRY!===␤Unsupported use of rand(); in Perl 6 please use rand␤at /tmp/ZWYcu7tAwP:1␤»
..niecza v21-11-g09989b4: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'print'; in Perl 6 please use .print if you meant $_, or use an explicit invocant or argument at /tmp/I2aaIhloJI line 1:�------> �[32mprint�[33m��[31m 「\ // welcome \\ to // the \\ world /」�[0m��Confu…
rakudo 4dd124: OUTPUT«===SORRY!===␤Unsupported use of ?: for the conditional operator; in Perl 6 please use ??!!␤at /tmp/ETbhox_e3_:1␤»
std b842bb3: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of ${0}; in Perl 6 please use $0 at /tmp/FfJAFeR7ln line 1:�------> �[32m${0}�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:00 41m�»
std cfe8d43: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $^N variable; in Perl 6 please use $-1 at /tmp/AyOySL3Q2J line 1 (EOF):�------> �[32msay $^N�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:00 42m�»
std cfe8d43: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $| variable; in Perl 6 please use :autoflush on open at /tmp/mcREnX5who line 1:�------> �[32m$|�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:00 41m�»
rakudo 220a69: OUTPUT«===SORRY!===␤Unsupported use of undef as a verb; in Perl 6 please use undefine function or assignment of Nil␤at /tmp/Uzyh7CgQBJ:1␤»
..niecza v21-1-ga8aa70b: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of ${1}; in Perl 6 please use $0 at /tmp/2HChVBghus line 1 (EOF):�------> �[32m${1}�[33m��[31m<EOL>�[0m��Parse failed��»
"Unsupported use of ${1}; in Perl 6 please use $0"
niecza v21-1-ga8aa70b: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of ${0}; in Perl 6 please use $(-1) at /tmp/L_0_1wZBFe line 1 (EOF):�------> �[32m${0}�[33m��[31m<EOL>�[0m��Parse failed��»
niecza v21-1-ga8aa70b: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of ${0x10}; in Perl 6 please use $0x10 at /tmp/ztWrT3PQJQ line 1 (EOF):�------> �[32m${0x10}�[33m��[31m<EOL>�[0m��Parse failed��»
niecza v21-1-ga8aa70b: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of ${1e3}; in Perl 6 please use $1e3 at /tmp/rv_GDbB3Z4 line 1 (EOF):�------> �[32m${1e3}�[33m��[31m<EOL>�[0m��Parse failed��»
std b87ea13: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $` variable; in Perl 6 please use explicit pattern before <( at /tmp/xyENMCge8K line 1:�------> �[32m$`�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:00 41m�»
std b87ea13: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of ${0x10}; in Perl 6 please use $0x10 at /tmp/j7U_e9edMh line 1:�------> �[32m${0x10}�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:00 41m�»
std b87ea13: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of @{$hello}; in Perl 6 please use @($hello) at /tmp/AnxTkDh_eB line 1:�------> �[32m@{$hello}�[33m��[31m{'world', 'is', 'nice'}�[0m�Parse failed�FAILED 00:00 41m�»
rakudo 341529: OUTPUT«===SORRY!===␤Unsupported use of - as character range; in Perl 6 please use .. for range, for explicit - in character class, escape it or place as last thing at line 2, near "' \\w]>+/"␤»
rakudo 341529: OUTPUT«===SORRY!===␤Unsupported use of !~ to do negated pattern matching; in Perl 6 please use !~~␤at /tmp/0zE6z4ijFE:1␤»
rakudo 341529: OUTPUT«===SORRY!===␤Unsupported use of !~ to do negated pattern matching; in Perl 6 please use !~~␤at /tmp/p9KI4fXklQ:1␤»
rakudo 341529: OUTPUT«===SORRY!===␤Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~␤at /tmp/Hhuj2Cv0EZ:1␤»
niecza v21-1-ga8aa70b: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at /tmp/Pt6EF_L9Yt line 1:�------> �[32m"foo" =~�[33m��[31m /$<text> = [o*]/; :$<text>.perl.say�[0m��Parse failed��»
std b87ea13: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of brackets around replacement; in Perl 6 please use assignment syntax at /tmp/EUkSBnNtTl line 1:�------> �[32ms <x> �[33m��[31m[ [ ] ]�[0m�Parse failed�FAILED 00:00 42m�»
niecza v21-1-ga8aa70b: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of $/ variable as input record separator; in Perl 6 please use the filehandle's :irs attribute at /tmp/ciDvp64RYk line 1:�------> �[32m$/�[33m��[31m = 42;�[0m��Parse failed��»
std 235f71b: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of {2} as general quantifier; in Perl 6 please use X**2 at /tmp/y1rqYtkVTN line 1:�------> �[32mm/a{2}�[33m��[31m/�[0m�Check failed�FAILED 00:00 41m�»
std 235f71b: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unrecognized adverb :p5(1) at /tmp/99oRWdfxKz line 1:�------> �[32mm�[33m��[31m:p5/a{2}/�[0m�Unsupported use of {2} as general quantifier; in Perl 6 please use X**2 at /tmp/99oRWdfxKz line 1:�------> �[32mm:p5/a{2}�[33m��[31m/�[0m�Check…
rakudo befe7c: OUTPUT«===SORRY!===␤Unsupported use of <>; in Perl 6 please use lines() to read input, ('') to represent a null string or () to represent an empty list␤at /tmp/8rTvvfwAt1:1␤»
std 235f71b: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of >> to do right shift; in Perl 6 please use +> or ~> at /tmp/Vib1VSCbEP line 1:�------> �[32msay <<<<<<<<<<< 1 >>>>>>>>>>>>�[33m��[31m<EOL>�[0m�Bogus term at /tmp/Vib1VSCbEP line 1 (EOF):�------> �[32msay <<<<<<<<<<< 1…
..niecza v19-21-gc86e8e5: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/oip5v4aTv1 line 1:�------> �[32mmy @a = 1,2,3,4,5; @a.map: *.print; say�[33m��[31m; @a>>.print; say�[0…
std 235f71b: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of . to concatenate strings or to call a quoted method; in Perl 6 please use ~ to concatenate, or if you meant to call a quoted method, please supply the required parentheses at /tmp/Olua7HkKmM line 1:�------> �[32mmy $x…
std f43a358: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Decimal point must be followed by digit at /tmp/F76BTxTFrw line 1:�------> �[32m1.�[33m��[31m<EOL>�[0m�Unsupported use of . to concatenate strings; in Perl 6 please use ~ at /tmp/F76BTxTFrw line 1 (EOF):�------> �[32m1.�[33m��[31m<EOL>�…
std f43a358: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of do...for; in Perl 6 please use repeat...for at /tmp/ocDd4DEbqD line 1:�------> �[32mdo { } for 1�[33m��[31m;�[0m�Parse failed�FAILED 00:01 41m�»
std f43a358: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at /tmp/xbebQGchbK line 1:�------> �[32m$_ =~�[33m��[31m /a/�[0m�Parse failed�FAILED 00:00 41m�»
rakudo 34e8d4: OUTPUT«===SORRY!===␤Unsupported use of <>; in Perl 6 please use lines() to read input, ('') to represent a null string or () to represent an empty list␤at /tmp/79p_AxbTUU:1␤»
rakudo 34e8d4: OUTPUT«===SORRY!===␤Unsupported use of <>; in Perl 6 please use lines() to read input, ('') to represent a null string or () to represent an empty list␤at /tmp/3l7AwI4fL2:1␤»
niecza v19-15-g051783d: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of [-1] subscript to access from end of array; in Perl 6 please use [*-1] at /tmp/Ee_E8eyOZB line 1 (EOF):�------> �[32msay $_[-1]�[33m��[31m<EOL>�[0m��Parse failed��»
..niecza v19-15-g051783d: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of ${var}; in Perl 6 please use {$var} at /tmp/dWC3YtJE68 line 1:�------> �[32mmy $var = 42; print "${var}�[33m��[31m";�[0m��Parse failed��»
niecza v19-15-g051783d: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of y///; in Perl 6 please use tr/// at /tmp/vzZF26NNWC line 1:�------> �[32msay [X-X] <O l y�[33m��[31m>�[0m��Undeclared name:� 'X-X' used at line 1��Parse failed��»
niecza v19-13-g442e075: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block at /tmp/GamJkocDZr line 1:�------> �[32msay ['A'..'Z']>>.ord>>->�[33m��[31m>55�[0m��Parse failed��»…
rakudo 1fe39c: OUTPUT«===SORRY!===␤Unsupported use of <>; in Perl 6 please use lines() to read input, ('') to represent a null string or () to represent an empty list␤at /tmp/b8jCsiB1ve:1␤»
..niecza v19-13-g442e075: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'print'; in Perl 6 please use .print if you meant $_, or use an explicit invocant or argument at /tmp/Jjt8VtNhAt line 1:�------> �[32mprint�[33m��[31m~{2}�[0m��Unhandled exception: Check failed�� at …
std fd2647b: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/BRcBVzOyPz line 1:�------> �[32mfor 1..3 { say�[33m��[31m } # I think STD flags it as an error�[0m�Check failed…
..niecza v19-12-gf36d743: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'ord'; in Perl 6 please use .ord if you meant $_, or use an explicit invocant or argument at /tmp/zdTud40u3o line 1:�------> �[32msay ord�[33m��[31m.Cool�[0m��Unhandled exception: Check failed�� at /…
std fd2647b: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'ord'; in Perl 6 please use .ord if you meant $_, or use an explicit invocant or argument at /tmp/y0aeIaRTxr line 1:�------> �[32msay ord�[33m��[31m.Cool�[0m�Check failed�FAILED 00:00 41m�»
niecza v19-7-g5e25209: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of rand(); in Perl 6 please use rand at /tmp/uFgN28wEur line 1:�------> �[32msay rand�[33m��[31m()�[0m��Parse failed��»
..niecza v19-7-g5e25209: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of rand(N); in Perl 6 please use N.rand or (1..N).pick at /tmp/Y591WqdlyV line 1:�------> �[32msay rand�[33m��[31m(10)�[0m��Parse failed��»
std fd2647b: OUTPUT«Use of uninitialized value $x in pattern match (m//) at STD.pm line 66584.�Use of uninitialized value $x in concatenation (.) or string at STD.pm line 66623.��[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of rand(); in Perl 6 please use rand at /tmp/TtfykUn5_j line 1…
std fd2647b: OUTPUT«Use of uninitialized value $x in pattern match (m//) at STD.pm line 66584.�Use of uninitialized value $x in concatenation (.) or string at STD.pm line 66623.��[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $. variable; in Perl 6 please use the filehandle's .line me…
std 30385f8: OUTPUT«Use of uninitialized value $x in pattern match (m//) at STD.pm line 66584.�Use of uninitialized value $x in concatenation (.) or string at STD.pm line 66623.��[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of (?: ... ) for grouping; in Perl 6 please use [ ... ] at /tm…
niecza v18-7-ga660099: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/ktFlzmrSs9 line 1:�------> �[32msay�[33m��[31m for "123".^methods�[0m��Unhandled exception: Check faile…
std f179a1b: OUTPUT«Use of uninitialized value $x in pattern match (m//) at STD.pm line 66577.�Use of uninitialized value $x in concatenation (.) or string at STD.pm line 66616.��[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $] variable; in Perl 6 please use $*PERL_VERSION at /tmp/mQ…
niecza v18-2-gea3d97a: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of << to do left shift; in Perl 6 please use +< or ~< at /tmp/DgrNjJ3udR line 1:�------> �[32mx:< \<\< >($l,$r) {say $l; say $r}; 1 <<�[33m��[31m 2�[0m��Potential difficulties:� &infix:<\<\<> is declared but …
std 8632387: OUTPUT«Use of uninitialized value $x in pattern match (m//) at STD.pm line 66537.�Use of uninitialized value $x in concatenation (.) or string at STD.pm line 66576.��[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of . to concatenate strings; in Perl 6 please use ~ at /tmp/LE…
std 8632387: OUTPUT«Use of uninitialized value $x in pattern match (m//) at STD.pm line 66537.�Use of uninitialized value $x in concatenation (.) or string at STD.pm line 66576.��[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of . to concatenate strings; in Perl 6 please use ~ at /tmp/G0…
Unsupported use of do...for; in Perl 6 please use repeat...for
niecza v17-12-g8b5d5e7: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/rNrFA90XlF line 1 (EOF):�------> �[32m!( $i +& ($i-1) ) }; say ispow2(7); say�[33m��[31m<EOL>�[0m��Un…
rakudo 3ec936: OUTPUT«===SORRY!===␤Unsupported use of $# variable; in Perl 6 please use .fmt␤at /tmp/NPfuFszvAn:1␤»
std 8632387: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/RIf5LyAuDt line 1:�------> �[32msay�[33m��[31m[label1: say 1; say 2]�[0m�Check failed�FAILED 00:00 41m�»…
niecza v17-2-gb8fcf85: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of $\ variable; in Perl 6 please use the filehandle's :ors attribute at /tmp/ptYB9JlSQ2 line 1:�------> �[32mprint 3.$\�[33m��[31m;�[0m��Parse failed��»
..rakudo 415791: OUTPUT«===SORRY!===␤Unsupported use of $\ variable; in Perl 6 please use the filehandle's :ors attribute␤at /tmp/2kezzu296Z:1␤»
niecza v17-2-gb8fcf85: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/BSnyHC3wCm line 1:�------> �[32msay�[33m��[31m '\S\'�[0m��Confused at /tmp/BSnyHC3wCm line 1:�------> �…
but rakudo told me, Unsupported use of {N,M} as general quantifier; in Perl 6 please use ** N..M (or ** N..*) at line 14
rakudo cf40f2: OUTPUT«===SORRY!===␤Unsupported use of {N,M} as general quantifier; in Perl 6 please use ** N..M (or ** N..*) at line 1, near ")/; say $0"␤»
rakudo cf40f2: OUTPUT«===SORRY!===␤Unsupported use of !~ to do negated pattern matching; in Perl 6 please use !~~␤at /tmp/jJi2NQrfnQ:1␤»
std fab64fc: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of undef as a value; in Perl 6 please use something more specific:� Mu (the "most undefined" type object),� an undefined type object such as Int,� :!defined as a matcher,� Any:U as a type constraint,� Nil as the absense
std fab64fc: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of @{$v}; in Perl 6 please use @($v) at /tmp/GmYxcClDXU line 1:�------> �[32m@{$v}�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:00 40m�»
std fab64fc: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of ${_}; in Perl 6 please use {$_} at /tmp/FX5XAgwZZ_ line 1:�------> �[32m"${_}�[33m��[31m"�[0m�Parse failed�FAILED 00:00 41m�»
std fab64fc: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax at /tmp/wqslNkPF2C line 1:�------> �[32mrole CStr { }; new CStr�[33m��[31m(my $x)�[0m�Parse failed�FAILED 00:00 40m�»
std fab64fc: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/lnnbmLF7qN line 1:�------> �[32mdir | say�[33m��[31m<EOL>�[0m�Check failed�FAILED 00:00 40m�»
std fab64fc: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/BtEzDiPQWI line 1:�------> �[32mdir | say�[33m��[31m<EOL>�[0m�Check failed�FAILED 00:00 40m�»
std 3d13d53: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of ${a}; in Perl 6 please use $a at /tmp/U81BT5Zh2x line 1:�------> �[32mmy ${a}�[33m��[31m = 5;�[0m�Parse failed�FAILED 00:00 40m�»
std 3d13d53: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of ${a}; in Perl 6 please use {$a} at /tmp/QbUYL6Snc6 line 1:�------> �[32msay "Hello ${a}�[33m��[31mbc";�[0m�Parse failed�FAILED 00:00 41m�»
std 3d13d53: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of ${a}; in Perl 6 please use $a at /tmp/WsfqeL0gUw line 1:�------> �[32mmy ${a}�[33m��[31m = 5;�[0m�Parse failed�FAILED 00:00 40m�»
std 1ad3292: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/n87Myyq2iu line 1:�------> �[32m3 ==> say�[33m��[31m;�[0m�Check failed�FAILED 00:00 41m�»
std 1ad3292: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'sin'; in Perl 6 please use .sin if you meant $_, or use an explicit invocant or argument at /tmp/kb4sccd9V5 line 1:�------> �[32m3 ==> sin�[33m��[31m;�[0m�Check failed�FAILED 00:00 41m�»
..niecza v15-6-gefda208: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/OmaKL9jVJj line 1:�------> �[32msay�[33m��[31m "testing a simple Forth lexer.words.per�[0m��Confused at…
std 1ad3292: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $, variable; in Perl 6 please use .join() method at /tmp/RbrBhuZI1y line 1:�------> �[32mmy ($a, $b); ($a, $,�[33m��[31m $b) = 1..3�[0m�Parse failed�FAILED 00:00 44m�»
std 1ad3292: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'uc'; in Perl 6 please use .uc if you meant $_, or use an explicit invocant or argument at /tmp/2Mz3u2gb2x line 1:�------> �[32muc�[33m��[31m\ .lc�[0m�Check failed�FAILED 00:00 40m�»
std 1ad3292: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of do...while; in Perl 6 please use repeat...while at /tmp/rM5VRcvzvH line 1:�------> �[32mdo {...} while 1�[33m��[31m;�[0m�Parse failed�FAILED 00:00 41m�»
std 1ad3292: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of << to do left shift; in Perl 6 please use +< or ~< at /tmp/3a8BnvPYSv line 1:�------> �[32msay "foo" <<�[33m��[31m "bar"�[0m�Check failed�FAILED 00:00 41m�»
std 5740094: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/6paawcedCx line 1:�------> �[32msay�[33m��[31m;�[0m�Check failed�FAILED 00:01 107m�»
std 5740094: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/fe3ee7vCEv line 1:�------> �[32msay�[33m��[31m ;�[0m�Check failed�FAILED 00:01 107m�»
std 5740094: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/u1msSXksw0 line 1:�------> �[32msay�[33m��[31m<EOL>�[0m�Check failed�FAILED 00:01 107m�»
rakudo 018b27: OUTPUT«===SORRY!===␤Unsupported use of do...given; in Perl 6 please use repeat...given␤at /tmp/2k0KdBDXXh:1␤»
std 3c2fb9c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Bogus term at /tmp/VCSFvELZy7 line 1 (EOF):�------> �[32mqr/a/�[33m��[31m<EOL>�[0m�Undeclared routines:� 'a' used at line 1� 'qr' used at line 1� (in Perl 6 please use rx instead)�Parse failed�FAILED 00:01 109m�»
rakudo d18aab: OUTPUT«===SORRY!===␤Unsupported use of qr for regex quoting; in Perl 6 please use rx//␤at /tmp/k9LQMnuSEh:1␤»
niecza v15-4-g1f35f89: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/tHX9J57Lk5 line 1:�------> �[32msay�[33m��[31m for 1,2,3...9,10,20,30...100�[0m��Unhandled exception: C…
std 1ad3292: OUTPUT«Potential difficulties:� Unsupported use of .= as append operator; in Perl 6 please use ~= at /tmp/XDvFIK591_ line 1:�------> �[32mmy $brep; $brep .=�[33m��[31m $_;�[0m�ok 00:01 110m�»
niecza v15-4-g1f35f89: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of . to concatenate strings or to call a quoted method; in Perl 6 please use ~ to concatenate, or if you meant to call a quoted method, please supply the required parentheses at /tmp/SYkG47nkbO line 1 (EOF):�-…
niecza v15-4-g1f35f89: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of . to concatenate strings or to call a quoted method; in Perl 6 please use ~ to concatenate, or if you meant to call a quoted method, please supply the required parentheses at /tmp/t58juqOhgY line 1 (EOF):�-…
std 1ad3292: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of [-2] subscript to access from end of array; in Perl 6 please use [*-2] at /tmp/ZH65NJtx8A line 1:�------> �[32mmy @a; say @a[ -2 ]�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:01 111m�»
rakudo bd6742: OUTPUT«===SORRY!===␤Unsupported use of do...for; in Perl 6 please use repeat...for␤at /tmp/Gdrlr5w4iq:1␤»
std 1ad3292: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/6wY74EWz5d line 1:�------> �[32msay�[33m��[31m for 1..10�[0m�Check failed�FAILED 00:01 110m�»
std 1ad3292: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax at /tmp/0Rj6GZOzBe line 1:�------> �[32mclass Foo {}; say new Foo�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:01 109m�»
std 1ad3292: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at /tmp/xuMc7jW3Uv line 1:�------> �[32msay "foo" =~�[33m��[31m /foo/�[0m�Parse failed�FAILED 00:01 110m�»
niecza v15-4-g1f35f89: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/QzoOgSx31_ line 1:�------> �[32msay�[33m��[31m ¾*¾�[0m��Confused at /tmp/QzoOgSx31_ line 1:�------> �[3…
niecza v15-3-g1c4b5a7: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of \p{Zs}; in Perl 6 please use <+isZs> at /tmp/B16ggwOIAZ line 1:�------> �[32m/\p{Zs}�[33m��[31m/�[0m��Parse failed��»
std 292f669: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of \p{Lu}; in Perl 6 please use <+isLu> at /tmp/oE_10basgQ line 1:�------> �[32m/\p{Lu}�[33m��[31m/�[0m�Parse failed�FAILED 00:01 109m�»
std 1ad3292: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of \p{Lu}; in Perl 6 please use <:Lu> at /tmp/8ID3nkdwSa line 1:�------> �[32m/\p{Lu}�[33m��[31m/�[0m�Parse failed�FAILED 00:01 109m�»
niecza v14-51-g3474558: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/AEdyEzBzZx line 1:�------> �[32msay�[33m��[31m- 1;�[0m��Unhandled exception: Check failed�� at /home/…
std 52f3895: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/PEo1z1sqQE line 1:�------> �[32mmy @a = 1..5; say�[33m��[31m »~@a�[0m�Missing « or » at /tmp/PEo1z1sqQE line 1:�--…
std 52f3895: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/muRhwR5vsO line 1:�------> �[32msay�[33m��[31m »<foo>�[0m�Missing « or » at /tmp/muRhwR5vsO line 1:�------> �[32ms…
std 52f3895: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/zfwL3_OlGb line 1:�------> �[32msay�[33m��[31m ».<foo>�[0m�Method call found where infix expected (change whitespa…
std 52f3895: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/fLEWUouxUJ line 1:�------> �[32msay�[33m��[31m .»<foo>�[0m�Confused at /tmp/fLEWUouxUJ line 1:�------> �[32msay �[…
rakudo e035ee: OUTPUT«===SORRY!===␤Unsupported use of <STDIN>; in Perl 6 please use $*IN.lines (or add whitespace to suppress warning)␤at /tmp/kbkZxc4TNg:1␤»
..niecza v13-389-g852f0ff: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/O3lwnpX90R line 1:�------> �[32msay�[33m��[31m "Hi, Devarishi!�[0m��Confused at /tmp/O3lwnpX90R line …
std 48335fc: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $) variable; in Perl 6 please use $*EGID at /tmp/ZjxLZpBjtY line 1:�------> �[32msay $)�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:01 109m�»
std 48335fc: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $# variable; in Perl 6 please use .fmt at /tmp/CpDippBXIa line 1:�------> �[32m$#�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:01 107m�»
std 48335fc: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $? variable as child error; in Perl 6 please use $! at /tmp/hFVCfRAZ66 line 1:�------> �[32m$?�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:01 107m�»
std 48335fc: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of ?: for the conditional operator; in Perl 6 please use ??!! at /tmp/zjmiK4tewW line 1:�------> �[32msay 42 ?�[33m��[31m "foo" : "bar"�[0m�Parse failed�FAILED 00:01 109m�»
std 48335fc: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block at /tmp/L4HMqeCOir line 1:�------> �[32m'jnthn'->�[33m��[31mstockholm�[0m�Parse failed�FAILED 00:01 107m�»…
std 48335fc: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of rand(N); in Perl 6 please use N.rand or (1..N).pick at /tmp/xIca9TRTul line 1:�------> �[32msub rand ($) {...}; rand�[33m��[31m 42;�[0m�Parse failed�FAILED 00:01 110m�»
std 48335fc: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $@ variable as eval error; in Perl 6 please use $! at /tmp/t94nayz7EE line 1:�------> �[32m$@�[33m��[31m*ARGS�[0m�Parse failed�FAILED 00:01 107m�»
nom 052cc6: OUTPUT«===SORRY!===␤Unsupported use of ?: for the conditional operator; in Perl 6 please use ??!!␤at /tmp/KMJ4g674Y5:1␤»
std 47c76b3: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $\ variable; in Perl 6 please use the filehandle's :ors attribute at /tmp/n7eR2OQbik line 1:�------> �[32mmy $\�[33m��[31m x;�[0m�Parse failed�FAILED 00:01 108m�»
nom 6eae67: OUTPUT«===SORRY!===␤Unsupported use of undef as a verb; in Perl 6 please use undefine function or assignment of Nil␤at /tmp/fGsCGpFSr_:1␤»
std b808250: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Term definition requires an initializer at /tmp/psLRf4C6xT line 1:�------> �[32mmy \term�[33m��[31m:<∞> = Inf; say ∞�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument a…
nom b7cce8: OUTPUT«===SORRY!===␤Unsupported use of $@ variable as eval error; in Perl 6 please use $! at line 1, near "*INC"␤»
nom 27a5dd: OUTPUT«===SORRY!===␤Unsupported use of C-style "for (;;)" loop; in Perl 6 please use "loop (;;)" at line 1, near "(1; 1; 1) "␤»
nom b7cce8: OUTPUT«===SORRY!===␤Unsupported use of !~ to do negated pattern matching; in Perl 6 please use !~~ at line 1, near "'b'"␤»
niecza v13-313-ge748acd: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/jQud39_6rN line 1:�------> �[32mmy @a = <a b c>; say�[33m��[31m .>>uc given @a�[0m��Confused at /tmp/…
std 40d10f7: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/IjR_hkdgsK line 1:�------> �[32mmy @a = <a b c>; say�[33m��[31m .>>uc given @a�[0m�Confused at /tmp/IjR_hkdgsK lin…
niecza v13-313-ge748acd: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/fIpJxj_DiM line 1:�------> �[32mmy @a = <a b c>; say�[33m��[31m >>.uc given @a�[0m��Method call found…
std 40d10f7: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/OpXVfjFafv line 1:�------> �[32mmy @a = <a b c>; say�[33m��[31m >>.uc given @a�[0m�Method call found where infix e…
..niecza v13-275-ga638258: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax at /tmp/KALejEFN9W line 1:�------> �[32mo algol, we invent a whole new language �[33m��[31mfor our whole new language!�[0m��Undeclared routi…
..rakudo 326de8: OUTPUT«===SORRY!===␤Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax at line 1, near "for our wh"␤»
niecza v13-243-ga6fc7ac: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/PHeJOjQAq1 line 1:�------> �[32mmy $b =&time; say�[33m��[31m&$b();�[0m��Undeclared routine:� 'time' u…
std dc62e1d: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/9MTlNIkg_n line 1:�------> �[32msay�[33m��[31m for 1..3�[0m�Check failed�FAILED 00:01 109m�»
rakudo 38165a: OUTPUT«===SORRY!===␤Unsupported use of <>; in Perl 6 please use lines() to read input, ('') to represent a null string or () to represent an empty list at line 1, near "<>"␤»
"Unsupported use of [-1] subscript to access from end of array; in Perl 6 please use [*-1]"
niecza v13-146-gae314ef: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/H71BZ2b7N4 line 1:�------> �[32msay�[33m��[31m "\{�[0m��Confused at /tmp/H71BZ2b7N4 line 1:�------> �…
niecza v13-140-g8fa1154: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of [-1] subscript to access from end of array; in Perl 6 please use [*-1] at /tmp/BIzccGhJss line 1 (EOF):�------> �[32m{}[-1]�[33m��[31m<EOL>�[0m��Parse failed��»
std dc62e1d: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of . to concatenate strings; in Perl 6 please use ~ at /tmp/6aTdzwvTuh line 1:�------> �[32m:100[12,.,�[33m��[31m34]�[0m�Parse failed�FAILED 00:01 122m�»
..niecza v13-69-geb4c919: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of $/ variable as input record separator; in Perl 6 please use the filehandle's :irs attribute at /tmp/ttXdFAqHJU line 1:�------> �[32m$/�[33m��[31m = Any;�[0m��Parse failed��»
std dc62e1d: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $/ variable as input record separator; in Perl 6 please use the filehandle's :irs attribute at /tmp/D6C9y7WL8z line 1:�------> �[32m$/�[33m��[31m = Any;�[0m�Parse failed�FAILED 00:01 119m�»
niecza v13-46-gab2db52: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of rand(N); in Perl 6 please use N.rand or (1..N).pick at /tmp/UdmCAm4STk line 1:�------> �[32msay rand�[33m��[31m 5�[0m��Parse failed��»
..rakudo a7fd89: OUTPUT«===SORRY!===␤Unsupported use of rand(N); in Perl 6 please use N.rand or (1..N).pick at line 1, near " 5"␤»
..niecza v13-1-gbfba5a3: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/Q4iTHHNb05 line 1:�------> �[32msay say�[33m��[31m.WHAT�[0m��Unhandled exception: Check failed�� at /h…
std dc62e1d: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax at /tmp/yTzaQ9pfli line 1:�------> �[32mnew Proxy�[33m��[31m;�[0m�Parse failed�FAILED 00:01 118m�»
niecza v12-177-g9a8aaf4: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/keivzLD8MR line 1:�------> �[32m = gather for @xs -> $x { take $x }; say�[33m��[31m for @ys; # I won…
niecza v12-177-g9a8aaf4: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/7hHnaoqlJN line 1:�------> �[32msay�[33m��[31m+5�[0m��Unhandled exception: Check failed�� at /home/p…
niecza v12-177-g9a8aaf4: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/8qZSqEnjvG line 1:�------> �[32msay�[33m��[31m$_�[0m��Two terms in a row (listop with args requires w…
rakudo 18f12d: OUTPUT«===SORRY!===␤Unsupported use of {N,M} as general quantifier; in Perl 6 please use ** N..M (or ** N..*) at line 1, near ")/ <?{ 0<="␤»
..niecza v12-72-g383966e: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of >> to do right shift; in Perl 6 please use +> or ~> at /tmp/dnJubPmAjN line 1:�------> �[32mmy @aaa = <1 2 3 4 5>; say @aaa >>�[33m��[31m ++;�[0m��Prefix requires an argument at /tmp/dnJubPmAjN line 1:�---…
..rakudo 1eadbb: OUTPUT«===SORRY!===␤Unsupported use of >> to do right shift; in Perl 6 please use +> or ~> at line 1, near "++;"␤»
std dc62e1d: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $" variable; in Perl 6 please use .join() method at /tmp/4cKhyS9K8U line 1:�------> �[32m$"�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:01 119m�»
std dc62e1d: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $\ variable; in Perl 6 please use the filehandle's :ors attribute at /tmp/A9tq4lYqqq line 1:�------> �[32m$\�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:01 119m�»
niecza v12-22-g09e2f5d: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/OL73xYQXd2 line 1 (EOF):�------> �[32mprint 1..*; say�[33m��[31m<EOL>�[0m��Unhandled exception: Check …
std be1f10e: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of brackets around replacement; in Perl 6 please use assignment syntax at /tmp/T6Ix5c4KpE line 1:�------> �[32ms{x}�[33m��[31m{y}�[0m�Parse failed�FAILED 00:01 120m�»
nom 676b35: OUTPUT«===SORRY!===␤Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block at line 1, near " $n { say "␤»
nom 676b35: OUTPUT«===SORRY!===␤Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block at line 1, near " $n { say "␤»
std be1f10e: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of . to concatenate strings; in Perl 6 please use ~ at /tmp/CkyOC_BE3_ line 1 (EOF):�------> �[32mmglw'nafh Cobol R'lyeh wgah'nagl fhtagn.�[33m��[31m<EOL>�[0m�Undeclared routine:� 'fhtagn' used at line 1�Parse failed�FAI…
rakudo 8f1f5d: OUTPUT«===SORRY!===␤Unsupported use of undef as a verb; in Perl 6 please use undefine function or assignment of Nil at line 1, near " @a[1]; sa"␤»
std be1f10e: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of [-1] subscript to access from end of array; in Perl 6 please use [*-1] at /tmp/vwTpm__dlr line 1:�------> �[32mmy @a = ['a']; @a[-1]�[33m��[31m = Any; say @a.perl�[0m�Parse failed�FAILED 00:01 123m�»
niecza v11-24-gcdd4e66: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of [-1] subscript to access from end of array; in Perl 6 please use [*-1] at /tmp/QsFFPmVVmz line 1:�------> �[32mmy @a = ['a']; @a[-1]�[33m��[31m = Any; say @a.perl # thought we had a b�[0m��Parse failed��»…
niecza v11-23-g18f7db0: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Colonpair traits NYI at /tmp/AWBrXErpAU line 1:�------> �[32mconstant term:<∞> �[33m��[31m= Inf; say ∞�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument a…
std be1f10e: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/5yzj1CVqo_ line 1:�------> �[32mconstant term:<∞> = Inf; say�[33m��[31m ∞�[0m�Confused at /tmp/5yzj1CVqo_ line 1:�…
niecza v11-15-g1491987: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of $@ variable as eval error; in Perl 6 please use $! at /tmp/UJXlfbXx7T line 1:�------> �[32m$@�[33m��[31m + 5�[0m��Parse failed��»
nom 878004: OUTPUT«===SORRY!===␤Unsupported use of do...for; in Perl 6 please use repeat...for at line 1, near "}; test();"␤»
nom 878004: OUTPUT«===SORRY!===␤Unsupported use of do...for; in Perl 6 please use repeat...for at line 1, near ""␤»
std be1f10e: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of do...for; in Perl 6 please use repeat...for at /tmp/_Qqd8qDiST line 1 (EOF):�------> �[32mdo { } for 1�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:01 120m�»
Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at line 3, near " tr/A-Za-z"
std 580b69a: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of - as character range; in Perl 6 please use .. at /tmp/otNp7fRbjP line 1:�------> �[32mtr/A-Z�[33m��[31ma-z/N-ZA-Mn-za-m/�[0m�Parse failed�FAILED 00:01 119m�»
..niecza v10-61-gbacff10: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of - as character range; in Perl 6 please use .. at /tmp/g__1QlQoBm line 1:�------> �[32m13 {my $string = shift;$string ~~ tr/A-Z�[33m��[31ma-z/N-ZA-Mn-za-m/;return $string;}print �[0m��Parse failed��»…
niecza v10-61-gbacff10: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'print'; in Perl 6 please use .print if you meant $_, or use an explicit invocant or argument at /tmp/EYpE8bKX0S line 1 (EOF):�------> �[32m'a' ==> print�[33m��[31m<EOL>�[0m���Unhandled Exception: Che…
Unsupported use of - as character range;in Perl 6 please use .. at line 338, near "]>/, 'unes"
rakudo ce15be: OUTPUT«===SORRY!===␤Unsupported use of <>; in Perl 6 please use lines() to read input, ('') to represent a null string or () to represent an empty list at line 1, near "<>; say fo"␤»
niecza v10-44-g82a2206: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block at /tmp/1g4FWnF5xg line 1:�------> �[32mBool->�[33m��[31mnew�[0m��Parse failed��»
..b 1b7dd1: OUTPUT«===SORRY!===␤Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block at line 22, near "new"␤»
..nom 3e66bd: OUTPUT«===SORRY!===␤Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block at line 1, near "new"␤»
nom 3fd353: OUTPUT«===SORRY!===␤Unsupported use of - as character range;in Perl 6 please use .. at line 1, near "]>/"␤»
nom 3fd353: OUTPUT«===SORRY!===␤Unsupported use of - as character range;in Perl 6 please use .. at line 1, near " ]>/"␤»
Unsupported use of <>; in Perl 6 please use lines() to read input, ('') to represent a null string or () to represent an empty list at line 1, near "<>\n"
std 20ae3bd: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/NAFqK3S6MN line 1:�------> �[32msay: say�[33m��[31m 4; goto say�[0m�Two terms in a row at /tmp/NAFqK3S6MN line 1:�…
std 20ae3bd: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/8gN05StDF6 line 1:�------> �[32msay: goto say�[33m��[31m;�[0m�Check failed�FAILED 00:01 119m�»
std 20ae3bd: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/yOhTnKdAMp line 1:�------> �[32msay�[33m��[31m<EOL>�[0m�Check failed�FAILED 00:01 118m�»
nom dc9ffc: OUTPUT«===SORRY!===␤Unsupported use of $; variable; in Perl 6 please use real multidimensional hashes at line 1, near " my $"␤»
std 20ae3bd: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $; variable; in Perl 6 please use real multidimensional hashes at /tmp/co7uGWP9VI line 1:�------> �[32mmy $;�[33m��[31m my $�[0m�Parse failed�FAILED 00:01 119m�»
std 20ae3bd: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of [-1] subscript to access from end of array; in Perl 6 please use [*-1] at /tmp/HGjlVLl5ks line 1:�------> �[32mmy @a = <one two>; @a[-1]�[33m��[31m = 'zero'; @a.perl�[0m�Parse failed�FAILED 00:01 123m�»
std 20ae3bd: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/L2jtRs4j7l line 1:�------> �[32msub if() { '2' }; say�[33m��[31m if;�[0m�Confused at /tmp/L2jtRs4j7l line 1:�-----…
b 1b7dd1: OUTPUT«===SORRY!===␤Unsupported use of undef as a verb; in Perl 6 please use undefine function or assignment of Nil at line 22, near " $a; say $"␤»
std 20ae3bd: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of undef as a value; in Perl 6 please use something more specific:� Mu (the "most undefined" type object),� an undefined type object such as Int,� Nil as an empty list,� :!defined as a matcher,� Any:U as a type constrain…
niecza v10-38-g23f1b2e: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/G9CQevIUQU line 1:�------> �[32msay: say�[33m��[31m 4; goto say; # TimToady why isn't say a�[0m��Two t…
niecza v10-38-g23f1b2e: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/wFcMxL_aNS line 1:�------> �[32msay: &say(4); goto say�[33m��[31m; # using &say explicitly disambiguat…
niecza v10-36-g241a2d8: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/6zREWKx9r0 line 1:�------> �[32msay: say�[33m��[31m "test"�[0m��Two terms in a row at /tmp/6zREWKx9r0 …
std 20ae3bd: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/9zzV_HQaF3 line 1:�------> �[32msay: say�[33m��[31m 'test'�[0m�Two terms in a row at /tmp/9zzV_HQaF3 line 1:�-----…
rakudo 7408d6: OUTPUT«===SORRY!===␤Unsupported use of >> to do right shift; in Perl 6 please use +> or ~> at line 1, near "\";"␤»
rakudo 7408d6: OUTPUT«===SORRY!===␤Unsupported use of >> to do right shift; in Perl 6 please use +> or ~> at line 1, near "\";"␤»
std 8b331d2: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of the 1-based special form '\1' as a backreference; in Perl 6 please use the 0-based variable '$0' instead at /tmp/SyhzrylExF line 1:�------> �[32m/(.)\1�[33m��[31m/�[0m�Check failed�FAILED 00:01 120m�»
niecza v10-34-gb08643d: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of the 1-based special form '\1' as a backreference; in Perl 6 please use the 0-based variable '$0' instead at /tmp/KweFaGMRFO line 1:�------> �[32m/(.)\1�[33m��[31m/�[0m��Action method backslash:oldbackref n…
std 8b331d2: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of [-1] subscript to access from end of array; in Perl 6 please use [*-1] at /tmp/KmgYHBihNe line 1:�------> �[32m<a b>[-1]�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:01 119m�»
nom 5a3836: OUTPUT«===SORRY!===␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ !*.defined as a matcher or method,␤ Any:U as a type constraint␤ or
Unsupported use of $] variable; in Perl 6 please use $*PERL_VERSION at line 1, near "\n"
nom 5a3836: OUTPUT«===SORRY!===␤Unsupported use of ?: for the conditional operator; in Perl 6 please use ??!! at line 1, near "'i know':'"␤»
rakudo 5a3836: OUTPUT«===SORRY!===␤Unsupported use of ?: for the conditional operator; in Perl 6 please use ??!! at line 1, near "'i know':'"␤»
niecza v10-18-g5be99bf: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of ?: for the conditional operator; in Perl 6 please use ??!! at /tmp/_M7KFjJene line 1:�------> �[32m?1?�[33m��[31m'i know':'the Perl 6 is using ?? and !! �[0m��Parse failed��»
std 8b331d2: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $] variable; in Perl 6 please use $*PERL_VERSION at /tmp/ErufzgESb1 line 1:�------> �[32m$]�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:01 119m�»
std 8b331d2: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $@ variable as eval error; in Perl 6 please use $! at /tmp/ElCDn_VT5g line 1:�------> �[32m$@�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:01 119m�»
nom f2cc82: OUTPUT«===SORRY!===␤Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at line 1, near " '')?1:0"␤»
nom f2cc82: OUTPUT«===SORRY!===␤Unsupported use of ?: for the conditional operator; in Perl 6 please use ??!! at line 1, near "1:0"␤»
std 8b331d2: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/q_m2tAemSc line 1:�------> �[32msay�[33m��[31m for 1..3�[0m�Check failed�FAILED 00:01 121m�»
std 8b331d2: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of brackets around replacement; in Perl 6 please use assignment syntax at /tmp/mny7SuVZ6D line 1:�------> �[32ms:g{o}�[33m��[31m{e}�[0m�Parse failed�FAILED 00:01 120m�»
niecza v10-17-g8fdba33: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of $^X variable; in Perl 6 please use $*EXECUTABLE_NAME at /tmp/apX29CxZ6e line 1:�------> �[32m> is equiv(&postfix:<++>) { [*] 1.. $^X �[33m��[31m}; say 5!�[0m��Parse failed��»
niecza v10-11-g85199bf: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/2kyy8e6KdF line 1 (EOF):�------> �[32m TOP { <foo>+ }; rule foo { \w } }; say�[33m��[31m<EOL>�[0m��Un…
std 8b331d2: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block at /tmp/4Uf2A2RtSZ line 1:�------> �[32m(1,2,3)>>->�[33m��[31m>3�[0m�Parse failed�FAILED 00:01 121m�»
std 3f08f8f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/ZMs3zwoZTi line 1:�------> �[32mmy @a; say�[33m��[31m #$a�[0m�Check failed�FAILED 00:01 120m�»
std 3f08f8f: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $#a variable; in Perl 6 please use @a.end at /tmp/FbcmocQ5RT line 1:�------> �[32mmy @a; say $#a�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:01 121m�»
std c22b2ee: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of ?: for the conditional operator; in Perl 6 please use ??!! at /tmp/NqDFT2Y7eF line 1:�------> �[32m1 ?�[33m��[31m 2 : 3�[0m�Parse failed�FAILED 00:01 119m�»
rakudo 09a598: OUTPUT«===SORRY!===␤Unsupported use of ?: for the conditional operator; in Perl 6 please use ??!! at line 1, near " 2 : 3"␤»
..rakudo 09a598: OUTPUT«===SORRY!===␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ !*.defined as a matcher or method,␤ Any:U as a type constraint␤
..niecza v9-46-g16ef0c8: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of undef as a value; in Perl 6 please use something more specific:� Mu (the "most undefined" type object),� an undefined type object such as Int,� Nil as an empty list,� :!defined as a matcher,� Any:U as
std c22b2ee: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of undef as a value; in Perl 6 please use something more specific:� Mu (the "most undefined" type object),� an undefined type object such as Int,� Nil as an empty list,� :!defined as a matcher,� Any:U as a type constrain…
std c22b2ee: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $? variable as child error; in Perl 6 please use $! at /tmp/x1zw1pWca0 line 1:�------> �[32msay $?�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:01 119m�»
..rakudo 165527: OUTPUT«===SORRY!===␤Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at line 1, near " /[<pair>?"␤»
..niecza v9-32-g380d891: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at /tmp/KcxzPpTlBI line 1:�------> �[32msay ',,' =~�[33m��[31m /[<pair>?] ** \,/�[0m��Parse failed��»
rakudo 10d9ee: OUTPUT«===SORRY!===␤Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at line 1, near " s/^(.)/[$"␤»
niecza v9-23-g1a8efca: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of [-3] subscript to access from end of array; in Perl 6 please use [*-3] at /tmp/Yrr1qF_V0Q line 1:�------> �[32mmy @a; say @a[-3]�[33m��[31m[1]�[0m��Parse failed��»
niecza v9-23-g1a8efca: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of $) variable; in Perl 6 please use $*EGID at /tmp/ahGxc1cFd8 line 1:�------> �[32msub f { f(|$)�[33m��[31m }; say "alive"�[0m��Parse failed��»
std bb4f150: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $) variable; in Perl 6 please use $*EGID at /tmp/GVQwdrNgrz line 1:�------> �[32msub f { f(|$)�[33m��[31m }; say "alive"�[0m�Parse failed�FAILED 00:01 120m�»
std e3c970e: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Variable $foo is not predeclared at /tmp/_XuDco3T0G line 1:�------> �[32m$foo�[33m��[31m . $bar�[0m�Unsupported use of . to concatenate strings; in Perl 6 please use ~ at /tmp/_XuDco3T0G line 1:�------> �[32m$foo . �[33m��[31m$bar�[0m�P…
rakudo 5aac38: OUTPUT«===SORRY!===␤Unsupported use of <>; in Perl 6 please use lines() to read input, ('') to represent a null string or () to represent an empty list at line 1, near "<>; say \"a"␤»
std e3c970e: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of <>; in Perl 6 please use lines() to read input,� or ('') to represent the null string,� or () to represent Nil at /tmp/_Qx6weLjZw line 1:�------> �[32m<�[33m��[31m>�[0m�Parse failed�FAILED 00:01 117m�»…
std e3c970e: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of <STDIN>; in Perl 6 please use $*IN.lines at /tmp/tzo8JKSYEc line 1:�------> �[32m<�[33m��[31mSTDIN>�[0m�Parse failed�FAILED 00:01 117m�»
std e3c970e: OUTPUT«Potential difficulties:� Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/qSSaVXDSDp line 1:�------> �[32msay�[33m��[31m;�[0m�ok 00:01 117m�»
std e3c970e: OUTPUT«Potential difficulties:� Unsupported use of bare 'WHICH'; in Perl 6 please use .WHICH if you meant $_, or use an explicit invocant or argument at /tmp/H9GUkjJW_z line 1:�------> �[32mWHICH�[33m��[31m;�[0m�ok 00:01 117m�»
nom: OUTPUT«===SORRY!===␤Unsupported use of <>; in Perl 6 please use lines() to read input, ('') to represent a null string or () to represent an empty list at line 1, near "<>;"␤»
niecza v8-52-g3afe236: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m��Unsupported use of suffix regex modifiers; in Perl 6 please use prefix adverbs at /tmp/xHYoFlmEAl line 1:�------> �[32m$_ = "foo"; s/o/a/g�[33m��[31m; say $_�[0m�Other potential difficulties:� Unsupported use of /g; in Perl …
std 516268a: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of $` variable; in Perl 6 please use explicit pattern before <( at /tmp/3lKeoeqYFw line 1:�------> �[32m$`�[33m��[31m<EOL>�[0m�Parse failed�FAILED 00:01 118m�»
std 516268a: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Confused at /tmp/t1wT3oD9wM line 1:␤------> �[32msay #`{{ }} �[33m⏏�[31m}} 'hello'�[0m␤ expecting any of:␤ argument list␤ statement modifier loop␤Other potential difficulties:␤ Unsupported use of bare 'say'; in Perl 6 please use .sa…
rakudo 922500: OUTPUT«===SORRY!===␤Unsupported use of !~ to do negated pattern matching; in Perl 6 please use !~~ at line 22, near "any(1, 2, "␤»
rakudo 922500: OUTPUT«===SORRY!===␤Unsupported use of rand(N); in Perl 6 please use N.rand or (1..N).pick at line 22, near " 1"␤»
std 516268a: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of rand(N); in Perl 6 please use N.rand or (1..N).pick at /tmp/OEILu6NOjK line 1:␤------> �[32msay rand�[33m⏏�[31m 1, 2�[0m␤Parse failed␤FAILED 00:01 118m␤»
rakudo f63b82: OUTPUT«===SORRY!===␤Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at line 22, near " 1"␤»
nom: OUTPUT«Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at line 1, near " 1"␤current instr.: 'nqp;HLL;Grammar;panic' pc 23533 (src/stage2/gen/NQPHLL.pir:6314) (src/stage2/gen/NQPHLL.pm:328)␤»
nom: OUTPUT«Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at line 1, near " 1"␤»
nom: OUTPUT«Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at line 1, near " 1"␤»
nom: OUTPUT«Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at line 1, near " 1"␤»
rakudo f63b82: OUTPUT«===SORRY!===␤Unsupported use of /g; in Perl 6 please use :g at line 22, near ""␤»
niecza v7-39-gfe88724: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤␤Unsupported use of suffix regex modifiers; in Perl 6 please use prefix adverbs at /tmp/PA_T1ztkH9 line 1 (EOF):␤------> �[32ms/./_/g�[33m⏏�[31m<EOL>�[0m␤Other potential difficulties:␤ Unsupported use of /g; in Perl 6 please …
std 516268a: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of suffix regex modifiers; in Perl 6 please use prefix adverbs at /tmp/A9hIDr2xXc line 1:␤------> �[32ms/./_/g�[33m⏏�[31m<EOL>�[0m␤Other potential difficulties:␤ Unsupported use of /g; in Perl 6 please use :g at /tmp/A9…
niecza v7-39-gfe88724: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤␤Confused at /tmp/Tn4YUtW67j line 1:␤------> �[32msay �[33m⏏�[31m∅.succ�[0m␤Other potential difficulties:␤ Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /…
std 516268a: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Decimal point must be followed by digit at /tmp/c8VFcnrm1r line 1:␤------> �[32msay 20.�[33m⏏�[31m / 5.�[0m␤Unsupported use of . to concatenate strings; in Perl 6 please use ~ at /tmp/c8VFcnrm1r line 1:␤------> �[32msay 20. �[33m⏏�[31m/…
std 516268a: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Decimal point must be followed by digit at /tmp/e9Abxck8td line 1:␤------> �[32msay 5.�[33m⏏�[31m<EOL>�[0m␤Unsupported use of . to concatenate strings; in Perl 6 please use ~ at /tmp/e9Abxck8td line 1 (EOF):␤------> �[32msay 5.�[33m⏏�[3…
rakudo 72d158: OUTPUT«===SORRY!===␤Unsupported use of $\ variable; in Perl 6 please use the filehandle's :ors attribute at line 22, near " x++\\ "␤»
nom: OUTPUT«Unsupported use of ?: for the conditional operator; in Perl 6 please use ??!! at line 1, near "( %a{any '"␤current instr.: 'nqp;HLL;Grammar;panic' pc 23533 (src/stage2/gen/NQPHLL.pir:6314) (src/stage2/gen/NQPHLL.pm:328)␤»
rakudo 72d158: OUTPUT«===SORRY!===␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ !*.defined as a matcher or method,␤ Any:U as a type constraint␤ or…
nom: OUTPUT«Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ !*.defined as a matcher or method,␤ Any:U as a type constraint␤ or fail() as a failure re…
rakudo 72d158: OUTPUT«===SORRY!===␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ !*.defined as a matcher or method,␤ Any:U as a type constraint␤ or…
rakudo 72d158: OUTPUT«===SORRY!===␤Unsupported use of <>; in Perl 6 please use lines() to read input, ('') to represent a null string or () to represent an empty list at line 22, near "<> }; say "␤»
std 37a0cdd: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of rand(); in Perl 6 please use rand at /tmp/EMLTRMYuUq line 1:␤------> �[32mrand�[33m⏏�[31m()�[0m␤Parse failed␤FAILED 00:01 117m␤»
std 37a0cdd: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Decimal point must be followed by digit at /tmp/77HxsuWKqU line 1:␤------> �[32m5.�[33m⏏�[31m<EOL>�[0m␤Unsupported use of . to concatenate strings; in Perl 6 please use ~ at /tmp/77HxsuWKqU line 1 (EOF):␤------> �[32m5.�[33m⏏�[31m<EOL>�…
std 37a0cdd: OUTPUT«Potential difficulties:␤ Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/r3BStr0_na line 1:␤------> �[32msay�[33m⏏�[31m<EOL>�[0m␤ok 00:01 117m␤»
std 37a0cdd: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of - as character range; in Perl 6 please use .. at /tmp/XOvTQHkg4o line 1:␤------> �[32m/<[a-c�[33m⏏�[31m]>/�[0m␤Parse failed␤FAILED 00:01 120m␤»
std 37a0cdd: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of <>; in Perl 6 please use lines() to read input,␤ or ('') to represent the null string,␤ or () to represent Nil at /tmp/4vdsDesXjX line 1:␤------> �[32m$_ = <�[33m⏏�[31m>;�[0m␤Parse failed␤FAILED 00:01 120m␤»…
std 37a0cdd: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of $/ variable as input record separator; in Perl 6 please use the filehandle's :irs attribute at /tmp/jdg6zWQNPz line 1:␤------> �[32m$/�[33m⏏�[31m = 42�[0m␤Parse failed␤FAILED 00:01 118m␤»
rakudo b2bc99: OUTPUT«===SORRY!===␤Unsupported use of /i; in Perl 6 please use :i at line 22, near ""␤»
std 37a0cdd: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of {1,3} as general quantifier; in Perl 6 please use X**1..3 at /tmp/WuHMWHbxKy line 1:␤------> �[32m"foo" ~~ m/o{1,3}�[33m⏏�[31m/�[0m␤Check failed␤FAILED 00:01 121m␤»
rakudo 248244: OUTPUT«===SORRY!===␤Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax at line 22, near "(\"hello\");"␤»
std c843201: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of . to concatenate strings; in Perl 6 please use ~ at /tmp/F0lAyApPr7 line 1:␤------> �[32mmy $foo; my $bar; $foo . �[33m⏏�[31m$bar�[0m␤Parse failed␤FAILED 00:01 114m␤»
rakudo 048573: OUTPUT«===SORRY!===␤Unsupported use of <STDIN>; in Perl 6 please use $*IN.lines at line 22, near "<STDIN>"␤»
..niecza v5-130-gc49e30c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤␤Unsupported use of >> to do right shift; in Perl 6 please use +> or ~> at /tmp/4bE6tTW63C line 1:␤------> �[32m[1,3,2,8,9,6] >>�[33m⏏�[31m sort�[0m␤␤Unhandled exception: Check failed␤␤ at /home/p6eval/niecza/boot/lib/CORE.setting
..rakudo 048573: OUTPUT«===SORRY!===␤Unsupported use of >> to do right shift; in Perl 6 please use +> or ~> at line 22, near "sort"␤»
rakudo 048573: OUTPUT«===SORRY!===␤Unsupported use of >> to do right shift; in Perl 6 please use +> or ~> at line 22, near ".say;"␤»
std a71faea: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ :!defined as a matcher,␤ Any:U as a type constraint␤
std a71faea: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of @{}; in Perl 6 please use @() at /tmp/PFfs_8LK2I line 1:␤------> �[32m@{}�[33m⏏�[31m<EOL>�[0m␤Parse failed␤FAILED 00:01 112m␤»
std 3ba3a75: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of $. variable; in Perl 6 please use the filehandle's .line method at /tmp/tLZGhyiEFa line 1:␤------> �[32m$.�[33m⏏�[31m<EOL>�[0m␤Parse failed␤FAILED 00:01 112m␤»
std 9f27365: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at /tmp/vQylQfDv5v line 1:␤------> �[32m'a' =~�[33m⏏�[31m /a/�[0m␤Parse failed␤FAILED 00:01 113m␤»
std 9f27365: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at /tmp/cksxAqn4XX line 1:␤------> �[32mmy $x; $x=~�[33m⏏�[31m1;�[0m␤Parse failed␤FAILED 00:01 114m␤»
std 9f27365: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of do...while; in Perl 6 please use repeat...while at /tmp/XO2WRRWv0c line 1 (EOF):␤------> �[32mdo { } while 1�[33m⏏�[31m<EOL>�[0m␤Parse failed␤FAILED 00:01 113m␤»
rakudo 6ca614: OUTPUT«===SORRY!===␤Unsupported use of <>; in Perl 6 please use lines() to read input, ('') to represent a null string or () to represent an empty list at line 22, near "<>"␤»
std 9f27365: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of <>; in Perl 6 please use lines() to read input,␤ or ('') to represent the null string,␤ or () to represent Nil at /tmp/1ylV5dV49b line 1:␤------> �[32msay <�[33m⏏�[31m>�[0m␤Parse failed␤FAILED 00:01 112m␤»
niecza v4-51-gd9fcbb6: OUTPUT«Potential difficulties:␤ Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/hBVLN_vsgW line 1 (EOF):␤------> �[32msay say�[33m⏏�[31m<EOL>�[0m␤␤␤Bool::True␤»
std 4608239: OUTPUT«Potential difficulties:␤ Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/zxiTl2uSPO line 1:␤------> �[32msay say�[33m⏏�[31m<EOL>�[0m␤ok 00:01 118m␤»
rakudo 4bf132: OUTPUT«===SORRY!===␤Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax at line 22, near ";"␤»
rakudo 4bf132: OUTPUT«===SORRY!===␤Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax at line 22, near "; #empty c"␤»
rakudo 4bf132: OUTPUT«===SORRY!===␤Unsupported use of >> to do right shift; in Perl 6 please use +> or ~> at line 22, near "join(\":::\""␤»
rakudo 4bf132: OUTPUT«===SORRY!===␤Unsupported use of >> to do right shift; in Perl 6 please use +> or ~> at line 22, near "sin; say @"␤»
rakudo 4bf132: OUTPUT«===SORRY!===␤Unsupported use of >> to do right shift; in Perl 6 please use +> or ~> at line 22, near "sin; say @"␤»
rakudo 4bf132: OUTPUT«===SORRY!===␤Unsupported use of >> to do right shift; in Perl 6 please use +> or ~> at line 22, near "sin; say @"␤»
rakudo 4bf132: OUTPUT«===SORRY!===␤Unsupported use of >> to do right shift; in Perl 6 please use +> or ~> at line 22, near "sin; say @"␤»
rakudo 4bf132: OUTPUT«===SORRY!===␤Unsupported use of >> to do right shift; in Perl 6 please use +> or ~> at line 22, near "sin; say @"␤»
std 4608239: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of $] variable; in Perl 6 please use $*PERL_VERSION at /tmp/FQ4eXJiHrq line 1:␤------> �[32m$]�[33m⏏�[31m<EOL>�[0m␤Parse failed␤FAILED 00:01 118m␤»
std 4608239: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of $[ variable; in Perl 6 please use user-defined array indices at /tmp/ntH6MpFnfF line 1:␤------> �[32m$[�[33m⏏�[31m<EOL>�[0m␤Parse failed␤FAILED 00:01 118m␤»
std 4608239: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of $| variable; in Perl 6 please use :autoflush on open at /tmp/p_31XQgo9C line 1:␤------> �[32m$|�[33m⏏�[31m<EOL>�[0m␤Parse failed␤FAILED 00:01 118m␤»
std 4608239: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax at /tmp/oswS_XeDAr line 1:␤------> �[32mone hyper cat for now and chomp new hash�[33m⏏�[31m<EOL>�[0m␤Parse failed␤FAILED 00:01 120m␤»
rakudo 841b2c: OUTPUT«===SORRY!===␤Unsupported use of - as character range; in Perl 6 please use .. at line 22, near "]>+$//; sa"␤»
std 4608239: OUTPUT«Potential difficulties:␤ Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/qa1hjPxRwh line 1:␤------> �[32msay�[33m⏏�[31m;�[0m␤ok 00:01 117m␤»
std 4608239: OUTPUT«Potential difficulties:␤ Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/dcQDVnUAkv line 1:␤------> �[32msay�[33m⏏�[31m;�[0m␤ok 00:01 117m␤»
rakudo 191305: OUTPUT«===SORRY!===␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ !*.defined as a matcher or method,␤ Any:U as a type constraint␤ or
rakudo 191305: OUTPUT«===SORRY!===␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ !*.defined as a matcher or method,␤ Any:U as a type constraint␤ or
std 4608239: OUTPUT«Potential difficulties:␤ Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/xgqdmDFctS line 1:␤------> �[32mfor <a b c> { say�[33m⏏�[31m }�[0m␤ok 00:01 119m␤»
rakudo 37eafa: OUTPUT«===SORRY!===␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ *.notdef as a matcher or method,␤ Any:U as a type constraint␤ or
std 4608239: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of ?: for the conditional operator; in Perl 6 please use ??!! at /tmp/RSTuF2ep0r line 1:␤------> �[32m5 ?�[33m⏏�[31m 2 : 3�[0m␤Parse failed␤FAILED 00:01 119m␤»
rakudo 655a8f: OUTPUT«===SORRY!===␤Unsupported use of <STDIN>; in Perl 6 please use $*IN.lines at line 22, near "<STDIN>) {"␤»
rakudo 655a8f: OUTPUT«===SORRY!===␤Unsupported use of <STDIN>; in Perl 6 please use $*IN.lines at line 22, near "<STDIN>) {"␤»
rakudo 655a8f: OUTPUT«===SORRY!===␤Unsupported use of <>; in Perl 6 please use lines() to read input, ('') to represent a null string or () to represent an empty list at line 22, near "<>) { say "␤»
std 625303c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of ?: for the conditional operator; in Perl 6 please use ??!! at /tmp/x0pufR33Nv line 1:␤------> �[32mprintf("%s is %s\n", (3 == 3) ?�[33m⏏�[31m 3 : 4, 'nice');�[0m␤Parse failed␤FAILED 00:01 123m␤»
std 625303c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Decimal point must be followed by digit at /tmp/4mO910GHhO line 1:␤------> �[32m1.�[33m⏏�[31m<EOL>�[0m␤Unsupported use of . to concatenate strings; in Perl 6 please use ~ at /tmp/4mO910GHhO line 1 (EOF):␤------> �[32m1.�[33m⏏�[31m<EOL>�[0m␤Parse
std 625303c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of suffix regex modifiers; in Perl 6 please use prefix adverbs at /tmp/kMEfZaXdvs line 1:␤------> �[32m/^$/m�[33m⏏�[31m<EOL>�[0m␤Other potential difficulties:␤ Unsupported use of /m; in Perl 6 please use ^^ and $$ anchors at
rakudo 924242: OUTPUT«===SORRY!===␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ *.notdef as a matcher or method,␤ Any:U as a type constraint␤ or
rakudo 924242: OUTPUT«===SORRY!===␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ *.notdef as a matcher or method,␤ Any:U as a type constraint␤ or
rakudo d3e9a3: OUTPUT«===SORRY!===␤Unsupported use of $. variable; in Perl 6 please use the filehandle's .line method at line 22, near " ;"␤»
std 625303c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ :!defined as a matcher,␤ Any:U as a type constraint␤
std 625303c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of ?: for the conditional operator; in Perl 6 please use ??!! at /tmp/KlsAZcIyvq line 1:␤------> �[32mmy ($a, $b, $c); $a ?�[33m⏏�[31m $b : $c;�[0m␤Parse failed␤FAILED 00:01 122m␤»
std 625303c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of ?: for the conditional operator; in Perl 6 please use ??!! at /tmp/t6fEDYHAgL line 1:␤------> �[32mmy $foo; say $foo ?�[33m⏏�[31m 'yes' : 'no';�[0m␤Parse failed␤FAILED 00:01 121m␤»
rakudo 549d2a: OUTPUT«===SORRY!===␤Unsupported use of - as character range;in Perl 6 please use .. at line 22, near "z]> /"␤»
std 625303c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of - as character range; in Perl 6 please use .. at /tmp/f1feA04ho8 line 1:␤------> �[32m/ <[a-z�[33m⏏�[31m]> /�[0m␤Parse failed␤FAILED 00:01 120m␤»
rakudo fcc46e: OUTPUT«===SORRY!===␤Unsupported use of - as character range; in Perl 6 please use .. at line 22, near "z]>/"␤»
..niecza v1-207-g786a885: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤␤Unsupported use of - as character range; in Perl 6 please use .. at /tmp/FD6qiWbDPI line 1:␤------> �[32m/<[a-z�[33m⏏�[31m]>/�[0m␤␤Parse failed␤␤»
std 625303c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of - as character range; in Perl 6 please use .. at /tmp/MjkysOSYRL line 1:␤------> �[32m/<[a-z�[33m⏏�[31m]>/�[0m␤Parse failed␤FAILED 00:01 120m␤»
rakudo 549d2a: OUTPUT«alive, error was Unsupported use of - as character range;in Perl 6 please use .. at line 1, near "z]>/"␤»
rakudo 388eed: OUTPUT«===SORRY!===␤Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at line 22, near " b\";"␤»
rakudo 388eed: OUTPUT«===SORRY!===␤Unsupported use of << to do left shift; in Perl 6 please use +< or ~< at line 22, near "b\";"␤»
std 625303c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of . to concatenate strings or to call a quoted method; in Perl 6 please use ~ to concatenate, or if you meant to call a quoted method, please supply the required parentheses at /tmp/onwtXso80q line 1:␤------> �[32m my $obj =
std 625303c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Variable $a is not predeclared at /tmp/2IjT356sUZ line 1:␤------> �[32m2!"$a�[33m⏏�[31m"�[0m␤Unsupported use of . to concatenate strings or to call a quoted method; in Perl 6 please use ~ to concatenate, or if you meant to call a quoted method,
niecza v1-138-g6e17857: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of . to concatenate strings or to call a quoted method; in Perl 6 please use ~ to concatenate, or if you meant to call a quoted method, please supply the required parentheses at /tmp/BhRosImVmt line 1:␤------> �[32m$.bar
std 625303c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of [-1] subscript to access from end of array; in Perl 6 please use [*-1] at /tmp/3OdGXgTJ4E line 1:␤------> �[32my @seasons[4:map(*%4)]; say @seasons[-1]�[33m⏏�[31m<EOL>�[0m␤Parse failed␤FAILED 00:01 122m␤»
std 625303c: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of y///; in Perl 6 please use tr/// at /tmp/fTUOZwC4BD line 1:␤------> �[32mtr///, y�[33m⏏�[31m///�[0m␤Parse failed␤FAILED 00:01 120m␤»
rakudo : OUTPUT«===SORRY!===␤Unsupported use of <>; in Perl 6 please use lines() to read input, ('') to represent a null string or () to represent an empty list at line 22, near "<>"␤»
“in Perl 6 please use lines() to read input,”
rakudo : OUTPUT«===SORRY!===␤Unsupported use of rand(N); in Perl 6 please use N.rand or (1..N).pick at line 22, near "(900..1000"␤»
rakudo : OUTPUT«===SORRY!===␤Unsupported use of << to do left shift; in Perl 6 please use +< or ~< at line 22, near "[3,4]).per"␤»
rakudo : OUTPUT«===SORRY!===␤Unsupported use of - as character range;in Perl 6 please use .. at line 22, near "Z]><a-z>+ "␤»
rakudo : OUTPUT«===SORRY!===␤Unsupported use of - as character range;in Perl 6 please use .. at line 22, near "Z]><[a-z]>"␤»
rakudo : OUTPUT«===SORRY!===␤Unsupported use of - as character range;in Perl 6 please use .. at line 22, near "Z]> <[a-z]"␤»
Unsupported use of - as character range;in Perl 6 please use ..
std a194beb: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of - as character range; in Perl 6 please use .. at /tmp/fWDmx__Ouz line 1:␤------> �[32mken TOP { <name> }; token name { [ <[A-Z�[33m⏏�[31m]> <[a-z]> ]+ }�[0m␤Parse failed␤FAILED 00:01 121m␤»
std a194beb: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of [-1] subscript to access from end of array; in Perl 6 please use [*-1] at /tmp/OKV6umIuEc line 1:␤------> �[32mmy @a; @a[-1]�[33m⏏�[31m<EOL>�[0m␤Parse failed␤FAILED 00:01 120m␤»
std a194beb: OUTPUT«Potential difficulties:␤ Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/xyp8lC4b3r line 1:␤------> �[32msay�[33m⏏�[31m<EOL>�[0m␤ok 00:01 117m␤»
rakudo 015d77: OUTPUT«===SORRY!===␤Unsupported use of /g; in Perl 6 please use :g at line 22, near "; say"␤»
std a194beb: OUTPUT«Potential difficulties:␤ Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/zFrPifZjqj line 1:␤------> �[32msay�[33m⏏�[31m<EOL>�[0m␤ok 00:01 117m␤»
rakudo 015d77: OUTPUT«===SORRY!===␤Unsupported use of rand(N); in Perl 6 please use N.rand or (1..N).pick at line 22, near "(9001);"␤»
std a194beb: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of $> variable; in Perl 6 please use $*EUID at /tmp/oJ9Pb8F6uP line 1:␤------> �[32m/ <foo: anon $>�[33m⏏�[31m /�[0m␤Parse failed␤FAILED 00:01 122m␤»
rakudo d49eea: OUTPUT«===SORRY!===␤Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at line 22, near " m:g/(\\d+)"␤»
std 263c207: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of . to concatenate strings; in Perl 6 please use ~ at /tmp/BH_y6rgLr8 line 1:␤------> �[32mmy $x; $x . �[33m⏏�[31mfoo;�[0m␤Parse failed␤FAILED 00:01 117m␤»
rakudo 46b2c5: OUTPUT«===SORRY!===␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ *.notdef as a matcher or method,␤ Any:U as a type constraint␤
std 237d266: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at /tmp/DocAM0wdAo line 1:␤------> �[32m4 =~�[33m⏏�[31m 5�[0m␤Parse failed␤FAILED 00:01 115m␤»
rakudo e9e7fc: OUTPUT«===SORRY!===␤Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at line 22, near " 5"␤»
Unsupported use of do...while; in Perl 6 please use repeat...while at line 1, near ";\n"
rakudo 8584a4: OUTPUT«===SORRY!===␤Unsupported use of ->(), ->{} or ->[] as postfix dereferencer; in Perl 6 please use .(), .[] or .{} to deref, or whitespace to delimit a pointy block at line 22, near ")};"␤»
std : OUTPUT«Potential difficulties:␤ Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/oAZ5stvMB1 line 1:␤------> �[32msay�[33m⏏�[31m<EOL>�[0m␤ok 00:02 114m␤»
std : OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of [-1] subscript to access from end of array; in Perl 6 please use [*-1] at /tmp/fWzwoveIpb line 1:␤------> �[32mxt bar.txt baz.txt>; @a>>.split('.')[-1]�[33m⏏�[31m.say;�[0m␤Parse failed␤FAILED 00:01 119m␤»
rakudo da7c7f: OUTPUT«===SORRY!===␤Unsupported use of {N,M} as general quantifier;in Perl 6 please use ** N..M (or ** N..*) at line 22, near "/"␤»
std : OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of {1,3} as general quantifier; in Perl 6 please use X**1..3 at /tmp/MMk56uHbEc line 1:␤------> �[32m'a' ~~ /a{1,3}�[33m⏏�[31m/�[0m␤Check failed␤FAILED 00:01 118m␤»
rakudo 358d72: OUTPUT«===SORRY!===␤Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block at line 22, near ">1"␤»
std : OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of . to concatenate strings; in Perl 6 please use ~ at /tmp/Wu_n7VhP7a line 1:␤------> �[32msay 5 R. �[33m⏏�[31m({$_ * $_})�[0m␤Parse failed␤FAILED 00:01 116m␤»
std : OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of rand(); in Perl 6 please use rand at /tmp/qbDg6wWYrS line 1:␤------> �[32mrand�[33m⏏�[31m()�[0m␤Parse failed␤FAILED 00:01 114m␤»
std 32123: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of . to concatenate strings; in Perl 6 please use ~ at /tmp/yOgpb6uQjc line 1:␤------> �[32m"foo" . �[33m⏏�[31m"bar"�[0m␤Parse failed␤FAILED 00:01 115m␤»
rakudo 9993bb: OUTPUT«===SORRY!===␤Unsupported use of 'foreach'; in Perl 6 please use 'for' at line 22, near " (1, 2, 3)"␤»
std 32123: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of 'foreach'; in Perl 6 please use 'for' at /tmp/Sv3ikgiu3S line 1:␤------> �[32mforeach�[33m⏏�[31m (1, 2, 3) {}�[0m␤Parse failed␤FAILED 00:01 114m␤»
rakudo 9993bb: OUTPUT«===SORRY!===␤Unsupported use of ->(), ->{} or ->[] as postfix dereferencer; in Perl 6 please use .(), .[] or .{} to deref, or whitespace to delimit a pointy block at line 22, near "1]->{foo};"␤»
std 32123: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of {1,3} as general quantifier; in Perl 6 please use X**1..3 at /tmp/VUiqpioGUF line 1:␤------> �[32m/a{1,3}�[33m⏏�[31m/�[0m␤Check failed␤FAILED 00:01 116m␤»
rakudo 859f2d: OUTPUT«===SORRY!===␤Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax at line 22, near "; say $g.W"␤»
rakudo 859f2d: OUTPUT«===SORRY!===␤Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax at line 22, near ";"␤»
std 32123: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax at /tmp/UWIzC_1zcH line 1:␤------> �[32msub new { say $_ }; say new Grammar�[33m⏏�[31m;�[0m␤Parse failed␤FAILED 00:01 117m␤»
std 32123: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of . to concatenate strings; in Perl 6 please use ~ at /tmp/CQW4jQw7MD line 1:␤------> �[32mtr $name){say "Perl 6 loves $name!";} . �[33m⏏�[31m'you';�[0m␤Parse failed␤FAILED 00:01 124m␤»
std 32123: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of $^O variable; in Perl 6 please use $?OS or $*OS at /tmp/LTL3zcDbh1 line 1 (EOF):␤------> �[32m$^O�[33m⏏�[31m<EOL>�[0m␤Parse failed␤FAILED 00:01 114m␤»
rakudo 1e56d2: OUTPUT«===SORRY!===␤Unsupported use of $; variable; in Perl 6 please use real multidimensional hashes at line 22, near " my $"␤»
std 32123: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of $; variable; in Perl 6 please use real multidimensional hashes at /tmp/VpMRdZ6bCT line 1:␤------> �[32mmy $;�[33m⏏�[31m<EOL>�[0m␤Parse failed␤FAILED 00:01 115m␤»
std 32123: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of suffix transliteration modifiers; in Perl 6 please use prefix adverbs at /tmp/pehCUyOJAm line 1:␤------> �[32mtr///d�[33m⏏�[31m<EOL>�[0m␤Other potential difficulties:␤ Unsupported use of /g; in Perl 6 please use :d at
rakudo 27d54d: OUTPUT«===SORRY!===␤Unsupported use of >> to do right shift; in Perl 6 please use +> or ~> at line 22, near "@c).perl"␤»
std 32122: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of [-1] subscript to access from end of array; in Perl 6 please use [*-1] at /tmp/wdmhyaF1XE line 1:␤------> �[32m{}[-1]�[33m⏏�[31m<EOL>�[0m␤Parse failed␤FAILED 00:01 115m␤»
rakudo 2ac5fe: OUTPUT«===SORRY!===␤Unsupported use of <>; in Perl 6 please use lines() or () at line 22, near "<>"␤»
std 32123: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of . to concatenate strings; in Perl 6 please use ~ at /tmp/2LND3B1MHD line 1:␤------> �[32m42.:�[33m⏏�[31m8�[0m␤Parse failed␤FAILED 00:01 115m␤»
std 32120: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of $. variable; in Perl 6 please use the filehandle's .line method at /tmp/qiax0mJToC line 1:␤------> �[32m/ $.�[33m⏏�[31m / # another one not accepted by STD�[0m␤Parse failed␤FAILED 00:02 116m␤»
rakudo df38ac: OUTPUT«===SORRY!===␤Unsupported use of rand(N); in Perl 6 please use N.rand or (1..N).pick at line 22, near "(5)"␤»
std 32107: OUTPUT«Potential difficulties:␤ Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/mWmrUAIsyL line 1:␤------> �[32msay�[33m⏏�[31m<EOL>�[0m␤ok 00:01 114m␤»
std 32101: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ :!defined as a matcher,␤ Any:U as a type
std 32101: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ :!defined as a matcher,␤ Any:U as a type
std 32101: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unable to parse quote-words subscript; couldn't find right double-angle quote at /tmp/VSiSMXT3Vp line 1 (EOF):␤------> �[32msay sin« (0,1,2)�[33m⏏�[31m<EOL>�[0m␤Other potential difficulties:␤ Unsupported use of bare 'sin'; in Perl 6 please use .sin
rakudo 82c9e9: OUTPUT«===SORRY!===␤Unsupported use of << to do left shift; in Perl 6 please use +< or ~< at line 22, near "2; say 1 \x{ab}"␤»
std 32102: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of >> to do right shift; in Perl 6 please use +> or ~> at /tmp/L2GV_4XKS_ line 1:␤------> �[32m$_ >>�[33m⏏�[31m 3�[0m␤Check failed␤FAILED 00:01 117m␤»
std 32103: OUTPUT«Potential difficulties:␤ Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/6by9whABnw line 1:␤------> �[32msay�[33m⏏�[31m<EOL>�[0m␤ok 00:02 114m␤»
std 32087: OUTPUT«Potential difficulties:␤ Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/cuPE3P6cui line 1:␤------> �[32msay�[33m⏏�[31m;�[0m␤ok 00:01 114m␤»
std 32094: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of \pL; in Perl 6 please use <+isL> at /tmp/eK_kFp8ncS line 1:␤------> �[32m/\pL�[33m⏏�[31m/�[0m␤Parse failed␤FAILED 00:02 115m␤»
std 32020: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of {2,3} as general quantifier; in Perl 6 please use X**2..3 at /tmp/zrkLdG3Qsk line 1:␤------> �[32m/x{2,3}�[33m⏏�[31m/�[0m␤Check failed␤FAILED 00:01 113m␤»
std 31912: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of {42} as general quantifier; in Perl 6 please use X**42 at /tmp/Pde3G66tj6 line 1:␤------> �[32m/ x ** {42}�[33m⏏�[31m /�[0m␤Check failed␤FAILED 00:01 114m␤»
std 31912: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of {1,42} as general quantifier; in Perl 6 please use X**1..42 at /tmp/Kr1NJYLMDE line 1:␤------> �[32m/ x ** {1,42}�[33m⏏�[31m /�[0m␤Check failed␤FAILED 00:01 114m␤»
rakudo 083999: OUTPUT«===SORRY!===␤Unsupported use of >> to do right shift; in Perl 6 please use +> or ~> at line 22, near "say $_;"␤»
star 2010.07: OUTPUT«===SORRY!===␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ *.notdef as a matcher or method,␤ Any:U as a type constraint␤
rakudo fcf4f3: OUTPUT«===SORRY!===␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ *.notdef as a matcher or method,␤ Any:U as a type constraint␤
rakudo fcf4f3: OUTPUT«===SORRY!===␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ *.notdef as a matcher or method,␤ Any:U as a type constraint␤
std 31912: OUTPUT«Potential difficulties:␤ Useless use of quotes at /tmp/T6fz4pm_PO line 1:␤------> �[32mmy $a = "oh hai"; say $a .= "uc"�[33m⏏�[31m()�[0m␤ Unsupported use of .= as append operator; in Perl 6 please use ~= at /tmp/T6fz4pm_PO line 1:␤------> �[32mmy $a = "oh hai"; say $a
rakudo c1e19a: OUTPUT«===SORRY!===␤Unsupported use of <>; in Perl 6 please use lines() or () at line 22, near "<>"␤»
rakudo fca2d3: OUTPUT«===SORRY!===␤Unsupported use of - as character range;in Perl 6 please use .. at line 22, near "]> /"␤»
rakudo 0e5edb: OUTPUT«===SORRY!===␤Unsupported use of >> to do right shift; in Perl 6 please use +> or ~> at line 22, near "$y\" }; bar"␤»
rakudo 0e5edb: OUTPUT«===SORRY!===␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ *.notdef as a matcher or method,␤ Any:U as a type constraint␤
rakudo 0e5edb: OUTPUT«===SORRY!===␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ *.notdef as a matcher or method,␤ Any:U as a type constraint␤
rakudo 0e5edb: OUTPUT«===SORRY!===␤Unsupported use of undef as a verb; in Perl 6 please use undefine function or assignment of Nil at line 22, near " $x; $x.de"␤»
star 2010.07: OUTPUT«===SORRY!===␤Unsupported use of $@ variable as eval error; in Perl 6 please use $! at line 22, near " ); say 'a"␤»
rakudo 19931f: OUTPUT«===SORRY!===␤Unsupported use of - as character range;in Perl 6 please use .. at line 22, near "._]>/"␤»
star 2010.07: OUTPUT«===SORRY!===␤Obsolete use of hyphen in enumerated character class;in Perl 6 please use .. instead at line 22, near "._]>/"␤»
std 31912: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of - as character range; in Perl 6 please use .. at /tmp/oJq4rDXJuN line 1:␤------> �[32msay "-" ~~ /<[.-_�[33m⏏�[31m]>/�[0m␤Parse failed␤FAILED 00:01 116m␤»
std 31884: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of {2} as general quantifier; in Perl 6 please use X**2 at /tmp/nNrb9w8G7c line 1:␤------> �[32m/\d{2}�[33m⏏�[31m+/�[0m␤Check failed␤FAILED 00:01 115m␤»
std 31885: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of {3} as general quantifier; in Perl 6 please use X**3 at /tmp/H9Mf4GgMog line 1:␤------> �[32m/x{3}�[33m⏏�[31m+/�[0m␤Check failed␤FAILED 00:01 115m␤»
std 31885: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of {0,3} as general quantifier; in Perl 6 please use X**0..3 at /tmp/VKMdXIsBJZ line 1:␤------> �[32m/x{0,3}�[33m⏏�[31m+/�[0m␤Check failed␤FAILED 00:01 115m␤»
std 31885: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of {2} as general quantifier; in Perl 6 please use X**2 at /tmp/fZe5MAFj8y line 1:␤------> �[32m/x**3{2}�[33m⏏�[31m+/�[0m␤Check failed␤FAILED 00:01 117m␤»
std 31885: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of {0,3} as general quantifier; in Perl 6 please use X**0..3 at /tmp/SbwTxXyIZk line 1:␤------> �[32m/x{0,3}�[33m⏏�[31m/�[0m␤Check failed␤FAILED 00:01 115m␤»
star 2010.07: OUTPUT«===SORRY!===␤Unsupported use of ->(), ->{} or ->[] as postfix dereferencer; in Perl 6 please use .(), .[] or .{} to deref, or whitespace to delimit a pointy block at line 22, near "); 20 }; s"␤»
star 2010.07: OUTPUT«===SORRY!===␤Unsupported use of << to do left shift; in Perl 6 please use +< or ~< at line 22, near "$b\" }; sa"␤»
star 2010.07: OUTPUT«===SORRY!===␤Unsupported use of << to do left shift; in Perl 6 please use +< or ~< at line 22, near "$b\" }; sa"␤»
star 2010.07: OUTPUT«===SORRY!===␤Unsupported use of << to do left shift; in Perl 6 please use +< or ~< at line 22, near "$b\" }; sa"␤»
star 2010.07: OUTPUT«===SORRY!===␤Unsupported use of << to do left shift; in Perl 6 please use +< or ~< at line 22, near "$b\" }; sa"␤»
star 2010.07: OUTPUT«===SORRY!===␤Unsupported use of << to do left shift; in Perl 6 please use +< or ~< at line 22, near "$b\";"␤»
rakudo da16b5: OUTPUT«===SORRY!===␤Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block at line 22, near ">1"␤»
rakudo da16b5: OUTPUT«===SORRY!===␤Unsupported use of <STDIN>; in Perl 6 please use $*IN.lines at line 22, near "<STDIN>) {"␤»
rakudo da16b5: OUTPUT«===SORRY!===␤Unsupported use of C-style "for (;;)" loop; in Perl 6 please use "loop (;;)" at line 22, near "(;;) {}"␤»
rakudo da16b5: OUTPUT«===SORRY!===␤Unsupported use of /g; in Perl 6 please use :g at line 22, near "; say $x;"␤»
std 31863: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of $$ variable; in Perl 6 please use $*PID at /tmp/0WswPq1VPn line 1:␤------> �[32m$$�[33m⏏�[31m][/^&]l/:^$& :&}::*'%'''^';^;�[0m␤Parse failed␤FAILED 00:01 114m␤»
rakudo da16b5: OUTPUT«===SORRY!===␤Unsupported use of rand(N); in Perl 6 please use N.rand or (1..N).pick at line 22, near "(10))"␤»
rakudo da16b5: OUTPUT«===SORRY!===␤Unsupported use of ->(), ->{} or ->[] as postfix dereferencer; in Perl 6 please use .(), .[] or .{} to deref, or whitespace to delimit a pointy block at line 22, near ");"␤»
std 31848: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of [-1] subscript to access final element; in Perl 6 please use [*-1] at /tmp/_S14_hLpVq line 1:␤------> �[32mmy @a = <one two>; @a[-1]�[33m⏏�[31m = 'zero'; @a.perl�[0m␤Parse failed␤FAILED 00:01 118m␤»
std 31836: OUTPUT«Potential difficulties:␤ Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/ToUGgrnJOA line 1:␤------> �[32mmy @a = <1, 2, 3>; (@a ==> *)(say�[33m⏏�[31m);�[0m␤ok 00:01 118m␤»
rakudo complains: Obsolete use of hyphen in enumerated character class;in Perl 6 please use .. itead at line 27, near "_.!~*'():@"
rakudo 9808d7: OUTPUT«===SORRY!===␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ *.notdef as a matcher or method,␤ Any:U as a type constraint␤
rakudo 9808d7: OUTPUT«===SORRY!===␤Unsupported use of undef as a verb; in Perl 6 please use undefine function or assignment of Nil at line 22, near " $a;"␤»
std 31821: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of - as character range; in Perl 6 please use .. at /tmp/Te7OAodwDp line 1:␤------> �[32m/<[ a - b�[33m⏏�[31m ]>/�[0m␤Parse failed␤FAILED 00:01 116m␤»
rakudo 937177: OUTPUT«===SORRY!===␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ *.notdef as a matcher or method,␤ Any:U as a type constraint␤
std 31794: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of - as character range; in Perl 6 please use .. at /tmp/lqLPfKUdfV line 1:␤------> �[32m/ <[a-z�[33m⏏�[31m]> /�[0m␤Parse failed␤FAILED 00:01 116m␤»
rakudo b2af27: OUTPUT«===SORRY!===␤Obsolete use of hyphen in enumerated character class;in Perl 6 please use .. instead at line 22, near "b]>/"␤»
std 31795: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of $" variable; in Perl 6 please use .join() method at /tmp/Lt2CeKj5VT line 1:␤------> �[32mmy @a = <one two three>; local $"�[33m⏏�[31m = ', '; say "@a"�[0m␤Parse failed␤FAILED 00:01 117m␤»
std 31783: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of $; variable; in Perl 6 please use real multidimensional hashes at /tmp/BxKP4UHLrV line 1:␤------> �[32msay $;�[33m⏏�[31m<EOL>�[0m␤Parse failed␤FAILED 00:01 115m␤»
std 31783: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of $, variable; in Perl 6 please use .join() method at /tmp/9SRIdZLrm2 line 1:␤------> �[32mmy @x; ($,�[33m⏏�[31m $) = @x;�[0m␤Parse failed␤FAILED 00:01 116m␤»
std 31772: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ :!defined as a matcher,␤ Any:U as a type
std 31738: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of . to concatenate strings; in Perl 6 please use ~ at /tmp/YLQeQpCfAP line 2:␤------> �[32m<BOL>�[33m⏏�[31msubst(/'$bar'/, 'PASS')�[0m␤Parse failed␤FAILED 00:01 116m␤»
rakudo dd8d5d: OUTPUT«===SORRY!===␤Unsupported use of /g; in Perl 6 please use :g at line 20, near ", 'i')"␤»
rakudo dd8d5d: OUTPUT«===SORRY!===␤Unsupported use of !~ to do negated pattern matching; in Perl 6 please use !~~ at line 20, near "/y/"␤»
rakudo dd8d5d: OUTPUT«===SORRY!===␤Obsolete use of hyphen in enumerated character class;in Perl 6 please use .. instead at line 20, near "z]><[a-zA-"␤»
rakudo 6ab741: OUTPUT«===SORRY!===␤Unsupported use of /i; in Perl 6 please use :i at line 20, near ""␤»
rakudo 94d01f: OUTPUT«===SORRY!===␤Unsupported use of /g; in Perl 6 please use :g at line 20, near ")"␤»
std 31643: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of . to concatenate strings or to call a quoted method; in Perl 6 please use ~ to concatenate, or if you meant to call a quoted method, please supply the required parentheses at /tmp/HDXgt_YnN3 line 1:␤------> �[32mmy $a = "oh hai";
std 31643: OUTPUT«Potential difficulties:␤ Useless use of quotes at /tmp/OiJYK6kYDj line 1:␤------> �[32mmy $a = "oh hai"; say $a .= "uc"�[33m⏏�[31m()�[0m␤ Unsupported use of .= as append operator; in Perl 6 please use ~= at /tmp/OiJYK6kYDj line 1:␤------> �[32mmy $a = "oh hai"; say $a
std 31643: OUTPUT«Potential difficulties:␤ Useless use of quotes at /tmp/0XjOgSjbpu line 1:␤------> �[32mmy $a = "oh hai"; say ($a .= "uc"�[33m⏏�[31m())�[0m␤ Unsupported use of .= as append operator; in Perl 6 please use ~= at /tmp/0XjOgSjbpu line 1:␤------> �[32mmy $a = "oh hai"; say ($a
std 31643: OUTPUT«Potential difficulties:␤ Unsupported use of .= as append operator; in Perl 6 please use ~= at /tmp/zxnvAhdTvS line 1:␤------> �[32m $a = "oh hai"; my $b = "uc"; say ($a .=�[33m⏏�[31m "$b"())�[0m␤ok 00:01 112m␤»
std 31643: OUTPUT«Potential difficulties:␤ Unsupported use of .= as append operator; in Perl 6 please use ~= at /tmp/rxJIR43oom line 1:␤------> �[32mmy $a = "oh hai"; my $b = "uc"; $a .=�[33m⏏�[31m "$b"(); say $a;�[0m␤ok 00:01 111m␤»
std 31643: OUTPUT«Potential difficulties:␤ Unsupported use of .= as append operator; in Perl 6 please use ~= at /tmp/r0BOngt_wl line 1:␤------> �[32mmy $a = "oh hai"; my $b = "uc"; $a .=�[33m⏏�[31m $b(); say $a;�[0m␤ok 00:01 111m␤»
std 31643: OUTPUT«Potential difficulties:␤ Unsupported use of .= as append operator; in Perl 6 please use ~= at /tmp/FAb5P6eA5U line 1:␤------> �[32mmy $a = "hohai"; my $b = "uc"; say $a .=�[33m⏏�[31m "$b"();�[0m␤ok 00:01 111m␤»
std 31643: OUTPUT«Potential difficulties:␤ Unsupported use of .= as append operator; in Perl 6 please use ~= at /tmp/2jGuo8LGpY line 1:␤------> �[32mmy $a; my $b; $a .=�[33m⏏�[31m "$b"();�[0m␤ok 00:01 111m␤»
rakudo 692aa1: OUTPUT«===SORRY!===␤Unsupported use of $\ variable; in Perl 6 please use the filehandle's :ors attribute at line 20, near " match\""␤»
rakudo 7579f7: OUTPUT«===SORRY!===␤Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block at line 20, near " $x { say "␤»
rakudo 7017d2: OUTPUT«===SORRY!===␤Unsupported use of rand(); in Perl 6 please use rand at line 11, near "() < .5 } "␤»
rakudo f34e78: OUTPUT«===SORRY!===␤Unsupported use of >> to do right shift; in Perl 6 please use +> or ~> at line 11, near "1).perl"␤»
std 31445: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of >> to do right shift; in Perl 6 please use +> or ~> at /tmp/ec6cegS8B8 line 1:␤------> �[32msay (<a b c> >>Z>>�[33m⏏�[31m 1).perl�[0m␤Missing << or >> at /tmp/ec6cegS8B8 line 1:␤------> �[32msay (<a b c> >>Z>>�[33m⏏�[31m
std 31427: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of [-1] subscript to access final element; in Perl 6 please use [*-1] at /tmp/cwFRpYMiJz line 1:␤------> �[32mmy @a = 1; say @a[-1]�[33m⏏�[31m;�[0m␤Parse failed␤FAILED 00:01 114m␤»
std 31358: OUTPUT«Potential difficulties:␤ Embedded comment seems to be missing backtick at /tmp/ODab7jU5Mq line 1:␤------> �[32msay #(foo)�[33m⏏�[31m 2+2�[0m␤ Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/ODab7jU5Mq line
std 31365: OUTPUT«Potential difficulties:␤ Unsupported use of bare 'eval'; in Perl 6 please use .eval if you meant $_, or use an explicit invocant or argument at /tmp/nEpC5BgpkT line 1:␤------> �[32msay eval eval�[33m⏏�[31m;�[0m␤ok 00:01 109m␤»
std 31298: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax at /tmp/lBZtNvyiN8 line 1:␤------> �[32msay new Int�[33m⏏�[31m(42)�[0m␤Parse failed␤FAILED 00:01 104m␤»
rakudo 99b6dd: OUTPUT«===SORRY!===␤Obsolete use of hyphen in enumerated character class;in Perl 6 please use .. instead at line 11, near "]>/ ~~ '-'"␤»
std 31266: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of - as character range; in Perl 6 please use .. at /tmp/TDhv24tkYR line 1:␤------> �[32msay /<[a-z�[33m⏏�[31m]>/ ~~ '='�[0m␤Parse failed␤FAILED 00:01 105m␤»
rakudo 006bdf: OUTPUT«===SORRY!===␤Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block at line 11, near " $x, $y, $"␤»
std 31186: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at /tmp/BekFL7UgWJ line 1:␤------> �[32m"early adopters" =~�[33m⏏�[31m s/early//�[0m␤Parse failed␤FAILED 00:01 108m␤»
rakudo b461fd: OUTPUT«===SORRY!===␤Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at line 11, near " s/early//"␤»
rakudo 5e6fa9: OUTPUT«===SORRY!===␤Unsupported use of !~ to do negated pattern matching; in Perl 6 please use !~~ at line 11, near "NaN"␤»
rakudo a54677: OUTPUT«===SORRY!===␤Unsupported use of rand(); in Perl 6 please use rand at line 11, near "() > 0.5 }"␤»
std 31183: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of $* variable; in Perl 6 please use ^^ and $$ at /tmp/Nw0NoTCfy1 line 1:␤------> �[32m$*�[33m⏏�[31m<EOL>�[0m␤Parse failed␤FAILED 00:01 107m␤»
std 31183: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of $* variable; in Perl 6 please use ^^ and $$ at /tmp/msn7f4ez6E line 1:␤------> �[32mmy $*�[33m⏏�[31m = 42;�[0m␤Parse failed␤FAILED 00:01 104m␤»
rakudo 53da4c: OUTPUT«===SORRY!===␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ *.notdef as a matcher or method,␤ Any:U as a type constraint␤
std 31124: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of ${foo}; in Perl 6 please use {$foo} at /tmp/8qfYmPOPl5 line 1:␤------> �[32m"${foo}�[33m⏏�[31mbar"�[0m␤Parse failed␤FAILED 00:01 104m␤»
std 31109: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of %{$c}; in Perl 6 please use %($c) at /tmp/LRqcjNhJUq line 1:␤------> �[32mp {6+4*sin($_/2)},$_,$_+4; printf "%{$c}�[33m⏏�[31ms%{$d-$c}s\n",$a,$b}�[0m␤Undeclared routine:␤ 'or' used at line 1␤Parse failed␤FAILED 00:01 108m␤»
std 31109: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of %{$c}; in Perl 6 please use %($c) at /tmp/GjhJRGFuzO line 1:␤------> �[32mp {6+4*sin($_/2)},$_,$_+4; printf "%{$c}�[33m⏏�[31ms%{$d-$c}s\n",$a,$b}�[0m␤Undeclared routine:␤ 'for' used at line 1␤Parse failed␤FAILED 00:01 108m␤»
std 31063: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of \Z as end-of-string matcher; in Perl 6 please use \n?$ at /tmp/CDErcWmdgI line 1:␤------> �[32m/\Z�[33m⏏�[31m/�[0m␤Parse failed␤FAILED 00:01 107m␤»
Has the Path role (http://perlcabal.org/syn/S32/IO.html) been implemented Rakudo yet? I tried to use it as specified in the Synopsis, but Rakudo complains about "Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax"
std 30918: OUTPUT«Potential difficulties:␤ Unsupported use of bare 'print'; in Perl 6 please use .print if you meant $_, or use an explicit invocant or argument at /tmp/3Yz5JY9oLp line 1:␤------> �[32msay "{ for 1, 2, 3 { print�[33m⏏�[31m } }"�[0m␤ok 00:01 115m␤»
rakudo 240400: OUTPUT«Unsupported use of /g; in Perl 6 please use :g at line 11, near ""␤current instr.: 'perl6;HLL;Grammar;panic' pc 501 (ext/nqp-rx/src/stage0/HLL-s0.pir:327)␤»
rakudo 2d0fc2: OUTPUT«Obsolete use of \Z as end-of-string matcher;in Perl 6 please use \n?$ instead at line 11, near "\\(?!\\n)) }"␤current instr.: 'perl6;HLL;Grammar;panic' pc 501 (ext/nqp-rx/src/stage0/HLL-s0.pir:327)␤»
std 30664: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ :!defined as a matcher,␤ Any:U as a type
rakudo 87e0e1: OUTPUT«Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at line 11, near " /$pattern"␤current instr.: 'perl6;HLL;Grammar;panic' pc 501 (ext/nqp-rx/src/stage0/HLL-s0.pir:327)␤»
rakudo 7e0aa3: OUTPUT«Unsupported use of $\ variable; in Perl 6 please use the filehandle's :ors attribute at line 11, near "; make \"b\""␤current instr.: 'perl6;HLL;Grammar;panic' pc 501 (ext/nqp-rx/src/stage0/HLL-s0.pir:327)␤»
std 30621: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of . to concatenate strings or to call a quoted method; in Perl 6 please use ~ to concatenate, or if you meant to call a quoted method, please supply the required parentheses at /tmp/vytlUJK4dr line 1:␤------> �[32mmy ($obj, $meth);
std 30614: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of <>; in Perl 6 please use lines() to read input,␤ or ('') to represent the null string,␤ or () to represent Nil at /tmp/0nYna1EstC line 1:␤------> �[32m<�[33m⏏�[31m>�[0m␤Parse failed␤FAILED 00:01 109m␤»
std 30614: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of 'foreach'; in Perl 6 please use 'for' at /tmp/a7QxxKxMtF line 1:␤------> �[32mforeach�[33m⏏�[31m my $var (@arr) { }�[0m␤Parse failed␤FAILED 00:01 109m␤»
rakudo e113d8: OUTPUT«Obsolete use of hyphen in enumerated character class;in Perl 6 please use .. instead at line 11, near "]>/"␤current instr.: 'perl6;HLL;Grammar;panic' pc 501 (ext/nqp-rx/src/stage0/HLL-s0.pir:327)␤»
rakudo 27e05a: OUTPUT«Obsolete use of \A as beginning-of-string matcher;in Perl 6 please use ^ instead at line 11, near "/"␤current instr.: 'perl6;HLL;Grammar;panic' pc 501 (ext/nqp-rx/src/stage0/HLL-s0.pir:327)␤»
std 30590: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Undeclared routine:␤ 'if' used at line 1␤Potential difficulties:␤ Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/Kl15RUYHeZ line 1:␤------> �[32msay�[33m⏏�[31m
std 30591: OUTPUT«Potential difficulties:␤ Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/uedzAGDWOF line 1:␤------> �[32msub if() { '2' }; say�[33m⏏�[31m if;�[0m␤ok 00:01 113m␤»
rakudo 1eef08: OUTPUT«Obsolete use of hyphen in enumerated character class;in Perl 6 please use .. instead at line 11, near "l]> }"␤current instr.: 'perl6;HLL;Grammar;panic' pc 501 (ext/nqp-rx/src/stage0/HLL-s0.pir:327)␤»
std 30575: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Variable $name is not predeclared at /tmp/eDEklNOq3f line 1:␤------> �[32mStr => $name�[33m⏏�[31m . ⏏"()"�[0m␤Unsupported use of . to concatenate strings; in Perl 6 please use ~ at /tmp/eDEklNOq3f line 1:␤------> �[32mStr => $name .
std 30575: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Variable $name is not predeclared at /tmp/iqEIeV0zTz line 1:␤------> �[32mStr => $name�[33m⏏�[31m . "()"�[0m␤Unsupported use of . to concatenate strings; in Perl 6 please use ~ at /tmp/iqEIeV0zTz line 1:␤------> �[32mStr => $name .
std 30552: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of $#array variable; in Perl 6 please use @array.end at /tmp/aF6RfF6Ziy line 1:␤------> �[32msay $#array�[33m⏏�[31m<EOL>�[0m␤Parse failed␤FAILED 00:01 107m␤»
rakudo 1eef08: OUTPUT«Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ *.notdef as a matcher or method,␤ Any:U as a type constraint␤ or
std 30537: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of C-style "for (;;)" loop; in Perl 6 please use "loop (;;)" at /tmp/xuDGiUw02M line 1:␤------> �[32mfor �[33m⏏�[31m(my $a = 0; $a < 10; ++$a) { ... }�[0m␤Parse failed␤FAILED 00:01 109m␤»
rakudo c4857a: OUTPUT«Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax at line 11, near ").a"␤current instr.: 'perl6;HLL;Grammar;panic' pc 500 (ext/nqp-rx/src/stage0/HLL-s0.pir:328)␤»
rakudo c4857a: OUTPUT«Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax at line 11, near ")->a"␤current instr.: 'perl6;HLL;Grammar;panic' pc 500 (ext/nqp-rx/src/stage0/HLL-s0.pir:328)␤»
rakudo c4857a: OUTPUT«Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax at line 11, near "()).a"␤current instr.: 'perl6;HLL;Grammar;panic' pc 500 (ext/nqp-rx/src/stage0/HLL-s0.pir:328)␤»
rakudo c4857a: OUTPUT«Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax at line 11, near "()).a()"␤current instr.: 'perl6;HLL;Grammar;panic' pc 500 (ext/nqp-rx/src/stage0/HLL-s0.pir:328)␤»
rakudo c4857a: OUTPUT«Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax at line 11, near "()).WHAT"␤current instr.: 'perl6;HLL;Grammar;panic' pc 500 (ext/nqp-rx/src/stage0/HLL-s0.pir:328)␤»
rakudo 0a04ef: OUTPUT«Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ *.notdef as a matcher or method,␤ Any:U as a type constraint␤ or
rakudo 0a04ef: OUTPUT«Unsupported use of /g; in Perl 6 please use :g at line 11, near ";"␤current instr.: 'perl6;HLL;Grammar;panic' pc 500 (ext/nqp-rx/src/stage0/HLL-s0.pir:328)␤»
std 30454: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of y///; in Perl 6 please use tr/// at /tmp/Rrop3V8eNB line 1:␤------> �[32my�[33m⏏�[31m///�[0m␤Parse failed␤FAILED 00:01 109m␤»
std 30433: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of $\ variable; in Perl 6 please use the filehandle's :ors attribute at /tmp/gwgEmpUNbp line 1:␤------> �[32m$\�[33m⏏�[31m<EOL>�[0m␤Parse failed␤FAILED 00:01 109m␤»
std 30409: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of the 1-based special form '\1' as a backreference; in Perl 6 please use the 0-based variable '$0' instead at /tmp/fbMqsyVEil line 1:␤------> �[32m/\1�[33m⏏�[31m/�[0m␤Check failed␤FAILED 00:01 110m␤»
std 30401: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Confused at /tmp/IbSY2WsKco line 1:␤------> �[32msay �[33m⏏�[31m`ls`�[0m␤ expecting any of:␤ bracketed infix␤ infix or meta-infix␤ statement modifier loop␤Other potential difficulties:␤ Unsupported use of bare 'say'; in Perl 6 please use
rakudo c99eeb: OUTPUT«Unsupported use of >> to do right shift; in Perl 6 please use +> or ~> at line 11, near "2"␤current instr.: 'perl6;HLL;Grammar;panic' pc 500 (ext/nqp-rx/src/stage0/HLL-s0.pir:328)␤»
rakudo 4c94d7: OUTPUT«Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ *.notdef as a matcher or method,␤ Any:U as a type constraint␤ or
std 30351: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of << to do left shift; in Perl 6 please use +< or ~< at /tmp/Sx0VnTv2w3 line 1:␤------> �[32m'' ~<< �[33m⏏�[31m@*ARGS�[0m�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of << to do left shift; in Perl 6 please use +< or ~< at
std 30335: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at /tmp/TBW1BBTAy3 line 1:␤------> �[32m"foo" =~�[33m⏏�[31m s/foo/bar/;�[0m␤FAILED 00:01 107m␤»
rakudo 8c434e: OUTPUT«Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at line 11, near " s/foo/bar"␤current instr.: 'perl6;HLL;Grammar;panic' pc 500 (ext/nqp-rx/src/stage0/HLL-s0.pir:328)␤»
std 30344: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of [-1] subscript to access final element; in Perl 6 please use [*-1] at /tmp/lsEDt4I3LE line 1:␤------> �[32mmy @a = 1,2,3; print @a[-1]�[33m⏏�[31m<EOL>�[0m␤FAILED 00:01 108m␤»
std 30328: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of $; variable; in Perl 6 please use real multidimensional hashes at /tmp/QTWBjtp5dw line 1:␤------> �[32mmy $;�[33m⏏�[31m<EOL>�[0m␤FAILED 00:01 108m␤»
std 30329: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of $!{ { } variable; in Perl 6 please use smart match against $! at /tmp/NDRiyrTed6 line 1:␤------> �[32m$!{ { }�[33m⏏�[31m }�[0m␤FAILED 00:01 108m␤»
std 30329: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of $@ variable as eval error; in Perl 6 please use $! at /tmp/XVoRrgT6FF line 1:␤------> �[32m$@�[33m⏏�[31m<EOL>�[0m␤FAILED 00:01 108m␤»
std 30329: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block at /tmp/xkCY23e7MW line 1:␤------> �[32mfor (1..3)->�[33m⏏�[31m$n {say $n}�[0m␤FAILED 00:01 107m␤»
std 30329: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of << to do left shift; in Perl 6 please use +< or ~< at /tmp/khpNxjPw3r line 1:␤------> �[32msay 1 << �[33m⏏�[31m2�[0m␤FAILED 00:01 108m␤»
std 30304: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of $[ variable; in Perl 6 please use user-defined array indices at /tmp/vcwx9XUjan line 1:␤------> �[32m$[�[33m⏏�[31m = -1�[0m␤FAILED 00:01 108m␤»
rakudo e50ff8: OUTPUT«Unsupported use of <>; in Perl 6 please use lines() or () at line 11, near "<>"␤current instr.: 'perl6;HLL;Grammar;panic' pc 500 (ext/nqp-rx/src/stage0/HLL-s0.pir:328)␤»
rakudo e50ff8: OUTPUT«Unsupported use of <>; in Perl 6 please use lines() or () at line 11, near "<>.WHAT"␤current instr.: 'perl6;HLL;Grammar;panic' pc 500 (ext/nqp-rx/src/stage0/HLL-s0.pir:328)␤»
rakudo 50fa7b: OUTPUT«Unsupported use of /i; in Perl 6 please use :i at line 11, near ""␤current instr.: 'perl6;HLL;Grammar;panic' pc 500 (ext/nqp-rx/src/stage0/HLL-s0.pir:328)␤»
rakudo 7d00af: OUTPUT«Unsupported use of C-style "for (;;)" loop; in Perl 6 please use "loop (;;)" at line 11, near "(my $i=0; "␤current instr.: 'perl6;HLL;Grammar;panic' pc 500 (ext/nqp-rx/src/stage0/HLL-s0.pir:328)␤»
std 30254: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of 'foreach'; in Perl 6 please use 'for' at /tmp/r9FOJ7cRKf line 1:␤------> �[32mforeach�[33m⏏�[31m <1 2 3> { .say };�[0m␤FAILED 00:01 107m␤»
std 30254: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of 'foreach'; in Perl 6 please use 'for' at /tmp/tSpGyjbHyD line 1:␤------> �[32msub foreach(@list) {}; foreach�[33m⏏�[31m <1 2 3>�[0m␤FAILED 00:01 107m␤»
rakudo 0dcfc6: OUTPUT«Unsupported use of /i; in Perl 6 please use :i at line 11, near ""␤current instr.: 'perl6;HLL;Grammar;panic' pc 500 (ext/nqp-rx/src/stage0/HLL-s0.pir:328)␤»
rakudo 0dcfc6: OUTPUT«Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax at line 11, near "();"␤current instr.: 'perl6;HLL;Grammar;panic' pc 500 (ext/nqp-rx/src/stage0/HLL-s0.pir:328)␤»
Unsupported use of 'foreach'; in Perl 6 please use 'for' at line 1 (1,"
rakudo b3e08f: OUTPUT«Unsupported use of 'foreach'; in Perl 6 please use 'for' at line 11, near " 1,2,3 { ."␤current instr.: 'perl6;HLL;Grammar;panic' pc 500 (ext/nqp-rx/src/stage0/HLL-s0.pir:328)␤»
std 30254: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of 'foreach'; in Perl 6 please use 'for' at /tmp/G1RNvGEHHf line 1:␤------> �[32mforeach�[33m⏏�[31m 1,2,3 { .say }�[0m␤FAILED 00:01 104m␤»
std 30254: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of - as character range; in Perl 6 please use .. at /tmp/3BY2pqvMWX line 1:␤------> �[32mtr/A-�[33m⏏�[31mZ/a-z/�[0m␤FAILED 00:01 106m␤»
rakudo b3e08f: OUTPUT«Unsupported use of 'foreach'; in Perl 6 please use 'for' at line 11, near " <1 2 3>"␤current instr.: 'perl6;HLL;Grammar;panic' pc 500 (ext/nqp-rx/src/stage0/HLL-s0.pir:328)␤»
std 30254: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of 'foreach'; in Perl 6 please use 'for' at /tmp/ujgz7NU5Sz line 1:␤------> �[32msub foreach(@list) {}; foreach�[33m⏏�[31m <1 2 3>�[0m␤FAILED 00:01 107m␤»
std 30263: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of do...while; in Perl 6 please use repeat...while at /tmp/lyErxFrhCR line 1:␤------> �[32mmy $i = 1; do { $i++ } while $i < 5�[33m⏏�[31m;�[0m␤FAILED 00:01 109m␤»
rakudo 4384e1: OUTPUT«Unsupported use of 'foreach'; in Perl 6 please use 'for' at line 11, near " <1 2 3>;"␤current instr.: 'perl6;HLL;Grammar;panic' pc 500 (ext/nqp-rx/src/stage0/HLL-s0.pir:328)␤»
std 30264: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of 'foreach'; in Perl 6 please use 'for' at /tmp/ny08B4RscG line 1:␤------> �[32msub foreach(@list) { }; foreach�[33m⏏�[31m <1 2 3>;�[0m␤FAILED 00:01 107m␤»
std 30264: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of 'foreach'; in Perl 6 please use 'for' at /tmp/FvvX3M8TV3 line 1:␤------> �[32msub foreach(@list) { }; foreach�[33m⏏�[31m <1 2 3>);�[0m␤FAILED 00:01 107m␤»
std 30264: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of 'foreach'; in Perl 6 please use 'for' at /tmp/9fGI4iyziU line 1:␤------> �[32msub foreach(@list) { }; foreach�[33m⏏�[31m <1 2 3>)()();�[0m␤FAILED 00:01 107m␤»
std 30264: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of 'foreach'; in Perl 6 please use 'for' at /tmp/VD8P2eGmP0 line 1:␤------> �[32msub foreach(@list) { }; foreach�[33m⏏�[31m xya 'k<1 2 3>)()();�[0m␤FAILED 00:01 107m␤»
std 30264: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of '->{' as postfix dereferencer; in Perl 6 please use '.{' or just '{' to deref, or whitespace to delimit a pointy block at /tmp/mo97y2zYSr line 1:␤------> �[32m= \$head; defined $$pp; $pp = \( $$pp->{�[33m⏏�[31mNEXT} )) { while
rakudo 4384e1: OUTPUT«Unsupported use of C-style "for (;;)" loop; in Perl 6 please use "loop (;;)" at line 11, near "(my $i = 0"␤current instr.: 'perl6;HLL;Grammar;panic' pc 500 (ext/nqp-rx/src/stage0/HLL-s0.pir:328)␤»
std 30251: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of C++ constructor syntax; in Perl 6 please use method call syntax at /tmp/dot0PO3bpi line 1:␤------> �[32mclass A { }; new A�[33m⏏�[31m()�[0m␤FAILED 00:01 105m␤»
std 30251: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of - as character range; in Perl 6 please use .. at /tmp/jB8fEZ2ejF line 1:␤------> �[32mtr/a-�[33m⏏�[31mz/A-Z/�[0m␤FAILED 00:01 108m␤»
std 30251: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of suffix regex modifiers; in Perl 6 please use prefix adverbs at /tmp/cHnV4pu75K line 0 (EOF):␤------> �[32m/x/�[33m⏏�[31mi�[0m␤Other potential difficulties:␤ Unsupported use of /i; in Perl 6 please use :i at /tmp/cHnV4pu75K line 0
rakudo db0f85: OUTPUT«Unsupported use of <>; in Perl 6 please use lines() or () at line 11, near "<>"␤current instr.: 'perl6;HLL;Grammar;panic' pc 500 (ext/nqp-rx/src/stage0/HLL-s0.pir:328)␤»
rakudo db0f85: OUTPUT«Unsupported use of <STDIN>; in Perl 6 please use $*IN.lines at line 11, near "<STDIN>"␤current instr.: 'perl6;HLL;Grammar;panic' pc 500 (ext/nqp-rx/src/stage0/HLL-s0.pir:328)␤»
std 30172: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of C-style "for (;;)" loop; in Perl 6 please use "loop (;;)" at /tmp/ayrt9OWVkd line 1:␤------> �[32mfor �[33m⏏�[31m(my $i = 1; $i <= 3; $i++) { say $i; }�[0m␤FAILED 00:01 108m␤»
rakudo db0f85: OUTPUT«Unsupported use of C-style "for (;;)" loop; in Perl 6 please use "loop (;;)" at line 11, near "(my $i = 1"␤current instr.: 'perl6;HLL;Grammar;panic' pc 500 (ext/nqp-rx/src/stage0/HLL-s0.pir:328)␤»
std 30172: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of C-style "for (;;)" loop; in Perl 6 please use "loop (;;)" at /tmp/EtuyUnIQEu line 1:␤------> �[32mfor �[33m⏏�[31m(my $i = 1; $i <= 3; $i++) { say $i; }�[0m␤FAILED 00:01 108m␤»
rakudo db0f85: OUTPUT«Unsupported use of C-style "for (;;)" loop; in Perl 6 please use "loop (;;)" at line 11, near "(my $i = 1"␤current instr.: 'perl6;HLL;Grammar;panic' pc 500 (ext/nqp-rx/src/stage0/HLL-s0.pir:328)␤»
rakudo db0f85: OUTPUT«Unsupported use of C-style "for (;;)" loop; in Perl 6 please use "loop (;;)" at line 1, near "(my $i = 1"␤»
rakudo db0f85: OUTPUT«Unsupported use of <>; in Perl 6 please use lines() or () at line 11, near "<>"␤current instr.: 'perl6;HLL;Grammar;panic' pc 500 (ext/nqp-rx/src/stage0/HLL-s0.pir:328)␤»
std 30174: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of <>; in Perl 6 please use lines() or () at /tmp/CrezYffmvA line 1:␤------> �[32m:input<�[33m⏏�[31m>�[0m␤FAILED 00:01 107m␤»
std 30174: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of <>; in Perl 6 please use lines() or () at /tmp/U4oKZkz8st line 1:␤------> �[32m:bar<�[33m⏏�[31m>�[0m␤FAILED 00:01 105m␤»
rakudo db0f85: OUTPUT«Unsupported use of <>; in Perl 6 please use lines() or () at line 11, near "<>.perl"␤current instr.: 'perl6;HLL;Grammar;panic' pc 500 (ext/nqp-rx/src/stage0/HLL-s0.pir:328)␤»
std 30180: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at /tmp/YqJxrWUTWH line 1:␤------> �[32mmy $a; $a =~�[33m⏏�[31m /foo/�[0m␤FAILED 00:01 108m␤»
std 30138: OUTPUT«Potential difficulties:␤ Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/iXsDyQx6Hc line 1:␤------> �[32msay�[33m⏏�[31m for 1..3�[0m␤ok 00:01 106m␤»
std 30123: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of . to concatenate strings; in Perl 6 please use ~ at /tmp/mIzIxhy9h3 line 1 (EOF):␤------> �[32m.�[33m⏏�[31m<EOL>�[0m␤FAILED 00:01 107m␤»
std 30066: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of . to concatenate strings or to call a quoted method; in Perl 6 please use ~ to concatenate, or if you meant to call a quoted method, please supply the required parentheses at /tmp/oPXbPZo4R5 line 1:␤------> �[32m$_ .=
std 30035: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of y///; in Perl 6 please use tr/// at /tmp/YyT4qazDyX line 1:␤------> �[32my�[33m⏏�[31m///�[0m␤FAILED 00:01 106m␤»
std 30035: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of - as character range; in Perl 6 please use .. at /tmp/8MvrkBSBUR line 1:␤------> �[32mtr!a-�[33m⏏�[31mz!A-Z!�[0m␤FAILED 00:01 105m␤»
std 30000: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of C-style "for (;;)" loop; in Perl 6 please use "loop (;;)" at /tmp/KIPXncZzEo line 1:␤------> �[32mfor �[33m⏏�[31m(my $i = 1; $i <= 3; $i++) { say $i; }�[0m␤FAILED 00:01 107m␤»
rakudo aa8c65: OUTPUT«Unsupported use of C-style "for (;;)" loop; in Perl 6 please use "loop (;;)" at line 11, near "(my $i = 1"␤current instr.: 'perl6;HLL;Grammar;panic' pc 500 (ext/nqp-rx/src/stage0/HLL-s0.pir:328)␤»
rakudo aa8c65: OUTPUT«Unsupported use of C-style "for (;;)" loop; in Perl 6 please use "loop (;;)" at line 1, near "(my $i = 1"␤»
std 29940: OUTPUT«Potential difficulties:␤ Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/TfXUg5qq69 line 1:␤------> �[32msay�[33m⏏�[31m for 1..10;�[0m␤ok 00:01 107m␤»
std 29935: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of . to concatenate strings; in Perl 6 please use ~ at /tmp/0CIHJKxs7k line 1 (EOF):␤------> �[32m.�[33m⏏�[31m<EOL>�[0m␤FAILED 00:01 105m␤»
rakudo 32a946: OUTPUT«Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ *.notdef as a matcher or method,␤ Any:U as a type constraint␤ or
rakudo 5e5969: OUTPUT«Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ *.notdef as a matcher or method,␤ Any:U as a type constraint␤ or
rakudo 5e5969: OUTPUT«Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ *.notdef as a matcher or method,␤ Any:U as a type constraint␤ or
std 29871: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of $@ variable as eval error; in Perl 6 please use $! at /tmp/ZwjPiwBe8O line 1:␤------> �[32mmy $@�[33m⏏�[31ma;�[0m␤FAILED 00:01 105m␤»
rakudo 279265: OUTPUT«Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ *.notdef as a matcher or method,␤ Any:U as a type constraint␤ or
std 29858: OUTPUT«Potential difficulties:␤ Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/8pUrqGweNR line 1:␤------> �[32msay�[33m⏏�[31m.say�[0m␤ok 00:01 105m␤»
std 29863: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of <>; in Perl 6 please use lines() or () at /tmp/S5qZ9gvdhN line 1:␤------> �[32m<�[33m⏏�[31m>�[0m␤FAILED 00:01 105m␤»
rakudo 88f57f: OUTPUT«Unsupported use of <STDIN>; in Perl 6 please use $*IN.lines at line 11, near "<STDIN>) {"␤current instr.: 'perl6;HLL;Grammar;panic' pc 500 (ext/nqp-rx/src/stage0/HLL-s0.pir:328)␤»
std 29831: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block at /tmp/a1bejKZir2 line 1:␤------> �[32mmy $b = { 'foo' => 4}; say $b->�[33m⏏�[31m{'foo'}�[0m␤FAILED 00:01 106m␤»
std 29831: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block at /tmp/4EKBKPDXk3 line 1:␤------> �[32mmy $b = { 'foo' => 4}; say $b->�[33m⏏�[31m{'foo'}�[0m␤FAILED 00:01 108m␤»
std 29833: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of '->{' as postfix dereferencer; in Perl 6 please use '.{' or just '{' to deref, or whitespace to delimit a pointy block at /tmp/FXnSwMRRnV line 1:␤------> �[32mmy $b = { 'foo' => 4}; say $b->{�[33m⏏�[31m'foo'}�[0m␤FAILED 00:01
rakudo a7874a: OUTPUT«Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ *.notdef as a matcher or method,␤ Any:U as a type constraint␤ or
std 29797: OUTPUT«Potential difficulties:␤ Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/o6d5YCs4us line 1:␤------> �[32msay�[33m⏏�[31m for 1;�[0m␤ok 00:01 105m␤»
rakudo 3b869c: OUTPUT«Unsupported use of C-style "for (;;)" loop; in Perl 6 please use "loop (;;)" at line 11, near "(my $i=80;"␤current instr.: 'perl6;HLL;Grammar;panic' pc 500 (ext/nqp-rx/src/stage0/HLL-s0.pir:328)␤»
rakudo 3704a2: OUTPUT«Unsupported use of rand(); in Perl 6 please use rand at line 11, near "()"␤current instr.: 'perl6;HLL;Grammar;panic' pc 500 (ext/nqp-rx/src/stage0/HLL-s0.pir:328)␤»
std 29780: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of rand(); in Perl 6 please use rand at /tmp/u95Z6iRUXu line 1:␤------> �[32mrand�[33m⏏�[31m()�[0m␤FAILED 00:01 107m␤»
Unsupported use of rand(); in Perl 6 please use rand at line 1, near "();\n"
Unsupported use of rand(N); in Perl 6 please use N.rand or (1..N).pick at line 1, near "(10);\n"
Unsupported use of <STDIN>; in Perl 6 please use $*IN.lines
std 29769: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of rand(); in Perl 6 please use rand at /tmp/UNuHZylp41 line 1:␤------> �[32mrand�[33m⏏�[31m()�[0m␤FAILED 00:01 107m␤»
rakudo dc301e: OUTPUT«Unsupported use of rand(); in Perl 6 please use rand at line 11, near "()"␤current instr.: 'perl6;HLL;Grammar;panic' pc 500 (ext/nqp-rx/src/stage0/HLL-s0.pir:328)␤»
std 29727: OUTPUT«Potential difficulties:␤ Unsupported use of bare 'say'; in Perl 6 please use .say if you want to say $_, or use an explicit argument at /tmp/oFRomtswGF line 1:␤------> �[32msay�[33m⏏�[31m.say�[0m␤ok 00:01 107m␤»
std 29734: OUTPUT«Potential difficulties:␤ Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/zX2BGwQhfN line 1:␤------> �[32msay�[33m⏏�[31m<EOL>�[0m␤ok 00:01 107m␤»
std 29734: OUTPUT«Potential difficulties:␤ Unsupported use of bare 'print'; in Perl 6 please use .print if you meant $_, or use an explicit invocant or argument at /tmp/tzCoyo7j1e line 1:␤------> �[32mprint�[33m⏏�[31m<EOL>�[0m␤ok 00:01 105m␤»
std 29700: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of $) variable; in Perl 6 please use $::EGID at /tmp/fr9mogIA1u line 1:␤------> �[32mmy ($ where $)�[33m⏏�[31m<EOL>�[0m␤FAILED 00:01 108m␤»
std 29678: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ *.notdef as a matcher or method,␤ Any:U as a type
std 29637: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of -> to call a method; in Perl 6 please use . at /tmp/WlT2bndFnE line 1:␤------> �[32mfor ^32->�[33m⏏�[31m$y {for ^32 {print $_?&$y??" "!!"*"};say�[0m␤FAILED 00:01 108m␤»
std 29636: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of @{@{}; in Perl 6 please use @(@{) at /tmp/9GMMN529SU line 1:␤------> �[32m@{@{}�[33m⏏�[31m<EOL>�[0m␤FAILED 00:01 106m␤»
std 29582: Potential difficulties:␤ Unsupported use of bare 'print'; in Perl 6 please use .print if you want to print $_, or use an explicit argument at /tmp/CoRwdQef0X line 1:␤------> �[32mprint�[33m⏏�[31m<EOL>�[0m␤ok 00:01 105m␤
std 29473: �[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ *.notdef as a matcher or method,␤ Any:U as a type
std 29424: �[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of !~ to do negated pattern matching; in Perl 6 please use !~~ at /tmp/ICAyMSfvyQ line 1:␤------> �[32msay ?("\n" !~ �[33m⏏�[31mm/\v/)�[0m␤FAILED 00:01 106m␤
std 29397: �[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of . to concatenate strings; in Perl 6 please use ~ at /tmp/0XwetABKCz line 1:␤------> �[32m1 . �[33m⏏�[31msay�[0m␤FAILED 00:01 106m␤
std 29388: �[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of << to do left shift; in Perl 6 please use +< or ~< at /tmp/tILw2Wwz7D line 1:␤------> �[32mmy @tentura; say ?all(<id>.defined << �[33m⏏�[31m@tentura)�[0m␤FAILED 00:01 109m␤
std 29388: �[31m===�[0mSORRY!�[31m===�[0m␤(Possible runaway string from line 1)␤Unsupported use of << to do left shift; in Perl 6 please use +< or ~< at /tmp/Z65coUomna line 1 (EOF):␤------> �[32m @tentura; say ?all(defined << @tentura)�[33m⏏�[31m<EOL>�[0m␤FAILED 00:02 108m␤
std 29388: �[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ *.notdef as a matcher or method,␤ Any:U as a type
std 29388: �[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ *.notdef as a matcher or method,␤ Any:U as a type
std 29388: �[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of >> to do right shift; in Perl 6 please use +> or ~> at /tmp/6KNP33WdIy line 1:␤------> �[32m=> Mu }, { id => 'b' }); say ?all(@a >> �[33m⏏�[31m.<id> >> .defined)�[0m␤FAILED 00:01 108m␤
std 29387: �[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at /tmp/lOC3K6f8sv line 1:␤------> �[32m1 =~�[33m⏏�[31m 2�[0m␤FAILED 00:01 104m␤
std 29337: Potential difficulties:␤ Unsupported use of bare 'print'; in Perl 6 please use .print if you want to print $_, or use an explicit argument at /tmp/bKxU3IAOOn line 1:␤------> �[32m$_ =2; print�[33m⏏�[31m<EOL>�[0m␤ok 00:01 106m␤
std 29330: Potential difficulties:␤ Unsupported use of bare 'exp'; in Perl 6 please use .exp if you want to exp $_, or use an explicit argument at /tmp/3w6GAfqXKX line 1:␤------> �[32msay exp�[33m⏏�[31m<EOL>�[0m␤ok 00:01 106m␤
std : �[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of $^P variable; in Perl 6 please use whatever debugger Perl 6 comes with at /tmp/TXO74uWfMY line 1:␤------> �[32m$^P �[33m⏏�[31m# I love this error message�[0m␤FAILED 00:01 105m␤
std : Potential difficulties:␤ Unsupported use of bare 'print'; in Perl 6 please use .print if you want to print $_, or use an explicit argument at /tmp/kJjSv164Kk line 1:␤------> �[32mprint�[33m⏏�[31m<EOL>�[0m␤ok 00:01 105m␤
std 29302: Potential difficulties:␤ Variable $foo is not predeclared at /tmp/x0uVdZKCkN line 1:␤------> �[32m$foo�[33m⏏�[31m .= bar()�[0m␤ Unsupported use of .= as append operator; in Perl 6 please use ~= at /tmp/x0uVdZKCkN line 1:␤------> �[32m$foo .=�[33m⏏�[31m bar()�[0m␤ok 00:01 106m␤
std 29297: �[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of $" variable; in Perl 6 please use .join() method at /tmp/fHPAzZG44u line 1:␤------> �[32muse v5; local $"�[33m⏏�[31m = "\n";�[0m␤FAILED 00:01 105m␤
std 29290: �[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of $^O variable; in Perl 6 please use $?OS or $::OS at /tmp/lRd2sI1LR0 line 1 (EOF):␤------> �[32msay $^O�[33m⏏�[31m<EOL>�[0m␤FAILED 00:01 105m␤
std 29290: �[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of undef as a value; in Perl 6 please use something more specific:␤ Mu (the "most undefined" type object),␤ an undefined type object such as Int,␤ Nil as an empty list,␤ *.notdef as a matcher or method,␤ Any:U as a type
std 29290: �[31m===�[0mSORRY!�[31m===�[0m␤Unsupported use of . to concatenate strings; in Perl 6 please use ~ at /tmp/AazVWxCKzo line 1:␤------> �[32msay [.]�[33m⏏�[31m "while", " i", " am", " here";�[0m␤FAILED 00:01 106m␤
std 29281: �[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of << to do left shift; instead, in Perl 6 please use +< or ~< at /tmp/pjFqsbuOGG line 1:␤------> �[32m1 << �[33m⏏�[31m, >> 2�[0m␤FAILED 00:01 106m␤
std 29286: �[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of << to do left shift; instead, in Perl 6 please use +< or ~< at /tmp/hib8IKIxLv line 1:␤------> �[32mmy @list = 5 << �[33m⏏�[31mfoo bar >> 6�[0m␤FAILED 00:01 106m␤
std 29289: �[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of $^O variable; instead, in Perl 6 please use $?OS or $::OS at /tmp/67tHqeT5TF line 1 (EOF):␤------> �[32msay $^O�[33m⏏�[31m<EOL>�[0m␤FAILED 00:01 105m␤
I think the "in Perl 6 please use" is strong enough
here it says: Unsupported use of $^O variable; in Perl 6 please use $?OS or $::OS at...
std 29268: �[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of C-style "for (;;)" loop; instead, in Perl 6 please use "loop (;;)" at /tmp/eAuAnNDQ7D line 1:␤------> �[32mfor (1;2;3)�[33m⏏�[31m {}�[0m␤FAILED 00:01 106m␤
std 29257: �[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of $/ variable as input record separator; instead, in Perl 6 please use the filehandle's .slurp method at /tmp/RkGcbOd23U line 1:␤------> �[32mundef�[33m⏏�[31m $/�[0m␤FAILED 00:01 103m␤
std 29257: �[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of $/ variable as input record separator; instead, in Perl 6 please use filehandle's :irs attribute at /tmp/caD1U8GPPU line 1:␤------> �[32m$/�[33m⏏�[31m = ""�[0m␤FAILED 00:01 104m␤
std 29257: �[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of $| variable; instead, in Perl 6 please use :autoflush on open at /tmp/HEMhttqWJD line 1:␤------> �[32muse v5; $|�[33m⏏�[31m = 1;�[0m␤FAILED 00:01 104m␤
std 29258: �[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of =~ to do pattern matching; instead, in Perl 6 please use ~~ at /tmp/qYWsxSnBpZ line 1:␤------> �[32msay "hihi" =~�[33m⏏�[31m 5�[0m␤FAILED 00:01 106m␤
std 29251: �[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of $% variable; instead, in Perl 6 please use Form module at /tmp/EBI1yXtQVg line 1:␤------> �[32m*!$%�[33m⏏�[31m$�[0m␤FAILED 00:01 106m␤
std 29251: �[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of $# variable; instead, in Perl 6 please use .fmt at /tmp/AGBdgpEmuO line 1:␤------> �[32m*!$#�[33m⏏�[31m$�[0m␤FAILED 00:01 104m␤
std 29224: �[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of undef as a value; instead, in Perl 6 please use the most appropriate of:␤ Mu (the "most undefined" type object),␤ a more specific undefined type object such as Int,␤ Nil as an empty list,␤ *.notdef as a matcher or method,␤
std 29199: �[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of undef as a value; instead, in Perl 6 please use the most appropriate of:␤ Mu (the "most undefined" type object),␤ a more specific undefined type object such as Int,␤ Nil as an empty list,␤ *.notdef as a matcher or method,␤
std 29199: �[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of Object; instead, in Perl 6 please use Mu as the "most universal" object type at /tmp/zo4iEnL7kB line 1:␤------> �[32mObject�[33m⏏�[31m<EOL>�[0m␤FAILED 00:01 103m␤
std 29183: �[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of . to concatenate strings; in Perl 6 please use ~ instead at /tmp/yhMlCT0ilT line 1 (EOF):␤------> �[32m.�[33m⏏�[31m<EOL>�[0m␤FAILED 00:01 103m␤
std 29173: �[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of << to do left shift; in Perl 6 please use +< or ~< instead at /tmp/6HNHyTV6eu line 1:␤------> �[32mmy $a = 1; say $a << �[33m⏏�[31m1; # Does this even work?�[0m␤FAILED 00:01 105m␤
nqp: Obsolete use of \A as beginning-of-string matcher;in Perl 6 please use ^instead at line 1, near " } }; say("␤current instr.: 'parrot;HLL;Grammar;panic' pc 519 (src/cheats/hll-grammar.pir:197)␤
nqp: Obsolete use of \z as end-of-string matcher;in Perl 6 please use $instead at line 1, near " } }; say("␤current instr.: 'parrot;HLL;Grammar;panic' pc 519 (src/cheats/hll-grammar.pir:197)␤
nqp: Obsolete use of \Z as end-of-string matcher;in Perl 6 please use \n?$instead at line 1, near " } }; say("␤current instr.: 'parrot;HLL;Grammar;panic' pc 519 (src/cheats/hll-grammar.pir:197)␤
std 29104: �[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of ?: for the conditional operator; in Perl 6 please use ??!! instead at /tmp/zJgcroEpHa line 1:␤------> �[32msay "This is " ~ Bool::True ?�[33m⏏�[31m "" : "not " ~ "true.";�[0m␤FAILED 00:02 102m␤
std 29113: �[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of =~ to do pattern matching; in Perl 6 please use ~~ instead at /tmp/wrBIfOXwoB line 1:␤------> �[32msay "test" =~�[33m⏏�[31m /<alpha>/;�[0m␤FAILED 00:02 101m␤
std 29064: �[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of $@ variable as eval error; in Perl 6 please use $! instead at /tmp/OVR5tdz1hV line 1:␤------> �[32msay $@�[33m⏏�[31m<EOL>�[0m␤FAILED 00:01 102m␤
std 28987: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of &{{}; in Perl 6 please use &({) instead at /tmp/PCKtRoI6X4 line 1:␤------> �[32m&{{}�[33m⏏�[31m}�[0m␤FAILED 00:02 126m␤»
std 28979: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of $% variable; in Perl 6 please use Form module instead at /tmp/ea0lcjGPdj line 1:␤------> �[32m$%�[33m⏏�[31m<EOL>�[0m␤FAILED 00:01 103m␤»
std 28953: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of <>; in Perl 6 please use lines() or () instead at /tmp/ENx3MrgMWj line 1:␤------> �[32mwhile (<�[33m⏏�[31m>) { }�[0m␤FAILED 00:01 107m␤»
std 28919: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of $#a variable; in Perl 6 please use @a.end instead at /tmp/PlfgJFekW7 line 1:␤------> �[32msay $#a�[33m⏏�[31m<EOL>�[0m␤FAILED 00:01 107m␤»
std 28919: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of %{$row}; in Perl 6 please use %($row) instead at /tmp/J4VmNXdauJ line 1:␤------> �[32mmy %row = %{$row}�[33m⏏�[31m;�[0m␤FAILED 00:02 105m␤»
std 28871: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of . to concatenate strings; in Perl 6 please use ~ instead at /tmp/A6yskiQVfj line 1:␤------> �[32mmy $foo; $foo[[.]�[33m⏏�[31m]bar�[0m␤FAILED 00:01 109m␤»
std 28821: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of %{ ('b' ~~ /./) }; in Perl 6 please use %( ('b' ~~ /./) ) instead at /tmp/BjX9f3ezqw line 1:␤------> �[32msay keys %{ ('b' ~~ /./) }�[33m⏏�[31m<EOL>�[0m␤FAILED 00:01 107m␤»
std 28734: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of . to concatenate strings; in Perl 6 please use ~ instead at /tmp/2gotXXIWVi line 1:␤------> �[32mx }; sub g($x) { $x + 1 }; my $z = &f . �[33m⏏�[31m&g; say $z(20)�[0m␤FAILED 00:02 133m␤»
std 28679: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of $, variable; in Perl 6 please use .join() method instead at /tmp/yGpyUMAeRP line 1:␤------> �[32msub($,�[33m⏏�[31m :$) {}�[0m␤FAILED 00:01 96m␤»
std 28440: OUTPUT«Potential difficulties:␤ Possible obsolete use of .= as append operator; in Perl 6 please use ~= instead at /tmp/5g1xHDgf9h line 1:␤------> �[32malue; $!value } }; my Maybe[Int] $m1 .= �[33m⏏�[31mjust(5); given $m1 { when .has-value { s�[0m␤ok 00:02 104m␤»
std 28440: OUTPUT«Potential difficulties:␤ Possible obsolete use of .= as append operator; in Perl 6 please use ~= instead at /tmp/eoQYDlCNtZ line 1:␤------> �[32malue; $!value } }; my Maybe[Int] $m1 .= �[33m⏏�[31mjust(5); given $m1 { when .has-value { s�[0m␤ok 00:02 104m␤»
std 28379: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of suffix regex modifiers; in Perl 6 please use prefix adverbs instead at /tmp/HkcbEsAXjh line 1:␤------> �[32mmy $path_xxx = p{/tmp/xxx�[33m⏏�[31m};�[0m␤Other potential difficulties:␤ Possible obsolete use of /x; in Perl 6 please use
std 28270: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of <>; in Perl 6 please use lines() or () instead at /tmp/63lP0ucfnu line 1:␤------> �[32m<�[33m⏏�[31m>�[0m␤FAILED 00:02 36m␤»
std 28277: OUTPUT«Potential difficulties:␤ Possible obsolete use of .= as append operator; in Perl 6 please use ~= instead at /tmp/kNhxZT6Qhy line 1:␤------> �[32mmy $a; $a .= �[33m⏏�[31m'uc';�[0m␤ Useless use of quotes at /tmp/kNhxZT6Qhy line 1:␤------> �[32mmy $a; $a .=
std 28076: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of ?: for the conditional operator; in Perl 6 please use ??!! instead at /tmp/51ikXL2WUi line 1:␤------> �[32mWHY?�[33m⏏�[31m not 42: 43�[0m␤Undeclared name:␤ WHY used at 1 ␤FAILED 00:02 37m␤»
std 28070: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of ?: for the conditional operator; in Perl 6 please use ??!! instead at /tmp/is9LleHqR4 line 1:␤------> �[32msyntax error?�[33m⏏�[31m<EOL>�[0m␤Undeclared routine:␤ error used at 1 ␤FAILED 00:02 37m␤»
std 28038: OUTPUT«Potential difficulties:␤ Possible obsolete use of .= as append operator; in Perl 6 please use ~= instead at /tmp/6sTBIeJlkg line 1:␤------> �[32mclass A { }; my A $x .= �[33m⏏�[31m(42);�[0m␤ok 00:02 38m␤»
std 27955: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of <STDIN>; in Perl 6 please use $*IN.lines instead at /tmp/HF0gBk9apz line 1:␤------> �[32m<�[33m⏏�[31mSTDIN>�[0m␤FAILED 00:02 36m␤»
std 27955: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of <STDIN>; in Perl 6 please use $*IN.lines instead at /tmp/1UyWfjChYA line 1:␤------> �[32mmy @x = <�[33m⏏�[31mSTDIN>;�[0m␤FAILED 00:02 37m␤»
std 27955: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of <>; in Perl 6 please use lines() or () instead at /tmp/WLKSv6UL8A line 1:␤------> �[32m<�[33m⏏�[31m>�[0m␤FAILED 00:02 36m␤»
std 27955: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of <>; in Perl 6 please use lines() or () instead at /tmp/XuxVO5OHxb line 1:␤------> �[32mmy @a = <�[33m⏏�[31m>;�[0m␤FAILED 00:02 37m␤»
std 27872: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of . to concatenate strings; in Perl 6 please use ~ instead at /tmp/FvUHdPC800 line 1 (EOF):␤------> �[32m.�[33m⏏�[31m<EOL>�[0m␤FAILED 00:02 36m␤»
std 27866: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of &{"$s"}; in Perl 6 please use &("$s") instead at /tmp/F0KRaAw1QW line 1:␤------> �[32m&{"$s"}�[33m⏏�[31m()�[0m␤FAILED 00:03 54m␤»
std 27822: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of ?: for the conditional operator; in Perl 6 please use ??!! instead at /tmp/KKX2s47ZRD line 1:␤------> �[32morly?�[33m⏏�[31m<EOL>�[0m␤Undeclared routine:␤ orly used at 1 ␤FAILED 00:02 36m␤»
std 27720: OUTPUT«##### PARSE FAILED #####␤Obsolete use of >> to do right shift; in Perl 6 please use +> or ~> instead at /tmp/WeQIi9olBB line 1:␤------> �[32m@a >> �[33m⏏�[31m42�[0m␤Other potential difficulties:␤ Variable @a is not predeclared at /tmp/WeQIi9olBB line 1:␤------> �[32m@a�[33m⏏�[31m
std 27729: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Obsolete use of C++ constructor syntax; in Perl 6 please use method call syntax instead at /tmp/UcoqydMSDr line 1:␤------> �[32m C { method new(Int $i) { $i } }; new C �[33m⏏�[31m1;�[0m␤FAILED 00:03 40m␤»
std 27624: OUTPUT«##### PARSE FAILED #####␤Obsolete use of . to concatenate strings; in Perl 6 please use ~ instead at /tmp/9XcRGHB61G line 2:␤------> �[32m�[31m;�[0m␤FAILED 00:02 36m␤»
std 27625: OUTPUT«##### PARSE FAILED #####␤Obsolete use of [-1] subscript to access final element; in Perl 6 please use [*-1] instead at /tmp/jAKzU6kdEa line 1:␤------> �[32mmy @a; say @a[-1]�[31m;�[0m␤FAILED 00:02 39m␤»
std 27587: OUTPUT«##### PARSE FAILED #####␤Obsolete use of rand(); in Perl 6 please use rand instead at /tmp/oUJmwmRkSQ line 1:␤------> �[32mif rand(�[31m) { our Int $x = 3; } else { our Str $x �[0m␤FAILED 00:02 36m␤»
std 27525: OUTPUT«##### PARSE FAILED #####␤Obsolete use of C++ constructor syntax; in Perl 6 please use method call syntax instead at /tmp/3luBP1icfm line 1:␤------> �[32mclass test { }; new test�[31m()�[0m␤FAILED 00:02 36m␤»
std 27307: OUTPUT«##### PARSE FAILED #####␤Obsolete use of $, variable; in Perl 6 please use .join() method instead at /tmp/tCcBbjLxnc line 1:␤------> �[32mmy $a; ($,�[31m $a) = 1,2; say $a # should work�[0m␤FAILED 00:02 36m␤»
std 27263: OUTPUT«##### PARSE FAILED #####␤Obsolete use of $; variable; in Perl 6 please use real multidimensional hashes instead at /tmp/TOLqKURPmQ line 1:␤------> �[32mmy $;�[31m 42�[0m␤FAILED 00:02 36m␤»
std 27263: OUTPUT«##### PARSE FAILED #####␤Obsolete use of C++ constructor syntax; in Perl 6 please use method call syntax instead at /tmp/JEVYO6jlwd line 1:␤------> �[32mmy $x = new Cat�[31m('cable');�[0m␤FAILED 00:02 36m␤»
mildew: OUTPUT«##### PARSE FAILED #####␤Obsolete use of ?: for the conditional operator; in Perl 6 please use ??!! instead at /tmp/RCYcwpUGKj line 1:␤------> �[32m1 == 1 ?�[31m 1 : 2;�[0m␤»
std 27190: OUTPUT«##### PARSE FAILED #####␤Obsolete use of do...while; in Perl 6 please use repeat...while instead at /tmp/8bLJkBM9Ea line 1:␤------> �[32mdo { s/.// } while $_�[31m;�[0m␤FAILED 00:04 37m␤»
std 27168: OUTPUT«##### PARSE FAILED #####␤Obsolete use of [-1] subscript to access final element; in Perl 6 please use [*-1] instead at /tmp/CGm1vUDph7 line 1:␤------> �[32mmy @a; @a[-1]�[31m;�[0m␤FAILED 00:02 38m␤»
std 27168: OUTPUT«Potential difficulties:␤ Possible obsolete use of .= as append operator; in Perl 6 please use ~= instead at /tmp/rG4gukX47o line 1:␤------> �[32muse v5; my $x = 'foo '; $x .= �[31m'bar';�[0m␤ok 00:02 37m␤»
std 27168: OUTPUT«##### PARSE FAILED #####␤Obsolete use of rand(N); in Perl 6 please use N.rand or (1..N).pick instead at /tmp/XxGfKnF6uX line 1:␤------> �[32mrand�[31m(10);�[0m␤FAILED 00:02 35m␤»
std 27168: OUTPUT«##### PARSE FAILED #####␤Obsolete use of rand(N); in Perl 6 please use N.rand or (1..N).pick instead at /tmp/NCBYyoJ49q line 1:␤------> �[32mrand�[31m(10)�[0m␤FAILED 00:02 35m␤»
std 27168: OUTPUT«##### PARSE FAILED #####␤Obsolete use of rand(N); in Perl 6 please use N.rand or (1..N).pick instead at /tmp/LmQIg9HwJN line 1:␤------> �[32mrand�[31m(10 )�[0m␤FAILED 00:02 35m␤»
std 27171: OUTPUT«##### PARSE FAILED #####␤Obsolete use of >> to do right shift; in Perl 6 please use +> or ~> instead at /tmp/DkWqQmpNKQ line 1:␤------> �[32m2 >> �[31m1;�[0m␤FAILED 00:02 36m␤»
std 27172: OUTPUT«##### PARSE FAILED #####␤Obsolete use of $] variable; in Perl 6 please use $::PERL_VERSION instead at /tmp/KFd8cEsMoY line 1:␤------> �[32m$]�[31m;�[0m␤FAILED 00:02 36m␤»
std 27172: OUTPUT«##### PARSE FAILED #####␤Obsolete use of $* variable; in Perl 6 please use ^^ and $$ instead at /tmp/sQr9HpuCSL line 1:␤------> �[32m$*�[31m;�[0m␤FAILED 00:02 36m␤»
std 27172: OUTPUT«##### PARSE FAILED #####␤Obsolete use of rand(N); in Perl 6 please use N.rand or (1..N).pick instead at /tmp/boYoB54voi line 1:␤------> �[32mrand�[31m(10)�[0m␤FAILED 00:02 35m␤»
std 27172: OUTPUT«##### PARSE FAILED #####␤Obsolete use of rand(N); in Perl 6 please use N.rand or (1..N).pick instead at /tmp/CZbQ3UcH29 line 1:␤------> �[32mrand�[31m(10 )�[0m␤FAILED 00:02 35m␤»
std 27172: OUTPUT«##### PARSE FAILED #####␤Obsolete use of rand(N); in Perl 6 please use N.rand or (1..N).pick instead at /tmp/2tumXSTsxm line 1:␤------> �[32mrand�[31m(10 );�[0m␤FAILED 00:02 35m␤»
std 27172: OUTPUT«##### PARSE FAILED #####␤Obsolete use of [-1] subscript to access final element; in Perl 6 please use [*-1] instead at /tmp/EFSgrB1Rzy line 1:␤------> �[32mmy @a; @a[-1]�[31m;�[0m␤FAILED 00:02 38m␤»
std 27159: OUTPUT«##### PARSE FAILED #####␤Obsolete use of ?: for the conditional operator; in Perl 6 please use ??!! instead at /tmp/X1IFdrPABt line 1:␤------> �[32m"foo" ?�[31m "bar" : "baz"�[0m␤FAILED 00:04 36m␤»
std 27159: OUTPUT«##### PARSE FAILED #####␤Obsolete use of ?: for the conditional operator; in Perl 6 please use ??!! instead at /tmp/WchfLq8igP line 1:␤------> �[32ma == "foo" ?�[31m "bar" : 1�[0m␤Undeclared routine:␤ a used at 1 ␤FAILED 00:04 36m␤»
std 27013: OUTPUT«##### PARSE FAILED #####␤Obsolete use of suffix regex modifiers; in Perl 6 please use prefix adverbs instead at /tmp/JfOA3v7Wfn line 1:␤------> �[32mm/parrot/i�[31m�[0m␤Other potential difficulties:␤ Possible obsolete use of /i; in Perl 6 please use :i instead at /tmp/JfOA3v7Wfn
std 26999: OUTPUT«##### PARSE FAILED #####␤Obsolete use of $/ variable as input record separator; in Perl 6 please use filehandle's :irs attribute instead at /tmp/zLBgluNXYU line 1:␤------> �[32mdo { $/�[31m = undef; <> }�[0m␤FAILED 00:02 36m␤»
std 26999: OUTPUT«##### PARSE FAILED #####␤Obsolete use of $/ variable as input record separator; in Perl 6 please use filehandle's :irs attribute instead at /tmp/8Qr8lvp5u5 line 1:␤------> �[32m$/�[31m = 'foo'; $/.print�[0m␤FAILED 00:02 36m␤»
std 26955: OUTPUT«##### PARSE FAILED #####␤Obsolete use of [-1] subscript to access final element; in Perl 6 please use [*-1] instead at /tmp/eIfWOzWjEg line 1:␤------> �[32m(1,2,3,4,5)[-1]�[31m.say();�[0m␤FAILED 00:02 39m␤»
std 26934: OUTPUT«##### PARSE FAILED #####␤Obsolete use of ?: for the conditional operator; in Perl 6 please use ??!! instead at /tmp/iUY90kxwUc line 1:␤------> �[32m1 ?�[31m% 2�[0m␤FAILED 00:02 35m␤»
std 26914: OUTPUT«##### PARSE FAILED #####␤Obsolete use of =~ to do pattern matching; in Perl 6 please use ~~ instead at /tmp/bOdZQh9SJR line 1:␤------> �[32msay ("moose" =~�[31m m/oo/);�[0m␤FAILED 00:04 36m␤»
std 26855: OUTPUT«##### PARSE FAILED #####␤Obsolete use of $, variable; in Perl 6 please use .join() method instead at /tmp/cs3zDLqfNz line 1:␤------> �[32m($a, $,�[31m @x) = 1,2,3�[0m␤Other potential difficulties:␤ Variable $a is not predeclared at /tmp/cs3zDLqfNz line 1:␤------> �[32m($a�[31m,
std 26766: OUTPUT«##### PARSE FAILED #####␤Obsolete use of . to concatenate strings; in Perl 6 please use ~ instead at /tmp/EtJUuAMIPP line 1:␤------> �[32m"a" . �[31m"b";�[0m␤FAILED 00:04 35m␤»
std 26766: OUTPUT«Potential difficulties:␤ Possible obsolete use of .= as append operator; in Perl 6 please use ~= instead at /tmp/6QCU4mfZtE line 1:␤------> �[32m"a" .= �[31m"b";�[0m␤ok 00:04 36m␤»
std 26533: OUTPUT«##### PARSE FAILED #####␤Obsolete use of -> to call a method; in Perl 6 please use . instead at /tmp/iwpFpumIKV line 1:␤------> �[32mfor(1..3)->�[31m$n{say $n}�[0m␤FAILED 00:02 35m␤»
std 26533: OUTPUT«##### PARSE FAILED #####␤Obsolete use of -> to call a method; in Perl 6 please use . instead at /tmp/U6rKFMT7BF line 1:␤------> �[32mfor (1..3)->�[31m$n {say $n}�[0m␤FAILED 00:02 35m␤»
std 26255: OUTPUT«##### PARSE FAILED #####␤Obsolete use of ?: for the conditional operator; in Perl 6 please use ??!! instead at /tmp/C7kiXGTEbE line 1:␤------> �[32m42 ?�[31m 43 : 44�[0m␤FAILED 00:02 35m␤»
std 26165: OUTPUT«##### PARSE FAILED #####␤Obsolete use of [-1] subscript to access final element; in Perl 6 please use [*-1] instead at /tmp/E6XYpcIuYR line 1:␤------> �[32mmy @a = 1..5; @a[-1]�[31m;�[0m␤FAILED 00:02 38m␤»
std 26041: OUTPUT«##### PARSE FAILED #####␤Obsolete use of . to concatenate strings; in Perl 6 please use ~ instead at /tmp/0t8Pro0Wj7 line 1:␤------> �[32mle { method x { say "oink" } }; say $x. �[31msay $x.x;�[0m␤FAILED 00:04 36m␤»
std 26023: OUTPUT«##### PARSE FAILED #####␤Malformed my␤Obsolete use of $\ variable; in Perl 6 please use the filehandle's :ors attribute instead at /tmp/jsrF52imeh line 1:␤------> �[32mmy $\�[31m 6\ 6\ f\ f = "hi"�[0m␤FAILED 00:02 35m␤»
std 25962: OUTPUT«##### PARSE FAILED #####␤Obsolete use of <>; in Perl 6 please use =<> or () instead at /tmp/Ho8g0yOlRg line 1:␤------> �[32msay <�[31m>; say <STDIN>�[0m␤FAILED 00:02 34m␤»
std 25962: OUTPUT«##### PARSE FAILED #####␤Obsolete use of <>; in Perl 6 please use =<> or () instead at /tmp/HqpUaw1X2B line 1:␤------> �[32msay <�[31m>�[0m␤FAILED 00:02 34m␤»
std 25962: OUTPUT«##### PARSE FAILED #####␤Obsolete use of <STDIN>; in Perl 6 please use =$*IN instead at /tmp/aXlLRR5tDU line 1:␤------> �[32msay <�[31mSTDIN>�[0m␤FAILED 00:02 34m␤»
std 25939: OUTPUT«##### PARSE FAILED #####␤Obsolete use of << to do left shift; in Perl 6 please use +< or ~< instead at /tmp/UDssTgFOrQ line 1:␤------> �[32m1 ?? 2 << �[31m3 :: 4 >> 5 !! 6�[0m␤FAILED 00:02 34m␤»
std 25906: OUTPUT«##### PARSE FAILED #####␤Obsolete use of [-1] subscript to access final element; in Perl 6 please use [*-1] instead at /tmp/LjHndWhXQw line 1:␤------> �[32m@foo[-1]�[31m�[0m␤Other potential difficulties:␤ Variable @foo is not predeclared at /tmp/LjHndWhXQw line 1:␤------>
std 25833: OUTPUT«##### PARSE FAILED #####␤Obsolete use of <>; in Perl 6 please use =<> or () instead at /tmp/wZVHzwSVqW line 1:␤------> �[32m<�[31m>�[0m␤FAILED 00:02 34m␤»
std 25833: OUTPUT«##### PARSE FAILED #####␤Obsolete use of . to concatenate strings; in Perl 6 please use ~ instead at /tmp/0qRISO0mo7 line 0:␤------> �[32m�[31m�[0m␤FAILED 00:02 34m␤»
std 25833: OUTPUT«##### PARSE FAILED #####␤Obsolete use of $\ variable; in Perl 6 please use the filehandle's :ors attribute instead at /tmp/dmXhaMk2nS line 1:␤------> �[32m$\�[31m *YAY�[0m␤FAILED 00:02 34m␤»
std 25833: OUTPUT«##### PARSE FAILED #####␤Malformed "my" declaration␤Obsolete use of $\ variable; in Perl 6 please use the filehandle's :ors attribute instead at /tmp/maeA9ojjgC line 1:␤------> �[32mmy $\�[31m t = 1�[0m␤FAILED 00:02 34m␤»
std 25833: OUTPUT«##### PARSE FAILED #####␤Obsolete use of $$ variable; in Perl 6 please use $::PID instead at /tmp/hGrYo4mmT2 line 1:␤------> �[32m$$$�[31m�[0m␤FAILED 00:02 34m␤»
std 25833: OUTPUT«##### PARSE FAILED #####␤Obsolete use of $\ variable; in Perl 6 please use the filehandle's :ors attribute instead at /tmp/MXLggf9j9l line 1:␤------> �[32m$\�[31m ::PID�[0m␤FAILED 00:02 34m␤»
std 25834: OUTPUT«##### PARSE FAILED #####␤Obsolete use of >> to do right shift; in Perl 6 please use +> or ~> instead at /tmp/703YI6tGP6 line 0:␤------> �[32m�[31m�[0m␤FAILED 00:02 34m␤»
std 25845: OUTPUT«##### PARSE FAILED #####␤Obsolete use of . to concatenate strings; in Perl 6 please use ~ instead at /tmp/sJJTSwhiTH line 0:␤------> �[32m�[31m�[0m␤FAILED 00:02 34m␤»
std 25561: OUTPUT«############# PARSE FAILED #############␤Obsolete use of C++ constructor syntax; in Perl 6 please use method call syntax instead at /tmp/YKz8V5n5kC line 1:␤------> �[32mmy $obj = new Widget(�[31m:legs(2|3));�[0m␤FAILED 00:02 33m␤»
std 25565: OUTPUT«############# PARSE FAILED #############␤Obsolete use of C++ constructor syntax; in Perl 6 please use method call syntax instead at /tmp/WN86ngdZxZ line 1:␤------> �[32mmy $obj = new Widget�[31m;�[0m␤FAILED 00:02 33m␤»
std 25509: OUTPUT«############# PARSE FAILED #############␤Obsolete use of ?: for the conditional operator; in Perl 6 please use ??!! instead at /tmp/2PiT7q65Bg line 1:␤------> �[32macro foo is parsed(/'?*?'/) { ... }; ?*?�[31m�[0m␤FAILED 00:03 35m␤»
std 25441: OUTPUT«############# PARSE FAILED #############␤Obsolete use of -> to call a method; in Perl 6 please use . instead at /tmp/GABJAqFBis line 1:␤------> �[32mpackage Foo {}; Foo->�[31mnew�[0m␤FAILED 00:02 33m␤»
std 25441: OUTPUT«############# PARSE FAILED #############␤Obsolete use of -> to call a method; in Perl 6 please use . instead at /tmp/JbcMmb6X9T line 1:␤------> �[32mpackage Foo { class Bar {} }; Foo::Bar->�[31mnew�[0m␤FAILED 00:02 33m␤»
std 25441: OUTPUT«############# PARSE FAILED #############␤Obsolete use of -> to call a method; in Perl 6 please use . instead at /tmp/WBmxhwxSin line 1:␤------> �[32mlass Bar { method new {} } }; Foo::Bar->�[31mnew�[0m␤FAILED 00:02 33m␤»
std 25013: OUTPUT«############# PARSE FAILED #############␤Obsolete use of >> to do right shift; in Perl 6 please use +> or ~> instead at /tmp/KwrBdZ1VWB line 1:␤------> �[32m$a >>>>�[31m++�[0m␤00:05 86m␤»
std 24953: OUTPUT«############# PARSE FAILED #############␤Obsolete use of >> to do right shift; in Perl 6 please use +> or ~> instead at /tmp/l8wjqyMqiF line 1:␤------> �[32m[X>>�[31m*<<X]<< @a�[0m␤00:05 82m␤»
std 24953: OUTPUT«############# PARSE FAILED #############␤Obsolete use of >> to do right shift; in Perl 6 please use +> or ~> instead at /tmp/zLzWsTdPq9 line 1:␤------> �[32m[X>>�[31m*<<X] @a�[0m␤00:05 82m␤»
std 24937: OUTPUT«############# PARSE FAILED #############␤Obsolete use of . to concatenate strings; in Perl 6 please use ~ instead at /tmp/jhTO9QQTHC line 1:␤------> �[32m$foo.:�[31m~^�[0m␤ expecting dotty method or postfix␤00:05 86m␤»
std 24730: OUTPUT«############# PARSE FAILED #############␤(Possible runaway string from line 1 to line 1)␤Obsolete use of . to concatenate strings; in Perl 6 please use ~ instead at /tmp/O4DkSVvFAV line 0:␤------> �[32m�[31m�[0m␤00:05 86m␤»
Obsolete use of undef as a verb; in Perl 6 please use undefine function instead
hmm, should complain: Obsolete use of -> to call a method; in Perl 6 please use . instead at line 1:
std 21647: OUTPUT[cp: cannot create regular file `lex/STD/EXPR': Permission deniedObsolete use of =~ to do pattern matching; in Perl 6 please use ~~ instead at line 1:]
Obsolete use of $" variable; in Perl 6 please use .join() method instead at line 1:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment