diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2014-03-17 08:48:38 +0100 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2014-03-17 08:48:38 +0100 |
| commit | ac57f08322713d35cb127030c6b1798ded16ffc9 (patch) | |
| tree | 66474185f2eb1d550b835fbded9ad0069706ed86 | |
| parent | 12b328c59de2baffe578ac45f92360c3d2aeec1b (diff) | |
yet another colors0.3.4
| -rwxr-xr-x | src/japi | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -141,7 +141,7 @@ package Japi::Jira { my $self = shift; my $uri = join '/', $self->uribase, $self->apiversion; - print color 'green' unless $self->nocolor; + print color 'bold green' unless $self->nocolor; say "==> Querying $uri/".$self->query; print color 'reset' unless $self->nocolor; @@ -171,9 +171,9 @@ package Japi::Jira { say "Summary: $f->{summary}"; print color 'reset' unless $self->nocolor; - print color 'red' unless $self->nocolor; + #print color 'blue' unless $self->nocolor; say "URL: $webase$_->{key}"; - print color 'reset' unless $self->nocolor; + #print color 'reset' unless $self->nocolor; } sort { $a->{fields}{created} cmp $b->{fields}{created}; |
