Description: fix build failure due to removal of . from $INC
Author: Florian Schlichting <fsfs@debian.org>

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,3 +1,4 @@
+use lib '.';
 use inc::Module::Install::DSL 1.00;
 
 all_from      lib/File/Find/Rule/VCS.pm
