Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix unqualified relative include with removal of '.' from $PERL5LIB
  • Loading branch information
David Christensen committed Nov 2, 2017
1 parent 8de588f commit e32dfbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -35,7 +35,7 @@ $VERSION = eval { require './_ic_version' } || '5.12.0';
my @os_hints;
eval {
# gets package 'mvhints'
require 'hints.pl';
require './hints.pl';
@os_hints = mvhints::get_hints();
};

Expand Down

0 comments on commit e32dfbf

Please sign in to comment.