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-Repository#ec4929929f641ab0f882848b0c7de4d97df1f2ab
10 lines
424 B
Diff
10 lines
424 B
Diff
diff -up Module-Install-Repository-0.06/Makefile.PL.orig Module-Install-Repository-0.06/Makefile.PL
|
|
--- Module-Install-Repository-0.06/Makefile.PL.orig 2017-05-17 17:11:39.366103327 +0200
|
|
+++ Module-Install-Repository-0.06/Makefile.PL 2017-05-17 17:11:51.591054522 +0200
|
|
@@ -1,3 +1,5 @@
|
|
+BEGIN { push @INC, '.'; }
|
|
+
|
|
use inc::Module::Install;
|
|
name 'Module-Install-Repository';
|
|
all_from 'lib/Module/Install/Repository.pm';
|