diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-07-07 07:32:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-07-07 07:32:05 +0000 |
commit | dc11fc31ff2f7479d6d021c8c613e72ff21bab19 (patch) | |
tree | f22c73984c990194eaea70c2976be5b096dd2d81 | |
parent | 4b0e1b36d2cf1d6552c4491744a171fdc5fa1e67 (diff) | |
download | drakx-dc11fc31ff2f7479d6d021c8c613e72ff21bab19.tar drakx-dc11fc31ff2f7479d6d021c8c613e72ff21bab19.tar.gz drakx-dc11fc31ff2f7479d6d021c8c613e72ff21bab19.tar.bz2 drakx-dc11fc31ff2f7479d6d021c8c613e72ff21bab19.tar.xz drakx-dc11fc31ff2f7479d6d021c8c613e72ff21bab19.zip |
fix comment
-rw-r--r-- | perl-install/mouse.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/mouse.pm b/perl-install/mouse.pm index 3d79442ca..1cbdceb75 100644 --- a/perl-install/mouse.pm +++ b/perl-install/mouse.pm @@ -568,7 +568,7 @@ mouse - Perl functions to handle mice require modules; require mouse; modules::mergein_conf(); - &mouse::detect(); + mouse::detect(); =head1 DESCRIPTION |