File: DSL.pm.patch

package info (click to toggle)
libdevel-dumpvar-perl 1.06-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 200 kB
  • sloc: perl: 1,551; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 260 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
Author: Andreas Tille <tille@debian.org>
Last-Update: 2025-08-15
Description: Make sure vendored DSL.pm will be found

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,3 +1,4 @@
+use lib '.';
 use inc::Module::Install::DSL 0.91;
 
 all_from      lib/Devel/Dumpvar.pm