From 63a00a858cb482624cc5d3b357cbc25958fd8112 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Tue, 8 Nov 2016 08:15:25 +0000 Subject: Workaround modern Perls not adding . to @INC. --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') 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; -- cgit v1.2.3