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

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 <zentoooo@gmail.com>

SEE ALSO

Please see those modules/websites for more information related to this module.

SOURCE

The development version is on github at http://github.com/RsrchBoy/autobox-Colors and may be cloned from git://github.com/RsrchBoy/autobox-Colors.git

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 <cweyl@alumni.drew.edu>

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.