From 505a310416416967938275a0492994fc0f5279b6 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 10 2020 02:14:37 +0000 Subject: Apply patch Module-Package-0.30-Fix-building-on-Perl-without-.-in-INC.patch patch_name: Module-Package-0.30-Fix-building-on-Perl-without-.-in-INC.patch present_in_specfile: true --- diff --git a/Makefile.PL b/Makefile.PL index 93b5ed5..fffb0d1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,3 +1,4 @@ +BEGIN { push @INC, '.'; } use inc::Module::Package 'Ingy:modern 0.17'; # The default module 'lib/Module/Package.pm' has to be very strict