The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::GitGot::Outputter - Generic base class for outputting formatted messages.

VERSION

version 1.339

ATTRIBUTES

no_color

Boolean indicating whether color messages should be output at all.

METHODS

error

Display a message using the 'color_error' color settings.

major_change

Display a message using the 'color_major_change' color settings.

minor_change

Display a message using the 'color_minor_change' color settings.

warning

Display a message using the 'color_warning' color settings.

AUTHOR

John SJ Anderson <john@genehack.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2020 by John SJ Anderson.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.