From 77c1f7ed08446fd0d00b64827e8580be54564ff8 Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Mon, 30 Mar 2009 21:10:32 +0200 Subject: [PATCH] use Clutter; Clutter has to be loaded before loading Champlain otherwise the program will die with a segmentation fault. --- bindings/perl/Champlain/lib/Champlain.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/perl/Champlain/lib/Champlain.pm b/bindings/perl/Champlain/lib/Champlain.pm index ab7f376..b356df5 100644 --- a/bindings/perl/Champlain/lib/Champlain.pm +++ b/bindings/perl/Champlain/lib/Champlain.pm @@ -97,6 +97,7 @@ our $VERSION = '0.04'; use base 'DynaLoader'; use Exporter 'import'; +use Clutter; use constant { MIN_LAT => -90, -- 2.39.5