Add '.' to test-harness @INC path, since latest Perl 5 apparently now excludes it by default.
This commit is contained in:
parent
65d97e2892
commit
ad9a79a84a
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
|
use lib '.';
|
||||||
use twtools;
|
use twtools;
|
||||||
|
|
||||||
my @twtests = ();
|
my @twtests = ();
|
||||||
|
|
Loading…
Reference in New Issue