blob: 456012376e67d5f94227be66859560af8885dbf5 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001Upstream-Status:Inappropriate [embedded specific]
2
3Index: perl-5.12.3/installperl
4===================================================================
5--- perl-5.12.3.orig/installperl
6+++ perl-5.12.3/installperl
7@@ -3,8 +3,8 @@
8 BEGIN {
9 require 5.004;
10 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
17 require './install_lib.pl';