blob: af0b298f3a69a4c4e2e0cdbab666a7d46d259c5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/Makefile.PL b/Makefile.PL
index 69e904e..d90dea2 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,5 +1,7 @@
use strict;
use warnings;
+
+BEGIN { push @INC, '.'; }
use inc::Module::Install;
name 'Test-LeakTrace';
|