X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=17ed88e55d42cb663c13cf2a77d2fcfe0415823c;hb=refs%2Ftags%2F0.85;hp=18e0c25f7fb39bb395d30d30e1a52b769eb179a8;hpb=532546a15611acd6b5a7cbfcefa3bec593cd3058;p=gitmo%2FMouse.git diff --git a/Makefile.PL b/Makefile.PL index 18e0c25..17ed88e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,6 +10,8 @@ BEGIN{ use strict; use warnings; BEGIN { + unshift @INC, 'inc'; + # author requires, or bundled modules my @devmods = qw( inc::Module::Install 1.00