$OpenBSD: patch-Makefile_PL,v 1.3 2019/02/03 13:17:45 sthen Exp $

Index: Makefile.PL
--- Makefile.PL.orig
+++ Makefile.PL
@@ -2,6 +2,7 @@ use strict;
 use warnings;
 
 use 5.008001;
+BEGIN { push @INC, '.'; }
 use inc::Module::Install 1.06;
 BEGIN { makemaker_args( NORECURS => 1 ) } # needs to happen early for old EUMM
 
