use md5_get instead of TokyoCabinet::HDB
[cloudstore.git] / lib / WarnColor.pm
index 5cf738d..4afb940 100644 (file)
@@ -24,7 +24,7 @@ sub BEGIN {
                $msg =~ s{(["\{\}\#])}{\e[33m$1\e[0m}g; # yellow
                print STDERR $msg unless $msg =~ m{^#} && ! $ENV{DEBUG};
                return 1;
-       };
+       } if -t STDOUT; # colorize only if run from terminal !
 
 }