blob: 428d93c32d1dad4203672c1f2b59dfbfceec55d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/Makefile.PL b/Makefile.PL
index bb852e4..dd6d228 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,6 +1,7 @@
# Makefile.PL for Perl module WWW::Curl
# Check out the README file for more information.
+BEGIN { push @INC, '.'; }
use inc::Module::Install;
name 'WWW-Curl';
|