perl-List-Pairwise/List-Pairwise-1.03-Fix-building-on-Perl-without-dot-in-INC.patch
Troy Dawson 0b6e824e78 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/perl-List-Pairwise#c92c745a8f98cd083bca161f58b688ad98b6e7f2
2020-10-14 13:19:59 -07: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';