summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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