Browse Source

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

George S. Baugh 7 years ago
parent
commit
851bcb2b64
1 changed files with 2 additions and 0 deletions
  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 FindBin;
 use lib "$FindBin::Bin/lib";
 use lib "$FindBin::Bin/lib";
 
 
+use lib '.';
+
 use Test::More 'tests' => 9;
 use Test::More 'tests' => 9;
 use Test::Fatal;
 use Test::Fatal;
 use Capture::Tiny qw{capture};
 use Capture::Tiny qw{capture};