We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6afb4de commit 3f61de1Copy full SHA for 3f61de1
t/TEST
@@ -1,6 +1,8 @@
1
#!/usr/bin/perl
2
3
use strict;
4
+use FindBin;
5
+use lib "$FindBin::RealBin/..";
6
use warnings FATAL => 'all';
7
8
use Apache::TestRun;
0 commit comments