summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-09-08 11:55:11 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-09-08 11:55:11 +0000
commit1b731b14fc580b5b54c6dcde5748c3af25d7cb87 (patch)
tree6daa048ba510369414407d9fbf46b61bb97b881e /perl-install/interactive.pm
parentda5096213a8323de69d3b71c334b7c6294e6f7aa (diff)
downloaddrakx-backup-do-not-use-1b731b14fc580b5b54c6dcde5748c3af25d7cb87.tar
drakx-backup-do-not-use-1b731b14fc580b5b54c6dcde5748c3af25d7cb87.tar.gz
drakx-backup-do-not-use-1b731b14fc580b5b54c6dcde5748c3af25d7cb87.tar.bz2
drakx-backup-do-not-use-1b731b14fc580b5b54c6dcde5748c3af25d7cb87.tar.xz
drakx-backup-do-not-use-1b731b14fc580b5b54c6dcde5748c3af25d7cb87.zip
no_comment
Diffstat (limited to 'perl-install/interactive.pm')
-rw-r--r--perl-install/interactive.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm
index 44fcae50f..227361840 100644
--- a/perl-install/interactive.pm
+++ b/perl-install/interactive.pm
@@ -130,8 +130,9 @@ sub ask_from_entries_ref($$$$;$%) {
if ((ref $_) eq "SCALAR") {
{ val => $_ }
} else {
+ print "Here", ref $_, "\n";
($_->{list} && @{$_->{list}}) ?
- { %{$_}, type => "list"} : $_;
+ { %$_, type => "list"} : $_;
}
} @$val ];