add . to @INC in Makefile.PL
[catagits/Catalyst-Devel.git] / Makefile.PL
index a66eb59..87ef0ad 100644 (file)
@@ -1,5 +1,6 @@
 use strict;
 use warnings;
+use lib '.';
 use inc::Module::Install 0.91;
 use Module::Install::AuthorRequires;
 use Module::Install::AuthorTests;