diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-27 13:59:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-16 20:33:43 +0000 |
commit | 25ef8b27cfedb27b5be776c7fcc0765f9ca20573 (patch) | |
tree | 48ddeede0324cd79ec6e571620a585b4388a0d8c /main/perl-test-leaktrace/perl-5.26.patch | |
parent | 1885641fbd8f78dda44900c23bb43da58564a50d (diff) | |
download | aports-25ef8b27cfedb27b5be776c7fcc0765f9ca20573.tar.bz2 aports-25ef8b27cfedb27b5be776c7fcc0765f9ca20573.tar.xz |
main/perl-test-leaktrace: upgrade to 0.16
Diffstat (limited to 'main/perl-test-leaktrace/perl-5.26.patch')
-rw-r--r-- | main/perl-test-leaktrace/perl-5.26.patch | 12 |
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'; |