From 28d4ca95eaa3eeed3ec04652fe8a89f99be0fe45 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 19 Nov 2002 07:07:23 +0000 Subject: perldoc: explain basic usage of mouse.pm, regarding problems that show up in early interaction between harddrake::data and mouse --- perl-install/mouse.pm | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'perl-install/mouse.pm') diff --git a/perl-install/mouse.pm b/perl-install/mouse.pm index 7a2e74460..dd34ff2de 100644 --- a/perl-install/mouse.pm +++ b/perl-install/mouse.pm @@ -550,3 +550,41 @@ sub test_mouse { $darea->signal_connect(expose_event => sub { $drawarea->() }); $darea->size($width, $height); } + + +=begin + +=head1 NAME + +mouse - Perl functions to handle mice + +=head1 SYNOPSYS + + require modules; + require mouse; + modules::mergein_conf('/etc/modules.conf') if -r '/etc/modules.conf'; + &mouse::detect(); + +=head1 DESCRIPTION + +C is a perl module used by mousedrake to detect and configure the mouse. + +=head1 COPYRIGHT + +Copyright (C) 2000-2002 MandrakeSoft + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +=cut -- cgit v1.2.1