summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-01-16 13:08:32 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-01-16 13:08:32 +0000
commitcc29fc49a0427da3225c4d77f95827bed24073f7 (patch)
treefd86687bc4af7767098267052df70f9bff24d63b /perl-install/interactive.pm
parent30c83c5730279a3f2279b515c416a283e0c50d82 (diff)
downloaddrakx-backup-do-not-use-cc29fc49a0427da3225c4d77f95827bed24073f7.tar
drakx-backup-do-not-use-cc29fc49a0427da3225c4d77f95827bed24073f7.tar.gz
drakx-backup-do-not-use-cc29fc49a0427da3225c4d77f95827bed24073f7.tar.bz2
drakx-backup-do-not-use-cc29fc49a0427da3225c4d77f95827bed24073f7.tar.xz
drakx-backup-do-not-use-cc29fc49a0427da3225c4d77f95827bed24073f7.zip
no_comment
Diffstat (limited to 'perl-install/interactive.pm')
-rw-r--r--perl-install/interactive.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm
index 4e1f9662b..79df5be2c 100644
--- a/perl-install/interactive.pm
+++ b/perl-install/interactive.pm
@@ -145,9 +145,8 @@ sub ask_from_entries($$$$;$%) {
sub ask_from_entries_refH($$$;$%) {
my ($o, $title, $message, $h, %callback) = @_;
- ask_from_entries_ref($o, $title, $message,
- [ grep_index { even($::i) } @$h ],
- [ grep_index { odd($::i) } @$h ],
+ ask_from_entries_ref($o, $title, $message,
+ list2kv(@$h),
%callback);
}