blob: 7fd1f50144e6a74cecbe250478b85b3b97cd74ca [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001Upstream-Status:Inappropriate [embedded specific]
2
Brad Bishop316dfdd2018-06-25 12:45:53 -04003Index: perl-5.24.1/installperl
Patrick Williamsc124f4f2015-09-15 14:41:29 -05004===================================================================
Brad Bishop316dfdd2018-06-25 12:45:53 -04005--- perl-5.24.1.orig/installperl
6+++ perl-5.24.1/installperl
7@@ -2,8 +2,8 @@
8
Patrick Williamsc124f4f2015-09-15 14:41:29 -05009 BEGIN {
Patrick Williamsc124f4f2015-09-15 14:41:29 -050010 chdir '..' if !-d 'lib' and -d '../lib';
11- @INC = 'lib';
12- $ENV{PERL5LIB} = 'lib';
13+# @INC = 'lib';
14+# $ENV{PERL5LIB} = 'lib';
15
16 # This needs to be at BEGIN time, before any use of Config
Brad Bishop316dfdd2018-06-25 12:45:53 -040017 # install_lib itself loads and imports Config into main::