diff --git a/Makefile.PL b/Makefile.PL index 9c8f66f..89fd90d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,5 @@ # Load the Module::Install bundled in ./inc/ +BEGIN { push @INC, '.'; } use inc::Module::Install; # Define metadata