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