summaryrefslogtreecommitdiffstats
path: root/gecko.pm
diff options
context:
space:
mode:
authorYves Duret <yduret@mandriva.com>2001-08-06 14:24:38 +0000
committerYves Duret <yduret@mandriva.com>2001-08-06 14:24:38 +0000
commitb8e3943211800c392c6a070af04dc13ec306ae56 (patch)
treeaedc3363100484e7e9f1bd7b8ff9776751d949d4 /gecko.pm
parentbea42ce73ccf7bfed382f563c7b02154f761b7c4 (diff)
downloadcontrol-center-b8e3943211800c392c6a070af04dc13ec306ae56.tar
control-center-b8e3943211800c392c6a070af04dc13ec306ae56.tar.gz
control-center-b8e3943211800c392c6a070af04dc13ec306ae56.tar.bz2
control-center-b8e3943211800c392c6a070af04dc13ec306ae56.tar.xz
control-center-b8e3943211800c392c6a070af04dc13ec306ae56.zip
use MDK::Common;
Diffstat (limited to 'gecko.pm')
-rwxr-xr-xgecko.pm6
1 files changed, 5 insertions, 1 deletions
diff --git a/gecko.pm b/gecko.pm
index 9a31756d..083c3555 100755
--- a/gecko.pm
+++ b/gecko.pm
@@ -1,14 +1,18 @@
#!/usr/bin/perl -w
+# $Id$
# TITLE: Mozilla embedding
# REQUIRES: Gtk Mozilla
+
use POSIX qw(getenv);
use Gtk::MozEmbed;
+use MDK::Common;
use Locale::GetText;
use lib qw(/usr/lib/libDrakX);
use interactive;
use standalone;
-use common qw(:common :file :functional :system);
+
+
# unless you use a threaded perl, you need to run this app with:
# LD_PRELOAD=libpthread-0.9.so or something like that to make use of networking