5 my $yaml_tests = eval(q{
31 for each($yaml_tests) -> %h {
32 # I think Perl6 is supposed to offer us a way to just
33 # pass %h on through...
49 state $cls = 'Foo000';
54 multi method a ($m1) \{1\}
55 multi method a ($m2) \{2\}
61 is($got , $expect, "Arguments ($call) to signatures 1. ($m1) and 2. ($m2) calls $expect");
64 ok(0, "Failed to compile test! error was was: $!" )