Fix tests when @INC has no '.' (RT #121030)
[acme-evil.git] / t / confused.t
index 8371dd818376f8bafc9b34566abd3209d5aa780d..b8cd7ecb7e277349bb45a5d9add8ff359eba5d97 100644 (file)
@@ -1,4 +1,5 @@
 #!/usr/bin/perl
+use lib '.';
 use Test::More tests => 6;
 
 ok !eval {require t::t4::ConfusedStrict1 }, 'Confused strict 1 dies';
This page took 0.010327 seconds and 4 git commands to generate.