-
-
01 Oct 2013 01:12:21 UTC
- Distribution: autobox-Colors
- Module version: 0.001
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (621 / 0 / 0)
- Kwalitee
Bus factor: 0- 74.36% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (18.02KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
++ed by:1 non-PAUSE userNAME
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.
Module Install Instructions
To install autobox::Colors, copy and paste the appropriate command in to your terminal.
cpanm autobox::Colors
perl -MCPAN -e shell install autobox::Colors
For more information on module installation, please visit the detailed CPAN module installation guide.