The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.