NAME autobox::Colors - Simple string coloring via autobox VERSION This document describes version 0.001 of autobox::Colors - released September 30, 2013 as part of autobox-Colors. SYNOPSIS use autobox::Colors; use feature qw/say/; say "I"->green; say "love"->magenta->bold->underscore; say "you"->white->on_blue; DESCRIPTION Just call your strings what color you'd like them to be. ORIGINAL AUTHOR This work is pretty much a direct adaptation of Term::ANSIColors::Simple. zentooo SEE ALSO Please see those modules/websites for more information related to this module. * Term::ANSIColors::Simple SOURCE The development version is on github at and may be cloned from BUGS Please report any bugs or feature requests on the bugtracker website https://github.com/RsrchBoy/autobox-Colors/issues When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature. AUTHOR Chris Weyl COPYRIGHT AND LICENSE This software is copyright (c) 2013 by Chris Weyl. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.