Kaynağa Gözat

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

George S. Baugh 7 yıl önce
ebeveyn
işleme
851bcb2b64
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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};