The following commit has been merged in the master branch:
commit e0c0ee4019455f481d50cd403cc68272ef4195a8
Author: Raphael Geissert <[email protected]>
Date:   Wed Feb 11 14:17:49 2009 -0600

    Don't load Data::Dumper, it is not used

diff --git a/lib/Lintian/Command.pm b/lib/Lintian/Command.pm
index fe735c5..2eefb15 100644
--- a/lib/Lintian/Command.pm
+++ b/lib/Lintian/Command.pm
@@ -181,7 +181,7 @@ sub spawn {
        @err = ('2>', $opts->{err});
     }
 
-    use Data::Dumper;
+#    use Data::Dumper;
 #    print STDERR Dumper($opts, \...@cmds);
     eval {
        if (@cmds == 1) {

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to