X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=17ed88e55d42cb663c13cf2a77d2fcfe0415823c;hb=1746908e63ce233fad3c290d731ac34aff7c2d22;hp=18e0c25f7fb39bb395d30d30e1a52b769eb179a8;hpb=38f4a557632e3df5d521ea0f88c885c92826ca33;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