[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/01: r/harness: Add missing import of spawn



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository lintian.

commit 1d194ab574676fe30f629a39f5d60e8906fedec2
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Oct 5 20:41:06 2014 +0200

    r/harness: Add missing import of spawn
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 reporting/harness | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reporting/harness b/reporting/harness
index 41f8940..984e675 100755
--- a/reporting/harness
+++ b/reporting/harness
@@ -127,7 +127,7 @@ my $state;
 # import perl libraries
 unshift @INC, "$LINTIAN_ROOT/lib";
 require Lintian::Command;
-import Lintian::Command qw(safe_qx);
+import Lintian::Command qw(spawn safe_qx);
 require Lintian::Lab;
 require Lintian::Lab::Manifest;
 require Lintian::Processable;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: