Explorar o código

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

George S. Baugh %!s(int64=7) %!d(string=hai) anos
pai
achega
851bcb2b64
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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};