The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

use v6-alpha;

role v6::AST::Base  {

    # - we are now using 'does' instead of 'as'
    # sub *coerce:as (Match $match, To ::?CLASS) { 
    #    To.new( :$match );
    # }

}