diff options
Diffstat (limited to 'meta/recipes-devtools/perl/files/0002-Constant-Fix-up-shebang.patch')
-rw-r--r-- | meta/recipes-devtools/perl/files/0002-Constant-Fix-up-shebang.patch | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/meta/recipes-devtools/perl/files/0002-Constant-Fix-up-shebang.patch b/meta/recipes-devtools/perl/files/0002-Constant-Fix-up-shebang.patch index 686cc7167b..80986e66da 100644 --- a/meta/recipes-devtools/perl/files/0002-Constant-Fix-up-shebang.patch +++ b/meta/recipes-devtools/perl/files/0002-Constant-Fix-up-shebang.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 260ebd15e16cd86b9b58e5c5f3a496b3853ca46d Mon Sep 17 00:00:00 2001 | 1 | From a02355bdc8cde1115daf101675cdfb707d337bf1 Mon Sep 17 00:00:00 2001 |
2 | From: Joshua Watt <JPEWhacker@gmail.com> | 2 | From: Joshua Watt <JPEWhacker@gmail.com> |
3 | Date: Mon, 17 Jun 2019 10:47:23 -0500 | 3 | Date: Mon, 17 Jun 2019 10:47:23 -0500 |
4 | Subject: [PATCH 2/2] Constant: Fix up shebang | 4 | Subject: [PATCH] Constant: Fix up shebang |
5 | 5 | ||
6 | The instructions indicate that the script should be explicitly passed to | 6 | The instructions indicate that the script should be explicitly passed to |
7 | "perl -x", so automatically setting the #! to be ^X is unnecessary and | 7 | "perl -x", so automatically setting the #! to be ^X is unnecessary and |
@@ -15,7 +15,7 @@ Upstream-Status: Submitted [https://rt.cpan.org/Public/Bug/Display.html?id=12986 | |||
15 | 1 file changed, 1 insertion(+), 1 deletion(-) | 15 | 1 file changed, 1 insertion(+), 1 deletion(-) |
16 | 16 | ||
17 | diff --git a/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm b/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm | 17 | diff --git a/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm b/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm |
18 | index 14eb809714..d4d074e121 100644 | 18 | index 14eb809..d4d074e 100644 |
19 | --- a/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm | 19 | --- a/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm |
20 | +++ b/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm | 20 | +++ b/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm |
21 | @@ -219,7 +219,7 @@ sub dogfood { | 21 | @@ -219,7 +219,7 @@ sub dogfood { |
@@ -27,6 +27,3 @@ index 14eb809714..d4d074e121 100644 | |||
27 | use ExtUtils::Constant qw (constant_types C_constant XS_constant); | 27 | use ExtUtils::Constant qw (constant_types C_constant XS_constant); |
28 | 28 | ||
29 | EOT | 29 | EOT |
30 | -- | ||
31 | 2.21.0 | ||
32 | |||