File: no-dot-in-inc.patch

package info (click to toggle)
libaudio-musepack-perl 1.0.1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 364 kB
  • sloc: perl: 1,941; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 306 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
Description: fix a build failure cased by the removal of '.' from @INC
Author: Florian Schlichting <fsfs@debian.org>
Bug-Upstream: https://rt.cpan.org/Public/Bug/Display.html?id=120984

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,3 +1,4 @@
+use lib '.';
 use inc::Module::Install;
 
 name('Audio-Musepack');