From d381d7b78c47ea2cddb46b9e50782372a45a62d9 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Sun, 25 Apr 2004 10:44:42 +0000 Subject: =?UTF-8?q?-=20add=20$pkg->queryformat()=20function=20-=20$=C3=BBr?= =?UTF-8?q?pm->list=5Frpm=5Ftag=20show=20all=20tag,=20value=20for=20unpars?= =?UTF-8?q?able=20tag=20is=20'undef'=20in=20hash?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- URPM/Query.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'URPM') diff --git a/URPM/Query.pm b/URPM/Query.pm index c249470..8900355 100644 --- a/URPM/Query.pm +++ b/URPM/Query.pm @@ -14,7 +14,7 @@ use strict; sub tag2id { my @l = @_; my %taglist = URPM::list_rpm_tag; - map { $taglist{uc("RPMTAG_$_")} || undef } @l; + map { $taglist{uc($_)} || undef } @l; } sub query_pkg { -- cgit v1.2.1