소스 검색

Fix #149, add use statement to test to not fall afoul of USE_UNSAFE_INC

George S. Baugh 7 년 전
부모
커밋
851bcb2b64
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      t/App-Prove-Plugin-Testrail.t

+ 2 - 0
t/App-Prove-Plugin-Testrail.t

@@ -6,6 +6,8 @@ use warnings;
 use FindBin;
 use lib "$FindBin::Bin/lib";
 
+use lib '.';
+
 use Test::More 'tests' => 9;
 use Test::Fatal;
 use Capture::Tiny qw{capture};