There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

class Grammar::Base {
    my $.PRIOR;
}

Grammar::Base.PRIOR := $rule;
for ( @s ) { 
    $_ = emit_rule( $_, $_[1] );
}