10 lines
173 B
Text
10 lines
173 B
Text
Index: Makefile.PL
|
|
--- Makefile.PL.orig
|
|
+++ Makefile.PL
|
|
@@ -1,5 +1,6 @@
|
|
use strict;
|
|
use warnings;
|
|
+BEGIN { push @INC, '.'; }
|
|
use inc::Module::Install;
|
|
use File::Copy;
|
|
|