Help for this page
module-starter --email "thil@something.com" --author "Thil" --module " +Foo::Bar"
use strict; use warnings; ... dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', } +, clean => { FILES => 'Foo-Bar-*' }, );