name
App::Tel::Color::Base - parent stub and examples for Color modules
METHODS
new
my $colorobject = new App::Tel::Base;
Initializes a new colorobject.
colorize
$colorobject->colorize('text');
Normally this will consume text from an input buffer and have some logic that determines how it will color the output. This method is designed to be overridden in all child modules.