Fix tests when @INC has no '.' (RT #121030)
[acme-evil.git] / t / intermediate-indirect.t
index 51ecb7a3dc30cd3d99c25f476752dc1f4e444462..6df5674f616eeb364c22a0330526e46323d750f4 100644 (file)
@@ -1,4 +1,5 @@
 #!/usr/bin/perl
+use lib '.';
 use Test::More tests => 1;
 
 ok !eval {require t::t3::IntermediateIndirect }, 'Indirect intermediate dies';
This page took 0.009186 seconds and 4 git commands to generate.