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

[SCM] Debian package checker branch, master, updated. 2.2.5-18-gf8064af



The following commit has been merged in the master branch:
commit e0c0ee4019455f481d50cd403cc68272ef4195a8
Author: Raphael Geissert <atomo64@gmail.com>
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


Reply to: