NAME
Shell::Amazon::S3::Plugin::Colors - add color to return values, warnings, and errors
SYNOPSIS
#!/usr/bin/perl
use lib './lib';
use Shell::Amazon::S3;
my $repl = Shell::Amazon::S3->new;
$repl->load_plugin('History');
$repl->load_plugin('Colors');
$repl->run;
DESCRIPTION
SEE ALSO
Shell::Amazon::S3
AUTHOR
Dann <techmemo at gmail dot com>
COPYRIGHT AND LICENSE
Copyright (C) 2008 Dann
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.