From c377932312e66606baa8918275dc3bf2814ada53 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Wed, 21 Apr 2010 00:07:54 +0000 Subject: [PATCH 1/1] Don't re-declare lexical variable --- script/misc/update-wiki-pages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/misc/update-wiki-pages b/script/misc/update-wiki-pages index f6348b625..f5f0ccb5e 100644 --- a/script/misc/update-wiki-pages +++ b/script/misc/update-wiki-pages @@ -60,7 +60,7 @@ for my $lang ('', map { "${_}:" } qw[ Pt Fi De It HU Cz Fr RU Pl ]) { # Value pages ok(1, " Getting value pages"); - my $cnt = stick_content_in_hash("tag", "Template:${lang}ValueDescription", \%feature); + $cnt = stick_content_in_hash("tag", "Template:${lang}ValueDescription", \%feature); ok(1, " Got $cnt value pages"); $count{value} += $cnt; } -- 2.43.2