ADD: set minium Ansitable version

This commit is contained in:
Dominik Meyer 2021-05-25 21:50:09 +02:00
parent 6fdfb6aa4e
commit ab0ebcbebf
No known key found for this signature in database
GPG Key ID: B4C312B600606B64
1 changed files with 2 additions and 3 deletions

View File

@ -7,7 +7,7 @@ extends qw(App::Git::IssueManager);
use Git::LowLevel;
use Git::IssueManager;
use Git::IssueManager::Issue;
use Text::ANSITable;
use Text::ANSITable 0.602;
use Term::ANSIColor;
use Try::Tiny;
use Data::Dumper;
@ -68,8 +68,7 @@ sub run
my $t = Text::ANSITable->new;
$t->use_utf8(1);
$t->use_color(1);
$t->use_box_chars(1);
$t->border_style('Default::single_boxchar');
$t->border_style('UTF8::SingleLine');
$t->columns(["ID", "Subject", "Type", "Priority", "Severity", "Status", "Author", "Worker"]);
@stati=@{$self->show_status};
for my $i (@issues)