Pārlūkot izejas kodu

Fix #20: require minimum version of Term::ANSIColor

George S. Baugh 11 gadi atpakaļ
vecāks
revīzija
56523dc86a
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      bin/testrail-report

+ 1 - 1
bin/testrail-report

@@ -94,7 +94,7 @@ use strict;
 use warnings;
 
 use Getopt::Long;
-use Term::ANSIColor qw(colorstrip);
+use Term::ANSIColor 2.01 qw(colorstrip);
 use Test::Rail::Parser;
 use IO::Interactive::Tiny ();