Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
in Perl 5.26, @inc no longer includes current dir
- prefix path with current dir
  • Loading branch information
jlav1n committed Jul 25, 2017
1 parent 1a6f02f commit 2f4212b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relocate.pl
Expand Up @@ -22,7 +22,7 @@

use Config;

require 'scripts/initp.pl';
require './scripts/initp.pl';

sub doit {
my ($key) = @_;
Expand Down

0 comments on commit 2f4212b

Please sign in to comment.