diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-02-12 10:15:39 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-02-12 10:15:39 +0000 |
commit | 901e973c02516d4fd0f7e65d9f807d6553d375a9 (patch) | |
tree | 6406b34e8e801429efe0a7b0a540703e915d5aae /perl-install | |
parent | 84faa514aad2eb07791905fb15f5f3b42431a501 (diff) | |
download | drakx-901e973c02516d4fd0f7e65d9f807d6553d375a9.tar drakx-901e973c02516d4fd0f7e65d9f807d6553d375a9.tar.gz drakx-901e973c02516d4fd0f7e65d9f807d6553d375a9.tar.bz2 drakx-901e973c02516d4fd0f7e65d9f807d6553d375a9.tar.xz drakx-901e973c02516d4fd0f7e65d9f807d6553d375a9.zip |
remove deprecated comment
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/mouse.pm | 3 |
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 { |