<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-26 17:31:23.000000000 -0700
+++ Makefile.PL	2017-06-26 17:31:41.000000000 -0700
@@ -1,5 +1,6 @@
 use strict;
 use warnings;
+use lib '.';
 use inc::Module::Install 1;
 
 name 'DBIx-Class-Cursor-Cached';
</pre></body></html>