mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
13 lines
221 B
Diff
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;
|
|
|