summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-03-21 09:30:27 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-03-21 10:31:37 +0100
commit7860d3a5722447a5c3ce2b5fceb6812221a58517 (patch)
treed8d6c5a0aa98cb81279e6e91f311a7dcaa6d04f0
parentdd184c7d5b7e8380b7fdc951ba5209ea96f1ed47 (diff)
downloaddrakx-7860d3a5722447a5c3ce2b5fceb6812221a58517.tar
drakx-7860d3a5722447a5c3ce2b5fceb6812221a58517.tar.gz
drakx-7860d3a5722447a5c3ce2b5fceb6812221a58517.tar.bz2
drakx-7860d3a5722447a5c3ce2b5fceb6812221a58517.tar.xz
drakx-7860d3a5722447a5c3ce2b5fceb6812221a58517.zip
we need to 'use' not just 'require' Gtk3::WebKit2
-rwxr-xr-xperl-install/standalone/display_installer_help1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/display_installer_help b/perl-install/standalone/display_installer_help
index 1e9de23cb..b33199beb 100755
--- a/perl-install/standalone/display_installer_help
+++ b/perl-install/standalone/display_installer_help
@@ -21,6 +21,7 @@ use lib qw(/usr/lib/libDrakX);
use interactive;
use any;
use lang;
+use Gtk3::WebKit2;
# so that screenshots works:
$::prefix = '/mnt';