98c6ba5
diff -up CGI-Compile-0.22/t/coderef_args.t.orig CGI-Compile-0.22/t/coderef_args.t
98c6ba5
--- CGI-Compile-0.22/t/coderef_args.t.orig	2017-05-15 17:50:25.270157014 +0200
98c6ba5
+++ CGI-Compile-0.22/t/coderef_args.t	2017-05-15 17:51:56.810752987 +0200
98c6ba5
@@ -1,4 +1,5 @@
98c6ba5
 use Test::More;
98c6ba5
+BEGIN { push @INC, '.'; }
98c6ba5
 use t::Capture;
98c6ba5
 use CGI::Compile;
98c6ba5
 
98c6ba5
diff -up CGI-Compile-0.22/t/compile.t.orig CGI-Compile-0.22/t/compile.t
98c6ba5
--- CGI-Compile-0.22/t/compile.t.orig	2017-05-15 17:50:25.273157000 +0200
98c6ba5
+++ CGI-Compile-0.22/t/compile.t	2017-05-15 17:52:19.684652030 +0200
98c6ba5
@@ -1,5 +1,6 @@
98c6ba5
 use Test::More;
98c6ba5
 use Test::Requires qw(CGI);
98c6ba5
+BEGIN { push @INC, '.'; }
98c6ba5
 use t::Capture;
98c6ba5
 use CGI::Compile;
98c6ba5
 #no warnings 'signal'; # for MSWin32
98c6ba5
diff -up CGI-Compile-0.22/t/data_end.t.orig CGI-Compile-0.22/t/data_end.t
98c6ba5
--- CGI-Compile-0.22/t/data_end.t.orig	2017-05-15 17:50:25.274156996 +0200
98c6ba5
+++ CGI-Compile-0.22/t/data_end.t	2017-05-15 17:52:28.119614801 +0200
98c6ba5
@@ -1,5 +1,6 @@
98c6ba5
 use Test::More;
98c6ba5
 use CGI::Compile;
98c6ba5
+BEGIN { push @INC, '.'; }
98c6ba5
 use t::Capture;
98c6ba5
 
98c6ba5
 {
98c6ba5
diff -up CGI-Compile-0.22/t/local-SIG.t.orig CGI-Compile-0.22/t/local-SIG.t
98c6ba5
--- CGI-Compile-0.22/t/local-SIG.t.orig	2017-05-15 17:50:25.282156961 +0200
98c6ba5
+++ CGI-Compile-0.22/t/local-SIG.t	2017-05-15 17:52:40.230561347 +0200
98c6ba5
@@ -1,5 +1,6 @@
98c6ba5
 #!perl
98c6ba5
 
98c6ba5
+BEGIN { push @INC, '.'; }
98c6ba5
 use t::Capture;
98c6ba5
 use CGI::Compile;
98c6ba5
 use POSIX qw(:signal_h);
98c6ba5
diff -up CGI-Compile-0.22/t/source.t.orig CGI-Compile-0.22/t/source.t
98c6ba5
--- CGI-Compile-0.22/t/source.t.orig	2017-05-15 17:50:25.278156978 +0200
98c6ba5
+++ CGI-Compile-0.22/t/source.t	2017-05-15 17:52:33.065592971 +0200
98c6ba5
@@ -1,5 +1,6 @@
98c6ba5
 use Test::More;
98c6ba5
 use CGI::Compile;
98c6ba5
+BEGIN { push @INC, '.'; }
98c6ba5
 use t::Capture;
98c6ba5
 
98c6ba5
 {
98c6ba5
diff -up CGI-Compile-0.22/t/source_filter.t.orig CGI-Compile-0.22/t/source_filter.t
98c6ba5
--- CGI-Compile-0.22/t/source_filter.t.orig	2017-05-15 17:50:25.268157022 +0200
98c6ba5
+++ CGI-Compile-0.22/t/source_filter.t	2017-05-15 17:51:49.959783224 +0200
98c6ba5
@@ -1,5 +1,6 @@
98c6ba5
 use Test::More;
98c6ba5
 use Test::Requires qw(Switch);
98c6ba5
+BEGIN { push @INC, '.'; }
98c6ba5
 use t::Capture;
98c6ba5
 use CGI::Compile;
98c6ba5
 
98c6ba5
diff -up CGI-Compile-0.22/t/warnings.t.orig CGI-Compile-0.22/t/warnings.t
98c6ba5
--- CGI-Compile-0.22/t/warnings.t.orig	2017-05-15 17:50:25.271157009 +0200
98c6ba5
+++ CGI-Compile-0.22/t/warnings.t	2017-05-15 17:52:12.349684404 +0200
98c6ba5
@@ -1,4 +1,5 @@
98c6ba5
 use Test::More;
98c6ba5
+BEGIN { push @INC, '.'; }
98c6ba5
 use t::Capture;
98c6ba5
 use CGI::Compile;
98c6ba5
 
98c6ba5
diff -up CGI-Compile-0.22/t/exit.t.orig CGI-Compile-0.22/t/exit.t
98c6ba5
--- CGI-Compile-0.22/t/exit.t.orig	2017-05-15 18:01:47.350253483 +0200
98c6ba5
+++ CGI-Compile-0.22/t/exit.t	2017-05-15 18:02:06.805172612 +0200
98c6ba5
@@ -1,6 +1,7 @@
98c6ba5
 use strict;
98c6ba5
 use Test::More tests => 2;
98c6ba5
 use CGI::Compile;
98c6ba5
+BEGIN { push @INC, '.'; }
98c6ba5
 use t::Capture;
98c6ba5
 use lib "t";
98c6ba5
 use Exit;