Преглед на файлове

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

George S. Baugh преди 11 години
родител
ревизия
56523dc86a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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 ();