#!/usr/bin/raku
sub MAIN(:$name, :$auth, :$ver, *@, *%) {
    CompUnit::RepositoryRegistry.run-script("prove6", :$name, :$auth, :$ver);
}