[interchange] in Perl 5.26, @INC no longer includes current dir

Josh Lavin interchange-cvs at icdevgroup.org
Tue Jul 25 15:45:39 UTC 2017


commit 2f4212b67b0c3ccfa2741bb7be4c1036afe226ca
Author: Josh Lavin <digory at cpan.org>
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) = @_;



More information about the interchange-cvs mailing list