X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=ba002725bfdeddadb5f6e3c6461899272815527e;hb=ae73a47cedf32725ca362bf52748e9a213c6e1dc;hp=f580d79ec66f2f9c7259bc6eebe74aa77838374c;hpb=cf609a4c01dff4d6514b5d0c6327f784c6b40c6f;p=catagits%2FTest-WWW-Mechanize-Catalyst.git diff --git a/Makefile.PL b/Makefile.PL index f580d79..ba00272 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,5 @@ #!perl -use lib '.'; +BEGIN { push @INC, '.' unless $INC[-1] eq '.' } use inc::Module::Install 0.87; use strict;