From e8939dd08f74ab4bd4f42659c707514d5115aebb Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Tue, 1 Sep 2009 21:53:13 +0200 Subject: [PATCH] Require Clutter 1.0 --- bindings/perl/Champlain/Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5