aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-test-leaktrace/perl-5.26.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/perl-test-leaktrace/perl-5.26.patch')
-rw-r--r--main/perl-test-leaktrace/perl-5.26.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/main/perl-test-leaktrace/perl-5.26.patch b/main/perl-test-leaktrace/perl-5.26.patch
new file mode 100644
index 00000000000..af0b298f3a6
--- /dev/null
+++ b/main/perl-test-leaktrace/perl-5.26.patch
@@ -0,0 +1,12 @@
+diff --git a/Makefile.PL b/Makefile.PL
+index 69e904e..d90dea2 100644
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -1,5 +1,7 @@
+ use strict;
+ use warnings;
++
++BEGIN { push @INC, '.'; }
+ use inc::Module::Install;
+
+ name 'Test-LeakTrace';