The following commit has been merged in the master branch:
commit 3b89a8b11873f1b370800ee5d760477d686ad871
Author: Niels Thykier <[email protected]>
Date:   Thu Sep 20 20:56:01 2012 +0200

    L::Unpacker: Remove invalid call to keys
    
    Signed-off-by: Niels Thykier <[email protected]>

diff --git a/lib/Lintian/Unpacker.pm b/lib/Lintian/Unpacker.pm
index 5b85d4d..3f9b3d5 100644
--- a/lib/Lintian/Unpacker.pm
+++ b/lib/Lintian/Unpacker.pm
@@ -289,7 +289,7 @@ sub _requested_colls {
         push @check, grep { ! exists $tmp{$_} } keys %$extra
             if defined $extra;
     } else {
-        @check = keys $cmap->known;
+        @check = $cmap->known;
     }
     while (my $cname = pop @check) {
         my $coll = $cmap->getp ($cname);

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