<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-05 09:23:28.000000000 -0700
+++ Makefile.PL	2017-07-05 09:23:45.000000000 -0700
@@ -1,5 +1,6 @@
 sub readme_from {}; sub auto_include_deps {}; sub author_tests {}; sub auto_set_repository {};
 use strict;
+use lib '.';
 use inc::Module::Install;
 
 name 'IO-Digest';
</pre></body></html>