From b8e3943211800c392c6a070af04dc13ec306ae56 Mon Sep 17 00:00:00 2001 From: Yves Duret Date: Mon, 6 Aug 2001 14:24:38 +0000 Subject: use MDK::Common; --- gecko.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gecko.pm') 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 -- cgit v1.2.1