The following commit has been merged in the master branch:
commit b5ad58f11c42dcf2dc2ca4ce33010b575e0064fe
Author: Adam D. Barratt <[EMAIL PROTECTED]>
Date:   Tue Aug 5 00:01:45 2008 +0100

    close() filehandles we're no longer opening

diff --git a/checks/binaries b/checks/binaries
index 7832c20..f13959c 100644
--- a/checks/binaries
+++ b/checks/binaries
@@ -250,7 +250,6 @@ foreach my $file (keys %{$info->file_info}) {
        }
     }
 }
-close(IN);
 
 # Find the package dependencies, which is used by various checks.
 my $depends = '';
diff --git a/checks/copyright-file b/checks/copyright-file
index ce0430a..15fab7f 100644
--- a/checks/copyright-file
+++ b/checks/copyright-file
@@ -132,7 +132,6 @@ foreach (keys %{$info->{index}}) {
        last;
     }
 }
-close(IN);
 
 if (not $found) {
     tag "no-copyright-file", "";

-- 
Debian package checker


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

Reply via email to