瀏覽代碼

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 ();