File dont-mask-vars-560891.patch of Package whohas
Description: Remove a double-declaration of @dates
Author: Jonathan Wiltshire <debian@jwiltshire.org.uk>
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560891
Forwarded: phi1ipp@yahoo.com
---
program/whohas | 1 -
1 file changed, 1 deletion(-)
--- a/program/whohas
+++ b/program/whohas
@@ -1041,7 +1041,6 @@ sub aur {
my @dates;
my @urls;
my @sizes;
- my @dates;
my $indicator = 0;
for (my $i = 100; $i < @lines; $i++) { # 100 is a compromise between safety and efficiency
if ($lines[$i] =~ /<td class='data/) {