X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=9d79c140a4a2dd5c9278f86595b3044e9c50185d;hb=b97f3990a6d984919bfb19ad70b1b660f8812cb5;hp=8f296f1e287786b5e2cf94b3ba60564df21aff8b;hpb=8bf80223ac13a53689d007e409fed40a9c9890c5;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Makefile.PL b/Makefile.PL index 8f296f1..9d79c14 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,7 +2,7 @@ use warnings; use strict; use 5.008001; -use lib '.'; +BEGIN { unshift @INC, '.' unless $INC[-1] eq '.'; } use inc::Module::Install 1.00; use Getopt::Long();