Template
NAME
$module - blah blah blah
SYNOPSIS
use $module;
DESCRIPTION
$module is ...
{ '=head1 AUTHOR' if $license.holders.elems == 1 } { '=head1 AUTHORS' if $license.holders.elems > 1 }
{ join: $license.holders.map( *.name ), "\n" }
COPYRIGHT AND LICENSE
$license.note()