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.