Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
KiokuDB::Cmd::Verbosity - A role for command line tools that have a --verbose
option.
SYNOPSIS
$self->v("blah blah\n"); # only printed if --verbose is specified
DESCRIPTION
This role provides the verbose
attribute and command line option, and a v
method that you can use to emit verbose output to STDERR
.