add inc to lib path in Makefile.PL to avoid Module::Install trying to reload files
[catagits/Catalyst-Devel.git] / Makefile.PL
index ade0d9e..14a471e 100644 (file)
@@ -1,6 +1,7 @@
 use strict;
 use warnings;
 use lib '.';
+use lib 'inc';
 use inc::Module::Install 0.91;
 use Module::Install::AuthorRequires;
 use Module::Install::AuthorTests;