From: Emmanuel Rodriguez Date: Mon, 30 Mar 2009 19:10:32 +0000 (+0200) Subject: use Clutter; X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77c1f7ed08446fd0d00b64827e8580be54564ff8;p=libchamplain use Clutter; Clutter has to be loaded before loading Champlain otherwise the program will die with a segmentation fault. --- 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,