12 lines
302 B
Text
12 lines
302 B
Text
Index: Makefile.PL
|
|
--- Makefile.PL.orig
|
|
+++ Makefile.PL
|
|
@@ -6,7 +6,7 @@ BEGIN {
|
|
if (-e '../.git') {
|
|
do 'tools/check_mi_mods.pl';
|
|
} else {
|
|
- unshift @INC, 'inc';
|
|
+ unshift @INC, '.', 'inc';
|
|
require inc::Module::Install;
|
|
Module::Install->import;
|
|
}
|