From: Emmanuel Rodriguez Date: Tue, 1 Sep 2009 19:53:13 +0000 (+0200) Subject: Require Clutter 1.0 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8939dd08f74ab4bd4f42659c707514d5115aebb;p=libchamplain Require Clutter 1.0 --- diff --git a/bindings/perl/Champlain/Makefile.PL b/bindings/perl/Champlain/Makefile.PL index 4702c9c..09e95c5 100644 --- a/bindings/perl/Champlain/Makefile.PL +++ b/bindings/perl/Champlain/Makefile.PL @@ -90,7 +90,7 @@ sub main { LICENSE => 'perl, lgpl', PREREQ_PM => { - 'Clutter' => '0.8000', + 'Clutter' => '1.0000', }, PREREQ_FATAL => 1, # Clutter is mandatory otherwise the Makefile can't be created