diff options
Diffstat (limited to 'meta/recipes-devtools/perl/files/0001-Somehow-this-module-breaks-through-the-perl-wrapper-.patch')
-rw-r--r-- | meta/recipes-devtools/perl/files/0001-Somehow-this-module-breaks-through-the-perl-wrapper-.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/perl/files/0001-Somehow-this-module-breaks-through-the-perl-wrapper-.patch b/meta/recipes-devtools/perl/files/0001-Somehow-this-module-breaks-through-the-perl-wrapper-.patch index ed8ec1d416..2076c61ee0 100644 --- a/meta/recipes-devtools/perl/files/0001-Somehow-this-module-breaks-through-the-perl-wrapper-.patch +++ b/meta/recipes-devtools/perl/files/0001-Somehow-this-module-breaks-through-the-perl-wrapper-.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From e8e095b9c71c58f8197d6315359446b6b084cb2b Mon Sep 17 00:00:00 2001 | 1 | From 47cd22cd213d2c5f28e674b12c264dc731682560 Mon Sep 17 00:00:00 2001 |
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> |
3 | Date: Tue, 5 Jun 2018 14:58:42 +0300 | 3 | Date: Tue, 5 Jun 2018 14:58:42 +0300 |
4 | Subject: [PATCH] Somehow this module breaks through the perl wrapper and | 4 | Subject: [PATCH] Somehow this module breaks through the perl wrapper and |
@@ -11,10 +11,10 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | |||
11 | 1 file changed, 4 insertions(+) | 11 | 1 file changed, 4 insertions(+) |
12 | 12 | ||
13 | diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm | 13 | diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm |
14 | index 948c476..f537526 100644 | 14 | index fe38598..0828f52 100644 |
15 | --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm | 15 | --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm |
16 | +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm | 16 | +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm |
17 | @@ -1110,6 +1110,9 @@ WARNING | 17 | @@ -1161,6 +1161,9 @@ WARNING |
18 | } | 18 | } |
19 | 19 | ||
20 | foreach my $name (@$names){ | 20 | foreach my $name (@$names){ |
@@ -24,7 +24,7 @@ index 948c476..f537526 100644 | |||
24 | my ($abs, $use_dir); | 24 | my ($abs, $use_dir); |
25 | if ($self->file_name_is_absolute($name)) { # /foo/bar | 25 | if ($self->file_name_is_absolute($name)) { # /foo/bar |
26 | $abs = $name; | 26 | $abs = $name; |
27 | @@ -2006,6 +2009,7 @@ sub init_PERL { | 27 | @@ -2097,6 +2100,7 @@ sub init_PERL { |
28 | 28 | ||
29 | $self->{PERL} ||= | 29 | $self->{PERL} ||= |
30 | $self->find_perl(5.0, \@perls, \@defpath, $Verbose ); | 30 | $self->find_perl(5.0, \@perls, \@defpath, $Verbose ); |