--- Makefile.PL.orig 2017-07-03 04:27:07.000000000 -0700 +++ Makefile.PL 2017-07-03 04:27:32.000000000 -0700 @@ -1,3 +1,4 @@ +use lib '.'; use inc::Module::Install; name 'CGI-PSGI'; all_from 'lib/CGI/PSGI.pm';