perl-List-Pairwise/SOURCES/List-Pairwise-1.03-Fix-building-on-Perl-without-dot-in-INC.patch
2021-09-10 00:44:36 +00:00

10 lines
321 B
Diff

diff -up List-Pairwise-1.03/Makefile.PL.orig List-Pairwise-1.03/Makefile.PL
--- List-Pairwise-1.03/Makefile.PL.orig 2017-05-17 13:08:57.451809670 +0200
+++ List-Pairwise-1.03/Makefile.PL 2017-05-17 13:09:08.730761932 +0200
@@ -1,3 +1,5 @@
+BEGIN { push @INC, '.'; }
+
use inc::Module::Install;
name 'List-Pairwise';