perl-Module-Install-Repository/Module-Install-Repository-0.06-Fix-building-on-Perl-without-dot-in-INC.patch
2020-01-11 17:30:35 +08:00

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';