diff options
Diffstat (limited to 'gecko.pm')
-rwxr-xr-x | gecko.pm | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |