From cc0d41101680bfca80dee7e83ccc82793a7f789e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 19 Dec 2011 09:55:20 +0000 Subject: help perl_checker --- lib/mouse.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/mouse.pm b/lib/mouse.pm index 16dad30..0409327 100644 --- a/lib/mouse.pm +++ b/lib/mouse.pm @@ -2,6 +2,9 @@ package mouse; # $Id: mouse.pm 267529 2010-04-13 13:48:09Z pzanoni $ #use diagnostics; #use strict; +# perl_checker: +use lib qw(/usr/lib/libDrakX); + #-###################################################################################### #- misc imports -- cgit v1.2.1