<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-07-03 03:59:00.000000000 -0700
+++ Makefile.PL	2017-07-03 03:59:14.000000000 -0700
@@ -1,5 +1,6 @@
 #!/usr/bin/perl
 
+use lib '.';
 use inc::Module::Install;
 use 5.008;
 
</pre></body></html>