aports/main/perl-encode-hanextra/perl-5.26.patch

13 lines
221 B
Diff

diff --git a/Makefile.PL b/Makefile.PL
index 9e6cf51..333c7cd 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,6 +5,7 @@
#
use 5.007002;
use strict;
+BEGIN { push @INC, '.'; }
use inc::Module::Install;
use Config;