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
10 lines
430 B
Diff
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');
|