From 11b70a6e74a8705d40ffb7b277c96c5e2d896cf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Thu, 6 Jul 2017 04:58:22 +1200 Subject: Add build fix for Perl 5.26, bug 623008 Bug: https://bugs.gentoo.org/623008 Bug: https://github.com/rkitover/net-ssh2/pull/42 --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index 6b9d6d5..7bd8094 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,3 +1,4 @@ +use lib q[.]; use inc::Module::Install 0.91; use Cwd; use Config; -- 2.14.3