perl-Module-Install-ExtraTests/Module-Install-ExtraTests-0.008-Fix-building-on-Perl-without-dot-in-INC.patch
Troy Dawson 57cb5d7364 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-Module-Install-ExtraTests#0f96f201c1e23a92766123c22d64f91c2190b5d5
2020-10-14 13:35:54 -07:00

10 lines
430 B
Diff

diff -up Module-Install-ExtraTests-0.008/Makefile.PL.orig Module-Install-ExtraTests-0.008/Makefile.PL
--- Module-Install-ExtraTests-0.008/Makefile.PL.orig 2017-05-17 09:10:47.882555187 +0200
+++ Module-Install-ExtraTests-0.008/Makefile.PL 2017-05-17 09:10:30.546634860 +0200
@@ -1,3 +1,5 @@
+BEGIN { push @INC, '.'; }
+
use inc::Module::Install;
name('Module-Install-ExtraTests');
all_from('lib/Module/Install/ExtraTests.pm');