diff --git a/Makefile.PL b/Makefile.PL index cc3a7f7..b2bde45 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,3 +1,4 @@ +BEGIN { push @INC, '.' unless $INC[-1] eq '.' } use strict; use inc::Module::Install;