$ svn co https://svn.perl.org/parrot/trunk parrot $ cd parrot $ perl Configure.pl; make $ cd languages/perl6/; make perl6 #### #!/home/stas/perl/parrot/languages/perl6/perl6 class Point is rw { has $.x; has $.y; } #### Attempt to inherit from non-existent parent class current instr.: 'die' pc 12249 (src/gen_builtins.pir:7489) called from Sub 'trait_auxiliary:is' pc 15862 (src/gen_builtins.pir:9927) called from Sub '_block13' pc 122 (EVAL_12:47) called from Sub 'parrot;PCT;HLLCompiler;evalpmc' pc 804 (src/PCT/HLLCompiler.pir:468) called from Sub 'parrot;PCT;HLLCompiler;compile' pc 434 (src/PCT/HLLCompiler.pir:303) called from Sub 'parrot;PCT;HLLCompiler;eval' pc 836 (src/PCT/HLLCompiler.pir:493) called from Sub 'parrot;PCT;HLLCompiler;evalfiles' pc 1201 (src/PCT/HLLCompiler.pir:667) called from Sub 'parrot;PCT;HLLCompiler;command_line' pc 1380 (src/PCT/HLLCompiler.pir:756) called from Sub 'parrot;Perl6;Compiler;main' pc 16140 (perl6.pir:168)