Explorar o código

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

George S. Baugh %!s(int64=11) %!d(string=hai) anos
pai
achega
56523dc86a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 ();