X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=8f296f1e287786b5e2cf94b3ba60564df21aff8b;hb=dbe5c90463dd1b323513739b1d27607186caddac;hp=ae6ba95cc651ea38f35c5a357951ca92e2c93a11;hpb=93c51ef2c6348d70e1be284f0f5f750bde719a4f;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Makefile.PL b/Makefile.PL index ae6ba95..8f296f1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,6 +2,7 @@ use warnings; use strict; use 5.008001; +use lib '.'; use inc::Module::Install 1.00; use Getopt::Long();