The following commit has been merged in the master branch:
commit 84df8d6fb80ad708eb1896ed7f19571aeef998d4
Author: Niels Thykier <[email protected]>
Date:   Sun Jan 27 17:26:46 2013 +0100

    L::Command: Remove unused "run" from import list
    
    Signed-off-by: Niels Thykier <[email protected]>

diff --git a/lib/Lintian/Command.pm b/lib/Lintian/Command.pm
index 82b277b..1228bd8 100644
--- a/lib/Lintian/Command.pm
+++ b/lib/Lintian/Command.pm
@@ -28,7 +28,7 @@ BEGIN {
 use Exporter qw(import);
 our @EXPORT_OK = qw(spawn reap kill);
 
-use IPC::Run qw(run harness kill_kill);
+use IPC::Run qw(harness kill_kill);
 
 =head1 NAME
 

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to