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;
|