Skip to content

Commit

Permalink
Add '.' back into @inc for the test harness script.
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnw committed Jul 30, 2017
1 parent bc443b7 commit cd5b178
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/runtest.pl
@@ -1,4 +1,7 @@
#!/usr/bin/perl

# Needed in recent versions of perl
use lib '.';
use strict;
use warnings;
use Getopt::Long;
Expand Down

0 comments on commit cd5b178

Please sign in to comment.