There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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.