Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

KiokuDB::Role::Verbosity - A role for printing diagnosis to STDERR

Author

       Yuval Kogman <nothingmuch@woobling.org>

Description

       This role provides the "verbose" attribute and a "v" method that you can use to emit verbose output to
       "STDERR".

Name

       KiokuDB::Role::Verbosity - A role for printing diagnosis to STDERR

Synopsis

           $self->v("blah blah\n"); # only printed if $self->verbose is true

Version

       version 0.57

See Also