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

package info (click to toggle)
libsys-hostname-long-perl 1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 136 kB
  • ctags: 14
  • sloc: perl: 188; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 510 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Don't use "use lib 'lib'" to allow as-installed testing
Author: Axel Beckert <abe@debian.org>

Index: libsys-hostname-long-perl/t/local.t
===================================================================
--- libsys-hostname-long-perl.orig/t/local.t	2015-05-10 18:10:20.101044444 +0200
+++ libsys-hostname-long-perl/t/local.t	2015-05-10 18:24:18.026785200 +0200
@@ -2,9 +2,6 @@
 use strict;
 use Test;
 
-use lib '../lib';
-use lib 'lib';
-
 BEGIN { plan tests => 1 }
 
 use Sys::Hostname::Long;