8 lines
157 B
Text
8 lines
157 B
Text
Index: Makefile.PL
|
|
--- Makefile.PL.orig
|
|
+++ Makefile.PL
|
|
@@ -1,3 +1,4 @@
|
|
+BEGIN { push @INC, '.'; }
|
|
use inc::Module::Install;
|
|
use Module::Install::Share;
|
|
|