File: no-dot-in-inc.patch

package info (click to toggle)
libwww-google-calculator-perl 0.07-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 320 kB
  • sloc: perl: 4,378; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
Description: fix build failure without . in @INC
Author: Florian Schlichting <fsfs@debian.org>

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,3 +1,4 @@
+use lib '.';
 use inc::Module::Install;
 name 'WWW-Google-Calculator';
 all_from 'lib/WWW/Google/Calculator.pm';