From 8abe7a7e8c29a95d8229577b5ff0afaa74589fcc Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 21 Feb 2000 19:22:12 +0000 Subject: no_comment --- perl-install/install2.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 3c7e89b27..e22e02b9d 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -591,6 +591,8 @@ sub main { #- needed very early for install_steps_gtk eval { ($o->{mouse}, $o->{wacom}) = mouse::detect() } unless $o->{nomouseprobe} || $o->{mouse}; + + print %{$o->{mouse}}, "\n"; $::o = $o = $::auto_install ? install_steps_auto_install->new($o) : -- cgit v1.2.1