diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/mouse.pm | 1 | ||||
-rw-r--r-- | perl-install/share/po/Changelog | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/perl-install/mouse.pm b/perl-install/mouse.pm index 795d859b1..406ecbbdf 100644 --- a/perl-install/mouse.pm +++ b/perl-install/mouse.pm @@ -81,7 +81,6 @@ sub write($;$) { sub detect() { my %l; - eval { modules::load("serial") }; @l{qw(FULLNAME nbuttons MOUSETYPE XMOUSETYPE device)} = split("\n", `mouseconfig --nointeractive 2>/dev/null`) or die "mouseconfig failed"; \%l; } diff --git a/perl-install/share/po/Changelog b/perl-install/share/po/Changelog index 663b3e876..2f055b01c 100644 --- a/perl-install/share/po/Changelog +++ b/perl-install/share/po/Changelog @@ -1,10 +1,10 @@ 1999-11-05 Pablo Saratxaga <pablo@mandrakesoft.com> * pl.po: added Polish language file * ru.po: updated russian file - * no.po: compelted norwegian file + * no.po: completed norwegian file 1999-11-04 Pablo Saratxaga <pablo@mandrakesoft.com> - * es.po: updated andcompleted spanish language file + * es.po: updated and completed spanish language file * wa.po: updated walon language file 1999-10-30 Pablo Saratxaga <pablo@mandrakesoft.com> |