#!/usr/bin/env rakudo-m
sub MAIN(*@, *%) {
    CompUnit::RepositoryRegistry.run-script("pod2onepage");
}