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, 0 insertions, 12 deletions
diff --git a/main/perl-test-leaktrace/perl-5.26.patch b/main/perl-test-leaktrace/perl-5.26.patch
deleted file mode 100644
index af0b298f3a..0000000000
--- a/main/perl-test-leaktrace/perl-5.26.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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';