Add '.' to test-harness @INC path, since latest Perl 5 apparently now excludes it by default.

This commit is contained in:
Brian Cox 2017-07-08 19:47:49 -07:00
parent 65d97e2892
commit ad9a79a84a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/perl
use strict;
use lib '.';
use twtools;
my @twtests = ();