Checking in changes prior to tagging of version 0.85.
[gitmo/Mouse.git] / Makefile.PL
index 18e0c25..17ed88e 100644 (file)
@@ -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