aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-www-curl/perl-5.26.patch
diff options
context:
space:
mode:
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';