File: no-dot-in-inc.patch

package info (click to toggle)
libfile-find-rule-vcs-perl 1.08-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 208 kB
  • sloc: perl: 1,481; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
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