[interchange] in Perl 5.26, @INC no longer includes current dir
Josh Lavin <[email protected]> Tue, 25 Jul 2017 15:45:39 +0000
| Newsgroups | gmane.comp.web.interchange.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 2f4212b67b0c3ccfa2741bb7be4c1036afe226ca Author: Josh Lavin <[email protected]> Date: Tue Jul 25 08:40:39 2017 -0700 in Perl 5.26, @INC no longer includes current dir - prefix path with current dir relocate.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/relocate.pl b/relocate.pl index 2df58ff..ac9617e 100644 --- a/relocate.pl +++ b/relocate.pl @@ -22,7 +22,7 @@ use strict; use Config; -require 'scripts/initp.pl'; +require './scripts/initp.pl'; sub doit { my ($key) = @_;