logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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