--- Makefile.PL.orig	2017-06-20 06:22:21.000000000 -0700
+++ Makefile.PL	2017-06-20 06:22:41.000000000 -0700
@@ -1,3 +1,4 @@
+use lib '.';
 use inc::Module::Install;
 name 'Digest-BubbleBabble';
 all_from 'lib/Digest/BubbleBabble.pm';
@@ -9,4 +10,4 @@
 auto_include_deps;
 author_tests('xt');
 auto_set_repository;
-WriteAll;
\ No newline at end of file
+WriteAll;
