<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- Makefile.PL.orig	2017-06-24 20:10:25.000000000 -0700
+++ Makefile.PL	2017-06-24 20:10:42.000000000 -0700
@@ -3,6 +3,7 @@
 use strict;
 use warnings;
 use Config;
+use lib '.';
 use inc::Module::Install;
 
 # Automatically select XS or PP version in case neither argument is given
</pre></body></html>