소스 검색

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