summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2016-11-08 08:15:25 +0000
committerPeter Powell <petpow@saberuk.com>2016-11-08 08:15:25 +0000
commit63a00a858cb482624cc5d3b357cbc25958fd8112 (patch)
tree229474d8aa506fd2c6e8c946de9339a2f5fec4f5 /configure
parent0afc0e9a71a93612d1ad17500e84b3c76f3b6505 (diff)
Workaround modern Perls not adding . to @INC.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index e8c3deb0d..7dbccadf2 100755
--- a/configure
+++ b/configure
@@ -28,6 +28,7 @@
BEGIN {
require 5.8.0;
+ push @INC, '.';
}
use strict;