NAME

Term::ANSIColor::Relax - take easy to use colors in your term

SYNOPSIS

use Term::ANSIColor::Relax;
use feature qw/say/;

say "I"->green;
say "love"->magenta->bold->underscore;
say "you"->white->on_blue;

AUTHOR

zentooo <zentoooo@gmail.com>

SEE ALSO

LICENSE

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