summaryrefslogtreecommitdiffstats
path: root/recipes/perl/perl-5.8.8/installperl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl/perl-5.8.8/installperl.patch')
-rw-r--r--recipes/perl/perl-5.8.8/installperl.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes/perl/perl-5.8.8/installperl.patch b/recipes/perl/perl-5.8.8/installperl.patch
deleted file mode 100644
index ff52bc3a9c..0000000000
--- a/recipes/perl/perl-5.8.8/installperl.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: perl-5.8.8/installperl
-===================================================================
---- perl-5.8.8.orig/installperl 2007-06-14 12:36:23.000000000 +1000
-+++ perl-5.8.8/installperl 2007-06-14 12:38:39.000000000 +1000
-@@ -3,8 +3,8 @@
- BEGIN {
- require 5.004;
- chdir '..' if !-d 'lib' and -d '../lib';
-- @INC = 'lib';
-- $ENV{PERL5LIB} = 'lib';
-+# @INC = 'lib';
-+# $ENV{PERL5LIB} = 'lib';
- }
-
- use strict;