File: dont-use-use-lib-lib.patch

package info (click to toggle)
libsys-hostname-long-perl 1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 136 kB
  • sloc: perl: 188; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 369 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Don't use "use lib 'lib'" to allow as-installed testing
Author: Axel Beckert <abe@debian.org>
Forwarded: not-needed
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2020-12-30

--- a/t/local.t
+++ b/t/local.t
@@ -2,9 +2,6 @@
 use strict;
 use Test;
 
-use lib '../lib';
-use lib 'lib';
-
 BEGIN { plan tests => 1 }
 
 use Sys::Hostname::Long;