blob: 7848467b1e3d4af7095a34554476145f00838b18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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;
|