summaryrefslogtreecommitdiffstats
path: root/perl-install/mouse.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/mouse.pm')
-rw-r--r--perl-install/mouse.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/mouse.pm b/perl-install/mouse.pm
index 4f74fcccf..02ed41b69 100644
--- a/perl-install/mouse.pm
+++ b/perl-install/mouse.pm
@@ -312,8 +312,7 @@ sub detect() {
@wacom and return fullname2mouse('none|No mouse', wacom => \@wacom);
#- defaults to generic serial mouse on ttyS0.
- #- Oops? using return let return a hash ref, if not using it, it return a list directly :-)
- return fullname2mouse("serial|Generic 2 Button Mouse", unsafe => 1);
+ fullname2mouse("serial|Generic 2 Button Mouse", unsafe => 1);
}
sub load_modules {