File: no-dot-in-inc.patch

package info (click to toggle)
libcrypt-password-perl 0.28-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 236 kB
  • sloc: perl: 1,528; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 446 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: fix a build failure cased by the removal of '.' from @INC
Origin: vendor
Forwarded: not-yet
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2025-09-22

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -6,6 +6,7 @@
 # have received a copy of the Artistic License the file COPYING.txt.
 # If not, see <http://www.perlfoundation.org/artistic_license_2_0>
 
+use lib '.';
 use inc::Module::Install;
 
 name            ("Crypt-Password");