aboutsummaryrefslogtreecommitdiffstats
path: root/URPM
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-09-12 11:03:09 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-09-12 11:03:09 +0000
commitfba702aaa443e5962640e003fef60c6417d40a42 (patch)
treef6717e74078761ecf1e8360a59ba084bcaf7093c /URPM
parentac7b49244a43a9a46ae68935aa239a03ce092f77 (diff)
downloadperl-URPM-fba702aaa443e5962640e003fef60c6417d40a42.tar
perl-URPM-fba702aaa443e5962640e003fef60c6417d40a42.tar.gz
perl-URPM-fba702aaa443e5962640e003fef60c6417d40a42.tar.bz2
perl-URPM-fba702aaa443e5962640e003fef60c6417d40a42.tar.xz
perl-URPM-fba702aaa443e5962640e003fef60c6417d40a42.zip
dep field "choices" is here for debug purpose, rename it _choices
Diffstat (limited to 'URPM')
-rw-r--r--URPM/Resolve.pm2
1 files changed, 1 insertions, 1 deletions
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}) : @{[]},
};