From fba702aaa443e5962640e003fef60c6417d40a42 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 12 Sep 2007 11:03:09 +0000 Subject: dep field "choices" is here for debug purpose, rename it _choices --- URPM/Resolve.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'URPM') diff --git a/URPM/Resolve.pm b/URPM/Resolve.pm index 1733b5f..a11fdcc 100644 --- a/URPM/Resolve.pm +++ b/URPM/Resolve.pm @@ -260,7 +260,7 @@ sub _choose_required { unshift @$properties, map { +{ required => $_->id, - choices => $dep->{required}, + _choices => $dep->{required}, exists $dep->{from} ? (from => $dep->{from}) : @{[]}, exists $dep->{requested} ? (requested => $dep->{requested}) : @{[]}, }; -- cgit v1.2.1