summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-11-12 10:08:59 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-11-15 08:34:45 +0100
commitb218bd62a701c25dd1b6f95a6e6c300b6529ba3e (patch)
treed972c216cbf1240e2efc0c6f7985c2a5ef0fb36f /perl-install/pkgs.pm
parent75195a32cd8d60b24f49a97eae0ccdc6c65e6b80 (diff)
downloaddrakx-b218bd62a701c25dd1b6f95a6e6c300b6529ba3e.tar
drakx-b218bd62a701c25dd1b6f95a6e6c300b6529ba3e.tar.gz
drakx-b218bd62a701c25dd1b6f95a6e6c300b6529ba3e.tar.bz2
drakx-b218bd62a701c25dd1b6f95a6e6c300b6529ba3e.tar.xz
drakx-b218bd62a701c25dd1b6f95a6e6c300b6529ba3e.zip
increase perl_checker SNR
Diffstat (limited to 'perl-install/pkgs.pm')
-rw-r--r--perl-install/pkgs.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm
index c4d25a582..d93a44c03 100644
--- a/perl-install/pkgs.pm
+++ b/perl-install/pkgs.pm
@@ -1,7 +1,7 @@
package pkgs;
use strict;
-
+use lib qw(/usr/lib/libDrakX); # for perl_checker
use common;
use run_program;
use detect_devices;