From 9e317ac6906b109e521fe94c83b17ab999ceb3f4 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 20 Aug 2002 15:38:51 +0000 Subject: reflect changes in timezone::read --- rpmdrake.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpmdrake.pm b/rpmdrake.pm index bcf61de9..b720afb9 100644 --- a/rpmdrake.pm +++ b/rpmdrake.pm @@ -200,7 +200,7 @@ sub mirrors { my $res = curl_download::download('http://www.linux-mandrake.com/mirrorsfull.list', $cachedir, $proxy, sub {}); $res and die $res; require timezone; - my $tz = ${{timezone::read()}}{timezone}; + my $tz = ${timezone::read()}{timezone}; my @mirrors = map { my ($land, $goodness); my ($arch, $url) = m|\Q$class\E([^:]*):(.+)|; $url =~ m|\.\Q$_\E/| and $land = $_ foreach keys %u2l; -- cgit v1.2.1