aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-www-curl/perl-5.26.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-06-15 20:24:08 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-06-15 20:37:01 +0000
commit0470b70757dfec7864e17c2cc692e84f390fec12 (patch)
tree4ae6a2dd6b50e8a021bad0ac2368859d2a780ab7 /testing/perl-www-curl/perl-5.26.patch
parente79a2c38899fa6fa45be2203ae31660c25804967 (diff)
downloadaports-0470b70757dfec7864e17c2cc692e84f390fec12.tar.bz2
aports-0470b70757dfec7864e17c2cc692e84f390fec12.tar.xz
testing/perl-www-curl: rebuild against perl 5.26
Diffstat (limited to 'testing/perl-www-curl/perl-5.26.patch')
-rw-r--r--testing/perl-www-curl/perl-5.26.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/perl-www-curl/perl-5.26.patch b/testing/perl-www-curl/perl-5.26.patch
new file mode 100644
index 0000000000..428d93c32d
--- /dev/null
+++ b/testing/perl-www-curl/perl-5.26.patch
@@ -0,0 +1,12 @@
+diff --git a/Makefile.PL b/Makefile.PL
+index bb852e4..dd6d228 100644
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -1,6 +1,7 @@
+ # Makefile.PL for Perl module WWW::Curl
+ # Check out the README file for more information.
+
++BEGIN { push @INC, '.'; }
+ use inc::Module::Install;
+
+ name 'WWW-Curl';