mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +03:00
9 lines
214 B
Diff
9 lines
214 B
Diff
diff --git a/Makefile.PL b/Makefile.PL
|
|
index 6e3ef4a..e13a94f 100644
|
|
--- a/Makefile.PL
|
|
+++ b/Makefile.PL
|
|
@@ -1,3 +1,4 @@
|
|
+BEGIN { push @INC, '.'; }
|
|
use inc::Module::Install;
|
|
|
|
RTx ('RT-Extension-CommandByMail');
|